2020-04-26 11:54:07 +10:00
|
|
|
: BLK$
|
2020-05-02 10:05:15 +10:00
|
|
|
H@ 0x59 RAM+ !
|
2020-04-26 11:54:07 +10:00
|
|
|
( 1024 for the block, 8 for variables )
|
|
|
|
1032 ALLOT
|
|
|
|
( LOAD detects end of block with ASCII EOT. This is why
|
|
|
|
we write it there. EOT == 0x04 )
|
|
|
|
4 C,
|
|
|
|
0 BLKDTY !
|
|
|
|
-1 BLK> !
|
|
|
|
;
|
|
|
|
|
|
|
|
|