Wow this is outstanding! I'd love to see what optimisations you are able to find, for me swapping LD A, 0 for XOR A is okay but mostly it's about removing unnecessary recalculations from loops, and then (partially or completely) unrolling loops for speed. May I be first to request a SAM Coupe version, we have very few tools for it!
nice - well done
Wow this is outstanding! I'd love to see what optimisations you are able to find, for me swapping LD A, 0 for XOR A is okay but mostly it's about removing unnecessary recalculations from loops, and then (partially or completely) unrolling loops for speed. May I be first to request a SAM Coupe version, we have very few tools for it!
Thanks! If the SAM Coupe uses a standard Z80 CPU, MDL should work out of the box for it!