[A83] Re: Displaying Registers


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

[A83] Re: Displaying Registers




Well there are other romcalls to display the accumulator but if you want to 
do it through hl, do:

ld h,0
ld l,a
ld de,0*256+0
ld (curRow),de
bcall(_dispHL)