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

Instruction Corrections for Arm32 #87

Open
CodyFagley opened this issue Jul 27, 2021 · 0 comments
Open

Instruction Corrections for Arm32 #87

CodyFagley opened this issue Jul 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@CodyFagley
Copy link
Member

There are very slight differences in syntactic keywords between Arm32 and Arm64, so simply changing register names will not be enough. (This continues issue #86).

Each arithmetic operation needs to be reviewed manually and confirmed to be the correct instruction/format for Arm32. When something is incorrect, a conditional statement needs to be made against the target architecture (found in the chip file).

Within the Arm32 portion of the switch/case statement, the correct assembly code needs to be printed to file.

@CodyFagley CodyFagley changed the title Instruction Corrections Instruction Corrections for Arm32 Jul 27, 2021
@CodyFagley CodyFagley added the enhancement New feature or request label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant