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.

13 lines
226B

  1. : BLK$
  2. H@ 0x59 RAM+ !
  3. ( 1024 for the block, 8 for variables )
  4. 1032 ALLOT
  5. ( LOAD detects end of block with ASCII EOT. This is why
  6. we write it there. EOT == 0x04 )
  7. 4 C,
  8. 0 BLKDTY !
  9. -1 BLK> !
  10. ;