1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 15:18:45 +10:00
collapseos/blk/417
2020-05-14 14:51:20 -04:00

12 lines
192 B
Plaintext

: BLK$
H@ 0x3c ( BLK(* ) RAM+ !
1024 ALLOT
( LOAD detects end of block with ASCII EOT. This is why
we write it there. EOT == 0x04 )
4 C,
0 BLKDTY !
-1 BLK> !
;