Three educational assembly programs for an 80x86 microprocessor. The first code (bin_to_hex.asm) converts an 8-bit binary number input into its corresponding hexadecimal number. The second code (hex_to_bin and hex_to_bin_rep) does the exact opposite. It takes as input a 2-digit hexadecimal number and prints its corresponding 8-bit binary number. The third code (hex_to_bin_to_led) takes a hexa number as input and displays the binary output in the terminal. Also, the binary output is used indirectly to calculate the decimal number displayed in the led_display.exe.
-
Notifications
You must be signed in to change notification settings - Fork 0
dcharistes/Binary-Conversions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Assembly program for binary - hex conversions
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published