I learned that instructions in the object file of target system will first be replace by micro-operation which are in (op.c&op.h ) of specific host architecture. Where in the source code is this taking place?( function name or the file name is very helpful) Is this taking place by registering binary handlers during qemu installation? Please provide some insight into this, as I am trying to design a IA64 target emulation in qemu.