Prev: 2580 Up: Map Next: 25AF
2596: THE SCANNING FUNCTION TABLE
Used by the routine at SCANNING.
This table contains 8 functions and 4 operators. It thus incorporates 5 new Spectrum functions and provides a neat way of accessing some functions and operators which already existed on the ZX81.
SCANFUNC 2596 DEFB "\"",$1C S_QUOTE
2598 DEFB "(",$4F S_BRACKET
259A DEFB ".",$F2 S_DECIMAL
259C DEFB "+",$12 S_U_PLUS
259E DEFB $A8,$56 S_FN
25A0 DEFB $A5,$57 S_RND
25A2 DEFB $A7,$84 S_PI
25A4 DEFB $A6,$8F S_INKEY
25A6 DEFB $C4,$E6 S_DECIMAL
25A8 DEFB $AA,$BF S_SCREEN
25AA DEFB $AB,$C7 S_ATTR
25AC DEFB $A9,$CE S_POINT
25AE DEFB $00 End marker.
Prev: 2580 Up: Map Next: 25AF