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-06 02:20:58 +11:00
Code
Issues
Releases
Wiki
Activity
d08a9711c5
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-14 01:35:47 +10:00
:
INIT
CURRENT
@
HERE
!
RDLN$
Z80A$
INTERPRET
;
Reference in New Issue
Copy Permalink