Re: A86: simple code I can't figure out


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

Re: A86: simple code I can't figure out




Yeah, you see there's code at the _clrlcd bit, and in order for it to
function correctly as a call it has a ret instruction already there, so by
using jp _clrlcd instead of call _clrlcd / ret you save some room in your
program.

--Chris

----- Original Message -----
From: <IVlusicman@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Wednesday, July 07, 1999 7:56 AM
Subject: Re: A86: simple code I can't figure out


>
> Thanks  A LOT...but I don't exactly know what you mean by "you could make
> this a <jp _clrLCD>". As far as I know (which isn't too far) "jp" would
mean
> to jump to a certain label, right? How could you "jump" to a
clear-the-screen
> command?
>
>



References: