Spectrum ROM | Routines |
Prev: 06229 | Up: Map |
If the A register holds the 'number marker' then the HL register pair is advanced past the floating-point form.
|
|||||||
NUMBER | 06326 | CP 14 | Is the character a 'number marker'? | ||||
06328 | RET NZ | Return if not. | |||||
06329 | INC HL | Advance the pointer six times so as to step past the 'number marker' and the five locations holding the floating-point form. | |||||
06330 | INC HL | ||||||
06331 | INC HL | ||||||
06332 | INC HL | ||||||
06333 | INC HL | ||||||
06334 | INC HL | ||||||
06335 | LD A,(HL) | Fetch the current code before returning. | |||||
06336 | RET |
Prev: 06229 | Up: Map |