Re-exports§
pub use instruction::Instruction;pub use instruction::InstructionBuilder;
Modules§
- convert
- instruction
- macros
- Permit to use the macros easily.
Macros§
- _instruction
- Creates an
Instructionthanks toInstructionBuilder. - dd
- Creates an
Operand::DDirective. - ddirective
- Creates an
Operand::DDirective. - i
- Creates an
Instructionthanks toInstructionBuilder. - indirect_
register - Creates an
Operand::Indirect. - instruction
- Creates an
Instructionthanks toInstructionBuilder. - label
- Creates a
Mnemonic::Label. - operand_
expression - Creates an
Operand::Expressionfrom a&strexpression. - operand_
label - Creates an
Operand::Labelfrom a&strlabel. - operand_
string - Creates an
Operand::Stringfrom a&strstring. - opexpr
- Creates an
Operand::Expressionfrom a&strexpression. - oplabel
- Creates an
Operand::Labelfrom a&strlabel. - opstring
- Creates an
Operand::Stringfrom a&strstring. - reg
- Creates an
Operand::Register. - register
- Creates an
Operand::Register. - section
- Creates a
Mnemonic::Section.