Data |
Prev: 2795 | Up: Map | Next: 27BD |
Used by the routine at S_LETTER. Each entry in this table is pointed to by an entry in the table of operators.
|
||||
PRIORITIES | 27B0 | DEFB $06 | - | |
27B1 | DEFB $08 | * | ||
27B2 | DEFB $08 | / | ||
27B3 | DEFB $0A | ↑ | ||
27B4 | DEFB $02 | OR | ||
27B5 | DEFB $03 | AND | ||
27B6 | DEFB $05 | <= | ||
27B7 | DEFB $05 | >= | ||
27B8 | DEFB $05 | <> | ||
27B9 | DEFB $05 | > | ||
27BA | DEFB $05 | < | ||
27BB | DEFB $05 | = | ||
27BC | DEFB $06 | + |
Prev: 2795 | Up: Map | Next: 27BD |