Instruction

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecoderFunc

type DecoderFunc func([]byte) (*Instruction, error)

type Instruction

type Instruction struct {
	Octets Octets `json:"octets"`
	DisAsm string `json:"disasm"`
}

type Octets

type Octets []byte

func (Octets) MarshalJSON

func (o Octets) MarshalJSON() ([]byte, error)

func (Octets) String

func (o Octets) String() string

func (*Octets) UnmarshalJSON

func (o *Octets) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL