Prev: 49660 Up: Map Next: 49737
49728: Validate Keypress
Used by the routines at 49660 and GetKeypress.
ValidateKeypress 49728 CP 97 Return if the keypress ASCII code is less than 97 ("a") or greater than 122 ("z").
49730 RET C
49731 CP 123
49733 RET NC
49734 AND %01011111 Keep only bits 0-4, 6.
49736 RET Return.
Prev: 49660 Up: Map Next: 49737