Re: Alfa bin files
Posted: Sun Jul 08, 2012 9:50 pm
Ok back to the grind....
Looking for advice the IDA disassembly converts the RESET vector at 0000h for 3 bytes and has a jump to line 52.
Line 52 is an unassembled byte?? the user guide says that the jump is the address 52 with the PC added I'm assuming that with a 3 byte instruction/cycle count of 2
the PC has been incremented by at least 2 possibly 3 so that gives a new address of 54/55 - 54 drops it into the middle of an instruction set. 55 - is the IADC routine..
This i can work out
..... The problem i have is that Line 52 and a group of others are not disassmbled???
Any help on how to disassemble these lines or an explaination...
Looking for advice the IDA disassembly converts the RESET vector at 0000h for 3 bytes and has a jump to line 52.
Line 52 is an unassembled byte?? the user guide says that the jump is the address 52 with the PC added I'm assuming that with a 3 byte instruction/cycle count of 2
the PC has been incremented by at least 2 possibly 3 so that gives a new address of 54/55 - 54 drops it into the middle of an instruction set. 55 - is the IADC routine..
This i can work out

Any help on how to disassemble these lines or an explaination...