Re: A86: how to print out intgers?


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

Re: A86: how to print out intgers?



Mark Baldi-Biek wrote:
> 
> How does one print out integers (now that I've figured out strings and
> chars) either in hex or base 10?

in dec:

ld hl,number
call $4a33


Follow-Ups: References: