Mirror of CollapseOS
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
300B

  1. Disk
  2. BLK> -- a Address of the current block variable.
  3. LIST n -- Prints the contents of the block n on screen
  4. in the form of 16 lines of 64 columns.
  5. LOAD n -- Interprets Forth code from block n
  6. LOADR n1 n2 -- Load block range between n1 and n2, inclusive.