FASM/NASM/GCC produce suboptimal encoding for instruction?
I have assembled the (somewhat weird) instruction ADD EAX, DWORD PTR [RBP + RAX]
with GCC, FASM and NASM. All of them produce the following output
FASM/NASM/GCC produce suboptimal instruction?
I have assembled the (somewhat weird) instruction ADD EAX, DWORD PTR [RBP + RAX]
with GCC, FASM and NASM. All of them produce the following output