Re: A86: Wow
[Prev][Next][Index][Thread]
Re: A86: Wow
In a message dated 8/2/98 6:23:17 PM Eastern Daylight Time, sampablo@juno.com
writes:
> Wow, that halt really helps before
> the finding key presses. Now my
> little program runs so fast that
> I really out to put in some nop's
> or another halt. GET_KEY is sooo
> sloow.
>
> Also did anyone realize that the
> calculator doesn't clear the memory
> at _asm_exec_ram after the last
> assembly program been run. Anyway,
> everyone probably already knew that,
> and there's probably know way of using
> this useless piece of knowledge.
>
> Sam
i just noticed that yesterday. try running an asm program. then write a
really short one directly on the calc with the syntax:
:Asmprgm
:C30000 ;jp $0000
if you run it, it messes up the screen for a couple seconds, the run indicator
goes crazy, and eventually it executes the assembly program run previously!