A89: displaying registers
[Prev][Next][Index][Thread]
A89: displaying registers
OK...If you wanted to display the contents of a register in decimal format
for the
z80 you would use the Rom Call: D_HL_DECI...whereas you would have to use the
register HL...My question is how do you do this for the 68k chip? For
example, If I wanted to keep track of how many wins a person has in a game
and
I keep adding to the register when a person wins and then keep displaying the
contents of that register...So what is the 68k equivalent of D_HL_DECI???
-thanks
-Steven Reagan