Re: A86: asaps (adding to custom)


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

Re: A86: asaps (adding to custom)




asap_cmd_flag  equ  16h
ex_asap_cmd  equ  7

hierarchy is the order of precedence for functions, ex multiply before add,
3*2+4  

eosloop is the location in the parser that determines what function to execute
next.

_binopexec1  equ  4B1Fh

Later,
Pat

------------------
Original text

From: Dux Gregis <assets@eden.rutgers.edu>, on 4/1/98 8:26 PM:

Well!  Thanks.  :-)  I'm curious about just a few things, though:   the offset
of _asap_cmd_flag, ex_asap_cmd bit, and the
equate for _binopexec1.  Also what you mean by "hierarchy" and "eosloop"?
Thanks again...

Pat Milheron wrote:

> Later,
> Pat





References: