[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/20798] wrong opcode generated with .intel_syntax noprefix
From: |
SztfG at yandex dot ru |
Subject: |
[Bug gas/20798] wrong opcode generated with .intel_syntax noprefix |
Date: |
Wed, 09 Nov 2016 15:44:19 +0000 |
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.