-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As mentioned by @oli-obk , a convenient register macro may be a good thing to spare users from having to write inline-assembly:
reg!(r0) = 42;
*(reg!(r0) + 3 as *const i32) = 42;
x = reg!(r0);
Metadata
Metadata
Assignees
Labels
No labels