Hi there! This is a cool tool. I was testing it with a Z8F1621 and some code I wrote for it on the ZDSII V5.05, and that found the unassemble command didn't recognize some opcodes, in particular: 2F : ATM atomic execution 1F 70: PUSH inmediate 1F E8..: LDWX Load word extended I made a few very simple modifications to the opcodes.c and now it does interpret these opcodes. For the LDWX opcode I used the am_ER2_ER1 addressing mode which does not display strictly correct, but it is clear what it means,...
Hi there! This is a cool tool. I was testing it with a Z8F1621 and some code I wrote for it on the ZDSII V5.05, and iIfound the unassemble command didn't recognize some opcodes, in particular: 2F : ATM atomic execution 1F 70: PUSH inmediate 1F E8..: LDWX Load word extended I made a few very simple modifications to the opcodes.c and now it does interpret these opcodes. For the LDWX opcode I used the am_ER2_ER1 addressing mode which does not display strictly correct, but it is clear what it means,...
Hi there! This is a cool tool. I was testing it with a Z8F1621 and some code I wrote for it on the ZDSII V5.05, and iIfound the unassemble command didn't recognize some opcodes, in particular: 2F : ATM atomic execution 1F 70: PUSH inmediate 1F E8..: LDWX Load word extended I made a few very simple modifications to the opcodes.c and now it does interpret these opcodes. For the LDWX opcode I used the am_ER2_ER1 addressing mode which does not display strictly correct, but it is clear what it means,...