Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/15/02 08:44
Read: times


 
#27274 - RE: Any good tips on disassembly?
I have found that observing the execution of the code helpfull by looking for execution of jump and ret (& reti) instuctions. this can be done by connecting a logic analizer to the address bus when there is an external ROM or by using a simulator or chip emulator. IF neither of these options are available you could try dissasembling code by following the instuctions starting at the fixed reset and interrupt vectors

List of 9 messages in thread
TopicAuthorDate
Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      
RE: Any good tips on disassembly?            01/01/70 00:00      

Back to Subject List