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
a9ed8da0b2
collapseos
/
blk
/
327
12 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Copy boot.z80 to blkfs
2020-04-22 21:19:12 -04:00
CODE BYE
HALT,
;CODE
CODE (resSP)
z80a: make mnemonic names more uniform across assemblers Initially, I used the same letters as those used in the z80 ref docs, but it makes the different assemblers harder to use than they should. Having consistent "argtype" rules across assemblers should help.
2020-06-27 22:01:56 -04:00
SP PS_ADDR LDdn,
Copy boot.z80 to blkfs
2020-04-22 21:19:12 -04:00
;CODE
CODE (resRS)
z80a: make mnemonic names more uniform across assemblers Initially, I used the same letters as those used in the z80 ref docs, but it makes the different assemblers harder to use than they should. Having consistent "argtype" rules across assemblers should help.
2020-06-27 22:01:56 -04:00
IX RS_ADDR LDdn,
Copy boot.z80 to blkfs
2020-04-22 21:19:12 -04:00
;CODE
Reference in New Issue
Copy Permalink