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
b5c370a936
collapseos
/
recipes
/
rc2014
/
run.fs
8 lines
111 B
Forth
Raw
Normal View
History
Unescape
Escape
link: handle doesWord
2020-04-11 16:38:45 -04:00
:
(c<)
KEY
DUP
EMIT
;
Move /emul/forth/* to /emul Less noisy this way
2020-04-24 17:53:58 -04:00
:
_
rc2014: aaaalmost there....
2020-04-04 14:27:23 -04:00
ACIA$
link: add "offset" argument to RLDICT As long as our target was the first word of the "user" dict, using target's prev to compute offset was fine, but when the target is not the first word, this system breaks down. This is the case when, instead of including source code in our boot binary, we paste it in Collapse OS' prompt. Also, adjust RC2014 recipe to include stage 3 assembling instructions with the "paste into prompt" method.
2020-04-19 16:28:40 -04:00
."
Collapse OS
"
CRLF
rc2014: aaaalmost there....
2020-04-04 14:27:23 -04:00
( 0c == CINPTR )
rc2014: aaalmost there... Red 5 standing by.
2020-04-04 17:07:35 -04:00
[']
(c<)
0
x0c
RAM+
!
Move /emul/forth/* to /emul Less noisy this way
2020-04-24 17:53:58 -04:00
;
_
Reference in New Issue
Copy Permalink