Re: A82: (D_HL_DECI)


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

Re: A82: (D_HL_DECI)



SCORE    =    TEXT_MEM

ld a, 50
ld (SCORE), a

.
.
.

ld a, (SCORE)
ld l, a
ld h, 0
ROM_CALL(D_HL_DECI)


GeradS711@AOL.COM wrote:

> Can somebody please send me a routine that will display a score stored at
> (score) using ROM_CALL(D_HL_DECI) I have tried everything, and nothing is
> working;-)
> Thanx,
> Gerad




Follow-Ups: References: