Re: A86: how to print out intgers?
[Prev][Next][Index][Thread]
Re: A86: how to print out intgers?
Hmmm. I still get extra values even after zeroing out hl. Weird.
3 returns 65539d = 10003h
4 returns 65540d = 10004h
5 returns 65541d = 10005h
So it's sort of returing the right values. Is there any way to get more
discernable values? Thanks for your help.
On Thu, 23 Oct 1997, MrManson wrote:
> 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: