Error Disassemblering a MSX BIN Program
Brought to you by:
ecalogiuri
Hi,
First of all, thank you very much for your Z80 Development Studio
I've tried to prove to disassembler a MSX Program. The Program is "VECOPE.BIN" and the addresses are:
Begin: D212
End: D835
Execution: D801
I'v tried to disassembler the Program using the address: D212 however the result I obtain differs of the result that I obtain if I do it in a MSX or in a Emu with a native MSX Disassembler. I'll try to put here both lists:
However, if I use this address substractin 7, the list works. I mean, I use the Address (D20B) (D212 - 7 = D20B
What is the reason for having to modify the Address to the disassembler?
Thank you very much in advance.
Best regards. ;-)
Ps. I include attached the VECOPE.BIN file. ;-)