Crate x64asm

Source

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 to InstructionBuilder.
dd
Creates an Operand::DDirective.
ddirective
Creates an Operand::DDirective.
i
Creates an Instruction thanks to InstructionBuilder.
indirect_register
Creates an Operand::Indirect.
instruction
Creates an Instruction thanks to InstructionBuilder.
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.