1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-21 05:20:26 +10:00
collapseos/blk/500
2020-05-02 06:20:03 -04:00

8 lines
201 B
Plaintext

: FD@ ['] @RDSEC SWAP FD@! ;
: FD! ['] @WRSEC SWAP FD@! ;
: FD$ ['] FD@ BLK@* ! ['] FD! BLK!* ! ;
: _err ABORT" *CLerr" ;
: *CL< 0 BEGIN DROP 0x0238 @GET UNTIL ;
: *CL> 0x0238 @PUT NOT IF _err THEN ;