Virgil Dupras
|
2c0166814f
|
zasm: support inline labels
That is, labels with code following right afterwards.
|
2019-05-14 14:10:20 -04:00 |
|
Virgil Dupras
|
d6f5cf5b90
|
zasm: fix first pass inversion bug
Also, confirm in tests that we can refer to other symbols in `.equ`.
|
2019-05-12 08:50:29 -04:00 |
|
Virgil Dupras
|
89848dbfe2
|
zasm: add support for .equ
|
2019-05-11 22:11:05 -04:00 |
|
Virgil Dupras
|
95f53d0ce3
|
zasm: support symbols in .dw directive
|
2019-05-10 21:17:19 -04:00 |
|
Virgil Dupras
|
c000d5cfb1
|
zasm: support forward label references!
|
2019-05-10 21:14:46 -04:00 |
|
Virgil Dupras
|
5a6078df4d
|
zasm: add support for hex literals
|
2019-05-09 22:14:11 -04:00 |
|
Virgil Dupras
|
b87feac785
|
zasm: add support for labels!
|
2019-05-09 21:21:08 -04:00 |
|
Virgil Dupras
|
6811d98618
|
zasm: add support for the ".dw" directive
|
2019-05-01 14:07:01 -04:00 |
|
Virgil Dupras
|
dde5161fc1
|
zasm: add support for ".db" directive
|
2019-05-01 11:26:41 -04:00 |
|
Virgil Dupras
|
a7635cb1ea
|
zasm: allow blank lines in asm source code
|
2019-04-30 16:24:45 -04:00 |
|
Virgil Dupras
|
eb5c974573
|
zasm: allow leading whitespace in parsed lines
|
2019-04-30 16:08:56 -04:00 |
|