RawInstruction

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.bpf
  • Platforms: .NET, .NET Standard 2.0, Island


 

constructor

 

constructor

 

RawInstruction()

 

init()

 

Sub New()

constructor (UInt16, Byte, Byte, UInt32)

 

// .NET, .NET Standard 2.0
constructor(aOp: UInt16; aJt: Byte; aJf: Byte; aK: UInt32)
// Island
constructor(aOp: uint16; aJt: uint8; aJf: uint8; aK: uint32)

 

// .NET, .NET Standard 2.0
RawInstruction(UInt16 aOp, Byte aJt, Byte aJf, UInt32 aK)
// Island
RawInstruction(uint16 aOp, uint8 aJt, uint8 aJf, uint32 aK)

 

// .NET, .NET Standard 2.0
init(_ aOp: UInt16, _ aJt: Byte, _ aJf: Byte, _ aK: UInt32)
// Island
init(_ aOp: uint16, _ aJt: uint8, _ aJf: uint8, _ aK: uint32)

 

// .NET, .NET Standard 2.0
Sub New(aOp As UInt16, aJt As Byte, aJf As Byte, aK As UInt32)
// Island
Sub New(aOp As uint16, aJt As uint8, aJf As uint8, aK As uint32)

Parameters:

  • aOp:
  • aJt:
  • aJf:
  • aK:

constructor (RawInstruction)

 

constructor(value: RawInstruction)

 

RawInstruction(RawInstruction value)

 

init(_ value: RawInstruction)

 

Sub New(value As RawInstruction)

Parameters:

  • value:

Assemble

 

method Assemble: tuple of (RawInstruction, error)

 

(RawInstruction, error) Assemble()

 

func Assemble() -> (RawInstruction, error)

 

func Assemble() tuple of (RawInstruction, error)

 

Function Assemble() As Tuple (Of RawInstruction, error)

Disassemble

 

method Disassemble: Instruction

 

Instruction Disassemble()

 

func Disassemble() -> Instruction

 

func Disassemble() Instruction

 

Function Disassemble() As Instruction

Jf

 

var Jf: uint8;

 

uint8 Jf

 

var Jf: uint8

 

Jf uint8

 

FIELD Jf() As uint8

Jt

 

var Jt: uint8;

 

uint8 Jt

 

var Jt: uint8

 

Jt uint8

 

FIELD Jt() As uint8

K

 

var K: uint32;

 

uint32 K

 

var K: uint32

 

K uint32

 

FIELD K() As uint32

Op

 

var Op: uint16;

 

uint16 Op

 

var Op: uint16

 

Op uint16

 

FIELD Op() As uint16

 

Jf

 

var Jf: uint8;

 

uint8 Jf

 

var Jf: uint8

 

Jf uint8

 

FIELD Jf() As uint8

Jt

 

var Jt: uint8;

 

uint8 Jt

 

var Jt: uint8

 

Jt uint8

 

FIELD Jt() As uint8

K

 

var K: uint32;

 

uint32 K

 

var K: uint32

 

K uint32

 

FIELD K() As uint32

Op

 

var Op: uint16;

 

uint16 Op

 

var Op: uint16

 

Op uint16

 

FIELD Op() As uint16

 

constructor

 

constructor

 

RawInstruction()

 

init()

 

Sub New()

constructor (UInt16, Byte, Byte, UInt32)

 

// .NET, .NET Standard 2.0
constructor(aOp: UInt16; aJt: Byte; aJf: Byte; aK: UInt32)
// Island
constructor(aOp: uint16; aJt: uint8; aJf: uint8; aK: uint32)

 

// .NET, .NET Standard 2.0
RawInstruction(UInt16 aOp, Byte aJt, Byte aJf, UInt32 aK)
// Island
RawInstruction(uint16 aOp, uint8 aJt, uint8 aJf, uint32 aK)

 

// .NET, .NET Standard 2.0
init(_ aOp: UInt16, _ aJt: Byte, _ aJf: Byte, _ aK: UInt32)
// Island
init(_ aOp: uint16, _ aJt: uint8, _ aJf: uint8, _ aK: uint32)

 

// .NET, .NET Standard 2.0
Sub New(aOp As UInt16, aJt As Byte, aJf As Byte, aK As UInt32)
// Island
Sub New(aOp As uint16, aJt As uint8, aJf As uint8, aK As uint32)

Parameters:

  • aOp:
  • aJt:
  • aJf:
  • aK:

constructor (RawInstruction)

 

constructor(value: RawInstruction)

 

RawInstruction(RawInstruction value)

 

init(_ value: RawInstruction)

 

Sub New(value As RawInstruction)

Parameters:

  • value:

Assemble

 

method Assemble: tuple of (RawInstruction, error)

 

(RawInstruction, error) Assemble()

 

func Assemble() -> (RawInstruction, error)

 

func Assemble() tuple of (RawInstruction, error)

 

Function Assemble() As Tuple (Of RawInstruction, error)

Disassemble

 

method Disassemble: Instruction

 

Instruction Disassemble()

 

func Disassemble() -> Instruction

 

func Disassemble() Instruction

 

Function Disassemble() As Instruction