Routines |
Prev: 37302 | Up: Map | Next: 37341 |
Used by the routine at RedefineKey.
|
||||
Print_Key | 37317 | PUSH AF | Stash AF on the stack. | |
37318 | CALL PrintString_Loop | Call PrintString_Loop. | ||
37321 | DEFM 7 | |||
37322 | DEFB 255 | Terminator. | ||
37323 | POP AF | Restore AF from the stack. | ||
37324 | CP 13 | Jump to Print_Enter if A is equal to 13. | ||
37326 | JR Z,Print_Enter | |||
37328 | CP 32 | Jump to Print_Space if A is equal to 32. | ||
37330 | JR Z,Print_Space | |||
37332 | CP 4 | Jump to Print_ASCII_Space if A is greater than 4. | ||
37334 | JP NC,Print_ASCII_Space | |||
37337 | CP 1 | Jump to Print_CapsLock if A is equal to 1. | ||
37339 | JR Z,Print_CapsLock | |||
Continue on to Print_SymbolShift.
|
Prev: 37302 | Up: Map | Next: 37341 |