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
d4cdb659b4
collapseos
/
emul
/
forth
/
run.fs
2 lines
48 B
Forth
Raw
Normal View
History
Unescape
Escape
boot: make HERE point to RAMEND instead of CURRENT The former was only used in the peculiar context of "/emul". The regular case is actually HERE pointing to RAMEND on boot.
2020-04-13 11:35:47 -04:00
:
INIT
CURRENT
@
HERE
!
RDLN$
Z80A$
INTERPRET
;
Reference in New Issue
Copy Permalink