1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 07:01:06 +10:00

ti84: allow case select during a-lock with 2nd mode

This commit is contained in:
Virgil Dupras 2020-05-10 11:39:10 -04:00
parent a6aba40327
commit 62ae1012df

View File

@ -7,5 +7,8 @@
IF _tbl^ _2nd@ IF _alock^ THEN THEN IF _tbl^ _2nd@ IF _alock^ THEN THEN
SWAP 0x81 = _2nd! SWAP 0x81 = _2nd!
_gti + C@ _gti + C@
DUP 0 0x80 >< UNTIL ( loop if not in range ) ; DUP 0 0x80 >< UNTIL ( loop if not in range )
( lowercase? )
_2nd@ IF DUP 'A' 'Z' =><= IF 0x20 OR THEN THEN
;
: KBD$ 0 [ KBD_MEM LITN ] C! ; : KBD$ 0 [ KBD_MEM LITN ] C! ;