yuv422 / z80editor

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

trying to add dstruct tags #8

Open sverx opened 4 years ago

sverx commented 4 years ago

not really sure if I'm doing that right. syntax is:

.DSTRUCT name INSTANCEOF struct_type VALUES
  struct_type_field: data_type value
...
.ENDST

it would be wonderful if it could check if _struct_typefield is defined in _structtype, but if it can't, it's just OK as long as it recognize the .DSTRUCT syntax.

sverx commented 4 years ago

fixed some documentation, also adding index feature on repeat block

sverx commented 4 years ago

OK so here's everything: