8086 Help Needed

Amaresh

Adept
Hello Assembly programming gurus,

I'd appreciate if one of you could help out this noob here.

Basically I need a program to convert 4 digit BCD to HEX and vice versa.

Your help would be nothing less than a life saver for me ! :)

Regards,

Amaresh
 
i just did the same thing in VHDL

no clue about 8086 assembly though

I would separate out the bits and multiply with the require value for the BCD code.

how are u going to output it
 
Back
Top