Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadOperands ¶
func ReadOperands(def *Definition, ins Instructions) ([]int, int)
func ReadUint16 ¶
func ReadUint16(ins Instructions) uint16
ReadUint16 reads the next 2 bytes from the given instructions slice and interprets them as a uint16
Types ¶
type Definition ¶
Definition provides a readable name for the Opcode and number of bytes each operand takes up
type Instructions ¶
type Instructions []byte
Click to show internal directories.
Click to hide internal directories.