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

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

Reply to
dreamer29
Loading thread data ...

Look up info on the instruction set for that micro.

Reply to
CWatters

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

Reply to
Jasen Betts

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.