I've tried to find an easy way to enable the undocumented instructions. Is there a way? An option like "-enable_undocumented" would be preferable. I need it as I develop the "foundation" in C and then mix this highly with assembly code.
I figured out a workaround though, making my own macros, but it's a bit more work and not as "clean"
.macro ld____d_iyh .db 0xFD, 0x54 ; 10 MSX cycles .endm .macro ld____e_iyl .db 0xFD, 0x5D ; 10 MSX cycles .endm .macro ld____iyh_d .db 0xFD, 0x62 ; 10 MSX cycles .endm ...etc
Entrar ou registrar-se para comentar