We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The GNU assembler has supported for a while now omitting the instruction size suffix letter and inferring the operand sizes.
mov $0xff, %rax
We can safely remove the complex instruction operand size suffix code from X86::Syntax::ATT.format_instruction.
X86::Syntax::ATT.format_instruction
The text was updated successfully, but these errors were encountered:
Support unsized Immediate and Memory types (closes #228,#227).
Immediate
Memory
0a7ce15
Implemented by 0a7ce15.
Sorry, something went wrong.
5937f3d
postmodern
No branches or pull requests
The GNU assembler has supported for a while now omitting the instruction size suffix letter and inferring the operand sizes.
We can safely remove the complex instruction operand size suffix code from
X86::Syntax::ATT.format_instruction
.The text was updated successfully, but these errors were encountered: