Re: A86: how to print out intgers?
[Prev][Next][Index][Thread]
Re: A86: how to print out intgers?
Mark Baldi-Biek wrote:
>
> I tried this and it seems to work but I get a lot of extra values. Like
> if I do
> ld hl, 3 ;210300
> call 4A33h ;CD334A
>
> it displays 65539. Any ideas as to why? And does 4A33 have a name?
> Thanks
try zeroing out the hl: ld hl,$0000 first
and no 4A33 doesnt have a name as it is a location in ram and it doesnt
understand it (you can make an equation in ti86asm.inc tho _disphl equ
$4A33), but you can call him bill if you want ;)
Follow-Ups:
References: