Documentation ¶
Overview ¶
Package opcodescsv extracts data from the Go x86.csv database.
Index ¶
Constants ¶
View Source
const ( UnknownOrder = iota IntelOrder ReverseIntelOrder CMP3Order )
Possible operand orders.
Variables ¶
This section is empty.
Functions ¶
func BuildAliasMap ¶
BuildAliasMap constructs a map from AT&T/GNU/Intel to Go syntax.
func BuildOrderMap ¶
func BuildOrderMap(is []*x86csv.Inst) map[string]OperandOrder
BuildOrderMap collects operand order information from the instruction list.
Types ¶
type OperandOrder ¶
type OperandOrder uint8
OperandOrder describes the order an instruction takes its operands.
Click to show internal directories.
Click to hide internal directories.