On 5/10/10, John Vele <jve...@gmail.com> wrote: > Greetings, > > I'm using qemu user mode for i386 and I would like to print the opcodes of > an > input executable one bye one before any translation. > Is the file target-i386/translate.c the one that I shall edit? The function > disas_insn() > in the same file is the appropriate one?
No need to edit anything, please RTFM for '-d in_asm' and '-singlestep' parameters.