Nasm go shorter byte code
/Users/peter>ndisasm -b 64 a
00000000 A134020000000000 mov eax,[qword 0x234]
-00
8B 04 25 34 02 00 00 <-- nasm assmeble to this short bytes
Edited by Placeholder Peter
/Users/peter>ndisasm -b 64 a
00000000 A134020000000000 mov eax,[qword 0x234]
-00
8B 04 25 34 02 00 00 <-- nasm assmeble to this short bytes