mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:30:56 +11:00
60b4bbf28a
This was caused by the removal of signed-ness a long while ago.
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
: DUMP ( n a -- )
|
|
LF
|
|
SWAP 8 /MOD SWAP IF 1+ THEN
|
|
0 DO _ LOOP
|
|
;
|
|
|