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

cmd/internal/obj/arm: wrong assembly code for "MOVW Reg, CPSR" #20626

Closed
benshi001 opened this issue Jun 9, 2017 · 1 comment
Closed

cmd/internal/obj/arm: wrong assembly code for "MOVW Reg, CPSR" #20626

benshi001 opened this issue Jun 9, 2017 · 1 comment

Comments

@benshi001
Copy link
Member

"MOVW R1, CPSR" is assembled to 0xe129f001, which should be 0xe12cf001.

"MOVW $imm, CPSR" is also wrong.

@gopherbot
Copy link

CL https://golang.org/cl/45170 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants