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 15:30:55 +11:00
Code
Issues
Releases
Wiki
Activity
33d37d4ce9
collapseos
/
blk
/
405
10 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
WORD: don't overwrite RAM on words over 31 chars This allows me to reclaim some RAM I hadn't even noticed I needlessly monopolise.
2020-05-14 10:39:53 +10:00
: WS? 33 < ;
Move all parsing words to Inner core This allows us to get rid of the (parse*) indirection.
2020-05-03 11:21:47 +10:00
: TOWORD
BEGIN
C< DUP WS? NOT IF EXIT THEN DROP
AGAIN
Move icore to blkfs The way is clear for complete stage1 bootstrapping on the RC2014 target!
2020-04-24 05:14:14 +10:00
;
Move all parsing words to Inner core This allows us to get rid of the (parse*) indirection.
2020-05-03 11:21:47 +10:00
Reference in New Issue
Copy Permalink