Routines |
Prev: B0D9 | Up: Map | Next: B103 |
Used by the routine at HandlerControls.
|
||||||||||||||||||||
ReadKeyboard | B0FA | LD A,$FB | Read from the keyboard;
|
|||||||||||||||||
B0FC | OUT ($FD),A | |||||||||||||||||||
B0FE | IN A,($FE) | |||||||||||||||||||
B100 | CPL | Flip the bits. | ||||||||||||||||||
B101 | LD C,A | C=A. | ||||||||||||||||||
B102 | RET | Return. |
Prev: B0D9 | Up: Map | Next: B103 |