Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
203B

  1. : FD@ ['] @RDSEC SWAP FD@! ;
  2. : FD! ['] @WRSEC SWAP FD@! ;
  3. : FD$ ['] FD@ BLK@* ! ['] FD! BLK!* ! ;
  4. : _err LIT" *CLerr" ERR ;
  5. : *CL< 0 BEGIN DROP 0x0238 @GET UNTIL ;
  6. : *CL> 0x0238 @PUT NOT IF _err THEN ;