dec to hex
|
|||
|
Rank: ? (4)
Member #: 28621 |
can anyone help me to convert dec to hex in assembler with 2 digit inputs from the user? please help i need it badly. thank you in advance
|
||
|
|||
|
|||
|
Rank: ? (4821)
Member #: 3416 |
what part are you stuck on?
my mind is like a steel trap! it only hangs on to the big stuff. visit my forums at track7.org
|
||
|
|||
|
This post has been removed by the author
|
|||
|
|||
|
|||
|
Rank: ? (4)
Member #: 28621 |
specifically converting dec to hex...cant display the output..
|
||
|
|||
|
|||
|
Rank: ? (5)
Member #: 28723 |
Hi,
i just did a conversion for dec<->hex, maybe u can find some hints. Basically i stored the entered value in a variable ( by multiplying each number with the right power ( *10/16 for hex) Then i display the sum byte for byte by dividing with the right divisor ( again 10 for dec,16 (not h!) for hex) greetz, olli Code:
» Post edited 2006-10-13, 10:32pm by kermit.
|
||
|
|||
|
|||
|
Rank: ? (4)
Member #: 28621 |
im using tasm, pls convert it into tasm.. thank you
|
||
|
|||
|
|||
|
Rank: ? (119)
Member #: 28292 |
Hm.. As far as I know Tasm supports Masm syntax
|
||
|
Please login or register to post a reply.