emustudio / edigen

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

Allow formatting directly in variants which return strings #56

Closed vbmacher closed 2 years ago

vbmacher commented 2 years ago

Edigen should allow formatting in rule names, e.g.:

  "ld %s, %s":   01 0 r_bcde(2) r(3)              |  # x=1, y=0 r_bcde, z=r

the specification file can be then so much shorter and cleaner!