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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/22/04 13:06
Read: times


 
#77929 - disassemble instructions with rel. addr.
Hi there,
I have to read some machine code to understand a bit what happens in the firmware of my setup. Its no problem to translate the opcodes into assembly language. However, there is one thing I don't quite understand.
When I encounter an instruction that uses a relative address, for example the ajmp instruction, I would like to know to which address the program jumps.
A short example:

line: instruction:
B0C0 AJMP 33

To which address does the program jump in this case?

Best,
Jeroen


List of 8 messages in thread
TopicAuthorDate
disassemble instructions with rel. addr.            01/01/70 00:00      
   RE: disassemble instructions with rel. addr.            01/01/70 00:00      
   sorry            01/01/70 00:00      
      Real name            01/01/70 00:00      
         Thread re-opened            01/01/70 00:00      
   RE: disassemble instructions with rel. addr.            01/01/70 00:00      
      RE: disassemble instructions with rel. addr.            01/01/70 00:00      
   Try this            01/01/70 00:00      

Back to Subject List