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

Remove tPOP and tPUSH as real isntructions. #39

Closed
wants to merge 1 commit into from

Conversation

Rot127
Copy link
Collaborator

@Rot127 Rot127 commented Dec 9, 2023

push and pop are techincally no real instructions but alias of stm and ldr. Also they are encoding wise the same as their Thumb2 variants. Hence, they should be removed as real instructions.

push and pop are techincally no real instructions but alias of stm and ldr.
Also they are encoding wise the same as their Thumb2 variants.
Hence, they should be removed as real instructions.
@Rot127
Copy link
Collaborator Author

Rot127 commented Dec 10, 2023

Turns out Thumb1 16bit pop and push are actually defined as instructions and not as alias.

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

1 participant