Skip to content

MDL 1.9

Compare
Choose a tag to compare
@santiontanon santiontanon released this 08 Apr 04:15
· 357 commits to master since this release

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