How can objdump emit intel syntax January 21, 2023 by Tarik What you’re looking for is -M intel. Use it as follows. objdump -M intel -d program_name