A86: Re: Asm newbie question
[Prev][Next][Index][Thread]
A86: Re: Asm newbie question
load h into a, l into h, 0 into l and call $4a33
-----Original Message-----
From: Matt Gabbert <gabbo@webspan.net>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, February 01, 1998 6:00 PM
Subject: A86: Asm newbie question
>
>I'm writing just a simple program just for the sake of learning asm.
>What I want to do is to push a number, then later pop the number and
>display it on the screen.
>
>HOWEVER
>
>it doesnt want to display this
>
>ld hl,bc ;where bc is the number i just poped
>
>
>
>Is there a different way to display a stored number? Please answer
>using SIMPLE terms :)
>
>Thanks,
> Matt Gabbert
>