oxidaan

Results 3 issues of oxidaan

At the visual studio output, for 'show output from Z80 assembler' only shows: SpectNetIde Z80 Assembler Compile time: 17,5558ms Would be handly to have error messages there too, easier to...

The sample below is taken from the assembler macro documentation, demonstrating optional parameters at Push macro. (For simplicity I removed r3, r4) Inside there, I added (for both parameters): add...

It would be nice to allow a newline after a SMC label eg: ``` SOME_LONG_SMC_LABEL+*: LD A, 0 ``` Currently it must be written as: `SOME_LONG_SMC_LABEL+*: LD A, 0` Which...

enhancement