Prev: 26C9 Up: Map Next: 27B0
2795: THE TABLE OF OPERATORS
Used by the routine at S_LETTER. Each entry in this table points to an entry in the table of priorities.
OPERATORS 2795 DEFB "+",$CF +
2797 DEFB "-",$C3 -
2799 DEFB "*",$C4 *
279B DEFB "/",$C5 /
279D DEFB $5E,$C6
279F DEFB "=",$CE =
27A1 DEFB ">",$CC >
27A3 DEFB "<",$CD <
27A5 DEFB $C7,$C9 <=
27A7 DEFB $C8,$CA >=
27A9 DEFB $C9,$CB <>
27AB DEFB $C5,$C7 OR
27AD DEFB $C6,$C8 AND
27AF DEFB $00 End marker.
Prev: 26C9 Up: Map Next: 27B0