[A83] Re: Displaying Characters


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

[A83] Re: Displaying Characters




Display:
loop:
ld a,(A)
ld h,0
ld l,a
bcall(_DispHL)
ld hl,A
dec (hl)
goto loop




Follow-Ups: