Hello,
I've been using QEMU in user mode to run an executable with debug mode and I've noticed that the number of assembly instructions differs from one runtime to another, even for a trivial "hello world". Is there an explanation for this?
qemu-aarch64 -singlestep -d in_asm hello_world.exe
has fewer instructions than
qemu-aarch64 -d in_asm hello_world.exe
Thanks,
Radu