5 unstable releases
0.3.1 | Jun 2, 2024 |
---|---|
0.3.0 | May 27, 2024 |
0.2.1 | May 22, 2024 |
0.1.3 | Aug 28, 2024 |
0.0.0 |
|
#1154 in Procedural macros
229 downloads per month
Used in gba
20KB
378 lines
docs.rs
bracer
Macros to help write ARM assembly
lib.rs
:
Various macros to help write inline assembly for ARM targets.
These macros help you get your assembly written, but they have nearly no ability to help ensure that your assembly is correct. In rare cases where something can be statically known to be "obviously" wrong (eg: an invalid register name is picked for a specific instruction) the macro will panic.