Skip to content
New issue

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

Nasm: Update register syntax for 64-bit #1465

Merged
merged 1 commit into from Jun 1, 2020
Merged

Nasm: Update register syntax for 64-bit #1465

merged 1 commit into from Jun 1, 2020

Conversation

jonasbb
Copy link
Contributor

@jonasbb jonasbb commented May 28, 2020

x86_64 has 8 registers r8-r15. The current syntax only accepts them with
a trailing letter. The letter is used to indicate the register size.
However, r8 is also a valid register, for a 64 bit wide register.

For reference on the register names see https://www.cs.uaf.edu/2017/fall/cs301/reference/x86_64.html

x86_64 has 8 registers r8-r15. The current syntax only accepts them with
a trailing letter. The letter is used to indicate the register size.
However, r8 is also a valid register, for a 64 bit wide register.

For reference on the register names see https://www.cs.uaf.edu/2017/fall/cs301/reference/x86_64.html
@Anteru Anteru self-assigned this May 29, 2020
@Anteru Anteru added this to the 2.7 milestone Jun 1, 2020
@Anteru Anteru added the changelog-update Items which need to get mentioned in the changelog label Jun 1, 2020
@Anteru Anteru merged commit 0e62360 into pygments:master Jun 1, 2020
@Anteru Anteru removed the changelog-update Items which need to get mentioned in the changelog label Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants