MDL 2.6
Changes since v2.5:
- improved code execution functionality:
- MDL can now provide execution stats such as min/average/max execution time of each function or hotspots
- you can set watches in the code that will print during execution
- rom mapper configs to run programs that use a mapper
- visual call graph generation (-dot-cg)
- sjasm style symbol files (-st-sjasm)
- new execution flow analyzer that attempts to guess the destination of all "ret" and "jp (hl/ix/iy)" instructions (trying to find jumptables, etc.) to allow for further optimizations
- general stability, compatibility, accuracy and bug fixes