Skip to content

A program that converts decimal numbers to hexadecimal in assembly

Notifications You must be signed in to change notification settings

jogis0/decimal-to-hex-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

decimal-to-hex-asm

This is a program that converts a decimal number (from 0 to 65535) in to a hexadecimal number. This program uses the TASM x86 assembly language. Intel 8086 / 8088 emulators (emu8086 and DOSBOX) were used to make this program. I attached a .EXE file that is compiled and ready to use (you will need some sort of Intel 8086 / 8088 processor emulator to run it).

Note that this program does not convert negative numbers, it only converts positive 32-bit numbers.

About

A program that converts decimal numbers to hexadecimal in assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published