Routines |
Prev: 267B | Up: Map | Next: 268D |
Used by the routine at SCANNING.
|
||||||||
S_ALPHNUM | 2684 | CALL ALPHANUM | Is the character alphanumeric? | |||||
2687 | JR NC,S_NEGATE | Jump if not a letter or a digit. | ||||||
2689 | CP "A" | Now jump if it is a letter; otherwise continue on into S_DECIMAL. | ||||||
268B | JR NC,S_LETTER |
Prev: 267B | Up: Map | Next: 268D |