Re: A86: _load_ram_OPS


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

Re: A86: _load_ram_OPS




I think he means that it pops an operation into the hl register.  ops is a
stack of pointers ... each value points to a pending operation.  So, a
certain call could end on a number of different calls if it has this at the
end:

 call _load_ram_OPS
 jp (hl)

where the end jump is what you put on the stack.

Stephen Hicks wrote:

> Can someone explain this call a little better?  All that stack.inc says
> about it is "returns hl=useable OPS ptr".  What is this OPS pointer?
> All the calls in stack.inc seem to refer to FPS.  (This is called
> several times during parsing)
>
> --
> Stephen Hicks
> mailto:shicks@mindspring.com
> ICQ:5453914
> IRC/AIM:Kupopo
> Hopemage:http://www.mindspring.com/~shicks/




References: