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
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-19 21:31:41 -04: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-01 22:19:37 -04:00
0
xe800
CONSTANT
RAMSTART
0
xf000
CONSTANT
RS_ADDR
Reference in New Issue
Copy Permalink