Virgil Dupras
|
7f27d63c19
|
Move apps/zasm/emul to tools/emul
|
2019-05-09 14:09:40 -04:00 |
|
Virgil Dupras
|
f9ae5ca46b
|
zasm: simplify readWord calling
It always reads in the scratchpad with the same max size. No need for
DE-dancing anymore.
|
2019-05-01 14:19:43 -04:00 |
|
Virgil Dupras
|
dde5161fc1
|
zasm: add support for ".db" directive
|
2019-05-01 11:26:41 -04:00 |
|
Virgil Dupras
|
28e1ba5e26
|
zasm: adjust parseLine success condition
De-couple "success" from "wrote something to (DE)" so that directive
parsing can be considered successful without writing to (DE).
|
2019-05-01 10:16:57 -04:00 |
|
Virgil Dupras
|
a00bc8cc4b
|
zasm: remove the "token" variable
|
2019-04-30 22:32:12 -04:00 |
|
Virgil Dupras
|
5fd9b7812c
|
zasm: make each token type parse the remaining of line directly
|
2019-04-30 21:55:18 -04:00 |
|
Virgil Dupras
|
a7693ffd86
|
zasm: still inching toward directives
|
2019-04-30 21:40:22 -04:00 |
|
Virgil Dupras
|
1ffe05dd09
|
zasm: creep in the notion of directive
|
2019-04-30 21:27:44 -04:00 |
|
Virgil Dupras
|
79b5c701f6
|
zasm: move token variables from tok.asm into main.asm
|
2019-04-30 17:04:42 -04:00 |
|
Virgil Dupras
|
a7635cb1ea
|
zasm: allow blank lines in asm source code
|
2019-04-30 16:24:45 -04:00 |
|
Virgil Dupras
|
57c3dfece8
|
zasm: assemble multiple lines at once
|
2019-04-30 15:51:39 -04:00 |
|