Prev: 09600 Up: Map Next: 09647
09622: 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 09622 DEFB "\"",28 S_QUOTE
09624 DEFB "(",79 S_BRACKET
09626 DEFB ".",242 S_DECIMAL
09628 DEFB "+",18 S_U_PLUS
09630 DEFB 168,86 S_FN
09632 DEFB 165,87 S_RND
09634 DEFB 167,132 S_PI
09636 DEFB 166,143 S_INKEY
09638 DEFB 196,230 S_DECIMAL
09640 DEFB 170,191 S_SCREEN
09642 DEFB 171,199 S_ATTR
09644 DEFB 169,206 S_POINT
09646 DEFB 0 End marker.
Prev: 09600 Up: Map Next: 09647