sms: implement pad button B ( next class )
This commit is contained in:
parent
b6c039589f
commit
7ceff6144c
3
blk/634
3
blk/634
@ -1,5 +1,8 @@
|
|||||||
: _chk ( c --, check _sel range )
|
: _chk ( c --, check _sel range )
|
||||||
_sel C@ DUP 0x7f > IF 0x20 _sel C! THEN
|
_sel C@ DUP 0x7f > IF 0x20 _sel C! THEN
|
||||||
0x20 < IF 0x7f _sel C! THEN ;
|
0x20 < IF 0x7f _sel C! THEN ;
|
||||||
|
CREATE _ '0' C, ':' C, 'A' C, '[' C, 'a' C, 0xff C,
|
||||||
: _nxtcls
|
: _nxtcls
|
||||||
|
_sel @ _ BEGIN ( c a ) C@+ 2 PICK > UNTIL ( c a )
|
||||||
|
1- C@ SWAP DROP _sel !
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user