Prev: A052 Up: Map Next: A09E
A080: precedence byte and action addresses for operators
like the primary commands these are called by pushing the address onto the stack and doing an RTS, so again the actual address -1 needs to be pushed
A080 .BYTE $79
A081 .WORD $B869 +
A083 .BYTE $79
A084 .WORD $B852 -
A086 .BYTE $7B
A087 .WORD $BA2A *
A089 .BYTE $7B
A08A .WORD $BB11 /
A08C .BYTE $7F
A08D .WORD $BF7A ^
A08F .BYTE $50
A090 .WORD $AFE8 AND
A092 .BYTE $46
A093 .WORD $AFE5 OR
A095 .BYTE $7D
A096 .WORD $BFB3 >
A098 .BYTE $5A
A099 .WORD $AED3 =
A09B .BYTE $64
A09C .WORD $B015 <
Prev: A052 Up: Map Next: A09E