This website requires JavaScript.
Explore
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-05 20:20:55 +11:00
Code
Issues
Releases
Wiki
Activity
e2e9faef2c
collapseos
/
blk
/
445
7 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Copy core words to blkfs
2020-04-26 11:54:07 +10:00
: DUMP ( n a -- )
LF
Fix DUMP's broken "round up to next 8" logic This was caused by the removal of signed-ness a long while ago.
2020-05-06 12:09:11 +10:00
SWAP 8 /MOD SWAP IF 1+ THEN
0 DO _ LOOP
Copy core words to blkfs
2020-04-26 11:54:07 +10:00
;
Reference in New Issue
Copy Permalink