A86: Re: Re: Number Printing


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

A86: Re: Re: Number Printing




whats the rom call for _ldhlhl?

>xor a ; Clear A
>ld hl, MemoryLocation ; The 16-bit mem location goes here
>call  _ldhlhl                    ; Now HL = 16-bit number
>xor a                              ; Clear A register
>call _dispAHL