Re: A86: Groupies
[Prev][Next][Index][Thread]
Re: A86: Groupies
Grams Family wrote:
> At 06:48 PM 3/25/98 -0500, you wrote:
> >
> >Does someone know what the call to $47cf does? It's called in
> >_poprealo1 and I need to know if it actually pops anything from the FPS
> >by itself.
> >Thanks.
> >
> It subtracts 10 from the FPS. It moves the FPS the same as a pop would, but
> doesn't do anything with the number that was on top of the stack.
Thanks! But why does the ROM push OP1 if it's only going to destroy the pushed value later? Take a look at the routine at
$598f. I think that to get a working [sqrt]PARSE program you need to restore that value to OP1.
> I just
> disassembled this stuff last week, so I'm attaching a list of stack related
> calls. Hope all this helps...
>
Very nice!
Follow-Ups:
References: