Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Encoder ¶
func NewEncoder ¶
func NewEncoder() *Encoder
type Operand ¶
type Operand struct { Type OperandType Value uint64 Value_Label string }
type OperandType ¶
type OperandType byte
const ( OperandType_None OperandType = iota OperandType_RegisterValue OperandType_ConstantValue OperandType_Label )
Click to show internal directories.
Click to hide internal directories.