emustudio / edigen

Emulator Disassembler Generator
GNU General Public License v3.0
4 stars 0 forks source link

[#4] Generate missing subrules with length specified #35

Closed vbmacher closed 3 years ago

vbmacher commented 3 years ago

The following now should work:

instruction = "JMP": line(5)     ignore8(8) 000 ignore16(16);

%%

"%s %d" = instruction line ignore8 ignore16;

(no exceptions)

vbmacher commented 3 years ago

I fully agree with the detection of the unused rules. Thanks for creating the ticket!