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 12:48:05 +11:00
Code
Issues
Releases
Wiki
Activity
85a0b87da3
collapseos
/
recipes
/
pcat
/
xcomp.fs
5 lines
74 B
Forth
Raw
Normal View
History
Unescape
Escape
recipes/pcat: first steps into 8086!
2020-06-13 04:01:24 +10:00
750
LOAD
pcat: begin porting forth I'm not sure yet where I'm going, but I'm not going to build the 8086 port from the ground up like I did with the z80, that is, making is sustain itself and eventually merge its forth code with core words. That would be too much work which would then be thrown out (all those words I'll initially have to implement in asm which are already implemented in Forth). What I *think* I can do is build a mirror version of z80 boot code and cross-compile it from the z80. This means it has to follow z80 stable ABI. Nope, I'm not sure where I'm going...
2020-06-14 11:37:54 +10:00
812
813
LOADR
recipes/pcat: first steps into 8086!
2020-06-13 04:01:24 +10:00
ORG
@
256
/MOD
2
PC!
2
PC!
H@
256
/MOD
2
PC!
2
PC!
Reference in New Issue
Copy Permalink