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()
// .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)
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
Jt
K
Op
Jf
Jt
K
Op
constructor
constructor
RawInstruction()
init()
Sub New()
// .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)
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