Re-exports§
pub use instruction::Instruction;
pub use instruction::InstructionBuilder;
Modules§
- convert
- instruction
- macros
- Permit to use the macros easily.
Macros§
- _instruction
- Creates an
Instruction
thanks toInstructionBuilder
. - dd
- Creates an
Operand::DDirective
. - ddirective
- Creates an
Operand::DDirective
. - i
- Creates an
Instruction
thanks toInstructionBuilder
. - indirect_
register - Creates an
Operand::Indirect
. - instruction
- Creates an
Instruction
thanks toInstructionBuilder
. - label
- Creates a
Mnemonic::Label
. - operand_
expression - Creates an
Operand::Expression
from a&str
expression. - operand_
label - Creates an
Operand::Label
from a&str
label. - operand_
string - Creates an
Operand::String
from a&str
string. - opexpr
- Creates an
Operand::Expression
from a&str
expression. - oplabel
- Creates an
Operand::Label
from a&str
label. - opstring
- Creates an
Operand::String
from a&str
string. - reg
- Creates an
Operand::Register
. - register
- Creates an
Operand::Register
. - section
- Creates a
Mnemonic::Section
.