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.

10 lines
199B

  1. : LIST
  2. BLK@
  3. 16 0 DO
  4. I 1+ DUP 10 < IF SPC THEN . SPC
  5. 64 I * BLK( + DUP 64 + SWAP DO
  6. I C@ DUP 0x1f > IF EMIT ELSE DROP LEAVE THEN
  7. LOOP
  8. NL
  9. LOOP ;