Re: [Qemu-devel] Print inpit assembly

2010-04-11 Thread Mulyadi Santosa
Hi... On Sun, Apr 11, 2010 at 01:08, John Vele wrote: > Hello to all, > > I am using i386 linux user mode to run linux i386 binaries. > I was wondering if there is way to print the input assembly of the > executable. > > I run:  ./i386-linux-user/qemu-i386 -d in_asm ../executable > but I don't kn

[Qemu-devel] Print inpit assembly

2010-04-10 Thread John Vele
Hello to all, I am using i386 linux user mode to run linux i386 binaries. I was wondering if there is way to print the input assembly of the executable. I run: ./i386-linux-user/qemu-i386 -d in_asm ../executable but I don't know exactly what in_asm stands for: is it the exact assembly of the exe