Virgil Dupras
|
6811d98618
|
zasm: add support for the ".dw" directive
|
2019-05-01 14:07:01 -04:00 |
|
Virgil Dupras
|
175e1328e7
|
zasm: consolidate
* Build emulated zasm statically
* Improve comments in zasm.asm
* Fix build
* Use unsetZ from core
|
2019-04-30 13:45:31 -04:00 |
|
Virgil Dupras
|
b3af6e0115
|
zasm: reuse code from core
|
2019-04-16 17:00:19 -04:00 |
|
Virgil Dupras
|
9acca52e44
|
zasm: begin parsing with easy pickings
Single opcodes that yield constants. "echo ret | zasm" yields 0xc9.
|
2019-04-16 16:49:47 -04:00 |
|