Virgil Dupras
|
f44c3e5413
|
zasm: fix 3-digit hex parsing
|
2019-05-17 23:00:57 -04:00 |
|
Virgil Dupras
|
28d5ebdc8a
|
Make apps folder into a namespace
To straighten out includes and to pave the way into zasm being part of
the same "include CFS" as parts, we make zasm includes namespaced.
|
2019-05-17 20:22:32 -04:00 |
|
Virgil Dupras
|
7083116379
|
zasm: remove JUMP_ prefixes
They serve no purpose and make the code less flexible.
|
2019-05-17 09:50:11 -04:00 |
|
Virgil Dupras
|
0ae91e55ec
|
zasm: big local symbols overhaul
|
2019-05-16 08:26:00 -04:00 |
|
Virgil Dupras
|
a486a2a81e
|
zasm: support char literals
|
2019-05-14 13:53:12 -04:00 |
|
Virgil Dupras
|
746c86cbf8
|
zasm: make getSymVal not responsible for calling symFind
With local labels, these two will have to be decoupled.
|
2019-05-13 16:53:52 -04:00 |
|
Virgil Dupras
|
6d4515cd03
|
zasm: little code reorganisation
|
2019-05-10 21:19:34 -04:00 |
|
Virgil Dupras
|
b87feac785
|
zasm: add support for labels!
|
2019-05-09 21:21:08 -04:00 |
|
Virgil Dupras
|
1c17dcb7a2
|
zasm: consolidate code
|
2019-05-09 15:55:29 -04:00 |
|
Virgil Dupras
|
d34aff67bb
|
zasm: Read from and write to streams instead of memory
|
2019-05-09 15:36:03 -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 |
|