yuv422 / z80editor

Z80 eclipse editor targeting WLA-DX assembler
GNU General Public License v2.0
9 stars 1 forks source link

adding support for WLA-DX newer .DSTRUCT form #6

Open sverx opened 4 years ago

sverx commented 4 years ago

Latest WLA-DX (9.11a) added support for a very useful new .DSTRUCT structure

.DSTRUCT Name INSTANCEOF StructDefinition VALUES
...
.ENDST

can you add support for this too?

sverx commented 4 years ago

I created PR #8 - not sure if it works, as I still can't test it myself