Re: A89: 89 software


[Prev][Next][Index][Thread]

Re: A89: 89 software




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