Skip to content

MDL 2.5

Compare
Choose a tag to compare
@santiontanon santiontanon released this 06 Sep 14:35
· 127 commits to master since this release

Changes since v2.4:

  • support for WLA-DX assembler (only z80 syntax)
  • new "code execution" functionality (-e) that basically takes a piece of assembler code, and executes it, giving you stats of execution time, register values, etc. Useful for optimizing code without running it in a real system or emulator.
  • many general improvements (more optimization patterns, better error messages, better dissassembler, etc.)