Prev: 34276 Up: Map Next: 34299
34277: WRITETYPER
Used by the routine at 35591. In each pair of bytes here, bits 0-4 of the first byte correspond to keys Q-W-E-R-T, and bits 0-4 of the second byte correspond to keys P-O-I-U-Y; among those bits, a zero indicates a key being pressed.
34277 DEFB %00011111,%00011111 (no keys pressed)
34279 DEFB %00011101,%00011111 W
34281 DEFB %00010111,%00011111 R
34283 DEFB %00011111,%00011011 I
34285 DEFB %00001111,%00011111 T
34287 DEFB %00011011,%00011111 E
34289 DEFB %00001111,%00011111 T
34291 DEFB %00011111,%00001111 Y
34293 DEFB %00011111,%00011110 P
34295 DEFB %00011011,%00011111 E
34297 DEFB %00010111,%00011111 R
Prev: 34276 Up: Map Next: 34299