1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 11:38:46 +10:00
collapseos/blk/464
2020-04-25 21:54:07 -04:00

13 lines
277 B
Plaintext

: BLKMEM+ 0x57 RAM+ @ + ;
( n -- Fetches block n and write it to BLK( )
: BLK@* 0 BLKMEM+ ;
( n -- Write back BLK( to storage at block n )
: BLK!* 2 BLKMEM+ ;
( Current blk pointer in ( )
: BLK> 4 BLKMEM+ ;
( Whether buffer is dirty )
: BLKDTY 6 BLKMEM+ ;
: BLK( 8 BLKMEM+ ;