Structsยง
- AsmArg
- An argument to one of the
asm!
macros. The argument is syntactically valid, but is otherwise not validated at all. - AsmOption
- Validated
AsmArgs ๐ - Validated assembly arguments, ready for macro expansion.
Enumsยง
Functionsยง
- eat_
operand_ ๐keyword - Used for better error messages when operand types are used that are not
supported by the current macro (e.g.
in
orout
forglobal_asm!
) - expand_
asm ๐ - expand_
global_ ๐asm - expand_
naked_ ๐asm - expand_
preparsed_ ๐asm - parse_
args ๐ - parse_
asm_ args - parse_
asm_ ๐operand - parse_
clobber_ ๐abi - parse_
options ๐ - parse_
reg ๐ - validate_
asm_ ๐args