MDL 1.9
Changes since the last version:
- improved code safety during optimization by creating auxiliary labels for instructions like "jp nz,$+5" to replace the "$+5" expressions.
- simplified the way flags work
- removed the deprecated -poapply flag
- improved support for sjasmplus and macro80
- improved the compatibility of the assembler generated with -asm-dialect, so that the code generated by mdl can then be compiled by the respective dialect assemblers (glass, sjasm, sjasmplus, asmsx, pasmo, etc.)
- many bug fixes