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 Jul 1, 2022

#1005 in Procedural macros

Download history 149/week @ 2024-06-26 40/week @ 2024-07-03 30/week @ 2024-07-10 41/week @ 2024-07-17 42/week @ 2024-07-24 24/week @ 2024-07-31 17/week @ 2024-08-07 15/week @ 2024-08-14 17/week @ 2024-08-21 198/week @ 2024-08-28 60/week @ 2024-09-04 60/week @ 2024-09-11 91/week @ 2024-09-18 54/week @ 2024-09-25 48/week @ 2024-10-02 27/week @ 2024-10-09

227 downloads per month
Used in gba

Zlib OR Apache-2.0 OR MIT

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.

No runtime deps