You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register constraints are written with {...name...}, and literals with double $$ (this design is definitely subpar and is part of the reason that asm! is unstable). The following compiles fine:
With the asm! templates.
You can see the code at https://github.com/GBGamer/os-dev/blob/master/kernel/low_level.rs
The specific assertion is:
The text was updated successfully, but these errors were encountered: