A Amaresh Inactive Explorer May 8, 2008 #1 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
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
S samueldotj Inactive Contributor May 9, 2008 #2 I think, Art of assembly (Art of Assembly Language Programming and HLA by Randall Hyde) has code snippet for BCD to HEX and HEX to BCD conversion.
I think, Art of assembly (Art of Assembly Language Programming and HLA by Randall Hyde) has code snippet for BCD to HEX and HEX to BCD conversion.
T the_new_guy Inactive Contributor May 9, 2008 #3 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
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