find opcode for jmp and call in the disassembly or readelf output

Apr 06, 2006 2 Replies

I need to find out the opcodes used for jmp and call by reading an object file ...how to do this?



Look up info on the instruction set for that micro.

make multiple object files with different jumps, the bits that stay the same will be the jmp op-codes, do the same for call.

generally it's easier to get look stuff like that up in the documentation.

Bye. Jasen

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required