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
父節點 a6aba40327
當前提交 62ae1012df

查看文件

@ -7,5 +7,8 @@
IF _tbl^ _2nd@ IF _alock^ THEN THEN
SWAP 0x81 = _2nd!
_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! ;