Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Assignment ¶
type Assignment struct {
Type uint8
Pad uint8
Src uint16
Dst uint16
SrcSize uint8
DstSize uint8
Off uint64
}
func ParseAssignment ¶
func ParseAssignment(str string) (*Assignment, error)
type RegScanner ¶
type RegScanner struct {
// contains filtered or unexported fields
}
func (*RegScanner) Reset ¶
func (sc *RegScanner) Reset() *RegScanner
Click to show internal directories.
Click to hide internal directories.