mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:50:56 +11:00
ti84: allow case select during a-lock with 2nd mode
This commit is contained in:
parent
a6aba40327
commit
62ae1012df
5
blk/570
5
blk/570
@ -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! ;
|
||||||
|
Loading…
Reference in New Issue
Block a user