Routines |
Prev: 64456 | Up: Map | Next: 64475 |
|
||||||||||||||||||||
GetKeypress | 64468 | XOR A | A=0. | |||||||||||||||||
64469 | IN A,(254) | Read from the keyboard;
|
||||||||||||||||||
64471 | CPL | Invert the bits in A. | ||||||||||||||||||
64472 | AND %00011111 | Keep only bits 0-4. | ||||||||||||||||||
64474 | RET | Return. |
Prev: 64456 | Up: Map | Next: 64475 |