Convert decimal to binary/octal/hex in assembly?

  • Thread starter Thread starter blackbird777
  • Start date Start date
  • Tags Tags
    Assembly Convert
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 11K views
blackbird777
Messages
2
Reaction score
0

Homework Statement



I want to write an assembly program to convert a decimal to binary, octal, and hexadecimal but don't know how. I already know how to program the conversions in Java. I have a basic understanding of how assembly works and computer architecture. I am trying to use the program EMU8086 for this. Can someone help me out?
 
Physics news on Phys.org
Show us your attempt at assembly code or the algorithm you're planning to use, and we can go from there.