Virgil Dupras
|
ea8477bb91
|
zasm: accept whitespaces before separating comma
|
2019-05-19 10:39:29 -04:00 |
|
Virgil Dupras
|
3b1ef2b9af
|
zasm: bump global symbol limit to 0x200
|
2019-05-19 09:54:42 -04:00 |
|
Virgil Dupras
|
44abc79850
|
zasm: add support for SBC HL, ss
|
2019-05-19 09:54:02 -04:00 |
|
Virgil Dupras
|
bccf933ea9
|
zasm: try for regular number or symbol before parsing expr
Previously, we would mess up literals like '-'.
|
2019-05-18 21:06:31 -04:00 |
|
Virgil Dupras
|
2ce6b61964
|
zasm: add support for RLC r and RRC r
|
2019-05-18 19:59:31 -04:00 |
|
Virgil Dupras
|
84090dcd14
|
zasm: add support for RL r and RR r
Also, make zasm assemble zasm/util.asm again!
|
2019-05-18 15:41:21 -04:00 |
|
Virgil Dupras
|
068e4327ec
|
zasm: fix false truncation error on "-" expressions
|
2019-05-18 14:51:11 -04:00 |
|
Virgil Dupras
|
650eec23de
|
zasm: add LD r, (IX/Y+d) support
|
2019-05-17 23:01:29 -04:00 |
|
Virgil Dupras
|
d58cf122a8
|
zasm: fix regression with lowercase (ix+d) parsing
|
2019-05-17 19:32:58 -04:00 |
|
Virgil Dupras
|
2a97966bdc
|
zasm: add LD IX/IY, NN instructions
|
2019-05-17 17:43:42 -04:00 |
|
Virgil Dupras
|
16922da3d4
|
zasm: support multiple elements in .dw and .db
|
2019-05-17 15:39:28 -04:00 |
|
Virgil Dupras
|
22c7eeaa5d
|
Move apps/zasm/tests to tools/tests/zasm
This 'apps' folder is going to disappear. Everything is going to be a
"part" to be assembled through recipes. 'apps' has no meaning.
|
2019-05-16 11:23:15 -04:00 |
|