This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
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-13 20:39:53 -04:00
: WS? 33 < ;
Move all parsing words to Inner core This allows us to get rid of the (parse*) indirection.
2020-05-02 21:21:47 -04: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-23 15:14:14 -04:00
;
Move all parsing words to Inner core This allows us to get rid of the (parse*) indirection.
2020-05-02 21:21:47 -04:00
Reference in New Issue
Copy Permalink