[A86] Re: Next question for the rom expert


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

[A86] Re: Next question for the rom expert




There sure is.  You can either push one or two bytes on at a time.  This
is so you can push both 1 and 2 byte tokens of operators(well usually only
functions are 2 bytes).
_push_bc_OPS equ 4783h
_pop_ops_bc equ 478Bh
_push_a_OPS equ 478Fh
_pop_a_OPS equ 4793h

Brandon Sterner
www.detacheds.com

On Thu, 30 Aug 2001, Aaron wrote:

> 
> Are there rom calls to push/pop data from _OP1 (or at least in the
> same format) onto the operator stack?  (the one that builds down
> from $bfff on page 1).  It seems to me there ought to be, since this
> is how _exec_assembly operates...
> 
> -- 
> Aaron was here.
> mailto:acurti1@umbc.edu
> 
> 
> 
> 





Follow-Ups: References: