This website requires JavaScript.
Explore
Help
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-08 10:28:07 +11:00
Code
Issues
Releases
Wiki
Activity
e569e40665
collapseos
/
emul
/
forth
/
conf.fs
4 lines
77 B
Forth
Raw
Normal View
History
Unescape
Escape
emul: make stage2 load z80a from blkfs This allows us to remove forth/z80a.fs. Another big step towards self-hosting!
2020-04-20 11:31:41 +10:00
212
LOAD
( z80 assembler )
Forth self-bootstraps!!! This commit cuts Forth's dependency on zasm. It now self-assembles its own boot-binary! Things are a bit messy now, I'll clean up later.
2020-04-02 13:19:37 +11:00
0
xe800
CONSTANT
RAMSTART
0
xf000
CONSTANT
RS_ADDR
Reference in New Issue
Copy Permalink