mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:20:56 +11:00
12 lines
192 B
Plaintext
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> !
|
|
;
|
|
|
|
|