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

__ARM_ARCH: str -> strb #1

Open
polishcode opened this issue Sep 16, 2019 · 0 comments
Open

__ARM_ARCH: str -> strb #1

polishcode opened this issue Sep 16, 2019 · 0 comments

Comments

@polishcode
Copy link

In order to write to memory byte by byte (unsigned char) strb version of arm instruction has to be used:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0552a/BABFGBDD.html
Basic version of this instruction (str) will write 4 bytes to memory.
At least I was having this issue.

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

No branches or pull requests

1 participant