https://sourceware.org/bugzilla/show_bug.cgi?id=20798

--- Comment #1 from SztfG at yandex dot ru ---
to get this bytes
48 8b 04 25 10 00 00 00

I need to use
mov rax, qword ptr [0x10]

or
mov rax, [0x10]

and why I get same opcode for this two lines?
mov rax, qword
mov rax, 0x8

and this
mov rax, 0x8 [0x10]
mov rax, qword [0x10]

looks like `qword' and `0x8' have same meaning for gas

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to