We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the easier to use assembler. I have a symbol alignment error with a simple example
> au arm32-m b.s b.zn > zn arm32 b.zn b.bin error: symbol 'reset_clr' out of alignment > cat b.s ; gpio reset clear ldr r0, *reset_clr mov r1, 32 str r1, (r0, 0) ; reset ldr r0, *reset_rw *rst_gpio ldr r2, (r0, 2) and r2, r1 *reset_clr ~byt4 0x4000f000 *reset_rw ~byt4 0x4000f000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for the easier to use assembler.
I have a symbol alignment error with a simple example
The text was updated successfully, but these errors were encountered: