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 03:30:55 +11:00
Code
Issues
Releases
Wiki
Activity
73623fff53
collapseos
/
blk
/
315
13 lines
140 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Copy boot.z80 to blkfs
2020-04-23 11:19:12 +10:00
CODE OR
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-28 12:01:56 +10:00
HL POP,
DE POP,
Copy boot.z80 to blkfs
2020-04-23 11:19:12 +10:00
chkPS,
A E LDrr,
L ORr,
L A LDrr,
A D LDrr,
H ORr,
H A LDrr,
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-28 12:01:56 +10:00
HL PUSH,
Copy boot.z80 to blkfs
2020-04-23 11:19:12 +10:00
;CODE
Reference in New Issue
Copy Permalink