mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:40:54 +11:00
2d9a07d215
This was becoming heavy to manage.
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
: FD@ ['] @RDSEC SWAP FD@! ;
|
|
: FD! ['] @WRSEC SWAP FD@! ;
|
|
: FD$ ['] FD@ BLK@* ! ['] FD! BLK!* ! ;
|
|
|
|
: _err LIT" *CLerr" ERR ;
|
|
: *CL< 0 BEGIN DROP 0x0238 @GET UNTIL ;
|
|
: *CL> 0x0238 @PUT NOT IF _err THEN ;
|