C# Class yazd.Instruction

Show file Open project: toptensoftware/yazd Class Usage Examples

Public Properties

Property Type Description
Asm string
Comment string
addr ushort
byte_val byte?
bytes ushort
entryPoint bool
next_addr_1 ushort?
next_addr_2 ushort?
opCode OpCode
proc Proc
referencedFrom List
t_states int
t_states2 int
word_val ushort?

Property Details

Asm public property

public string Asm
return string

Comment public property

public string Comment
return string

addr public property

public ushort addr
return ushort

byte_val public property

public byte? byte_val
return byte?

bytes public property

public ushort bytes
return ushort

entryPoint public property

public bool entryPoint
return bool

next_addr_1 public property

public ushort? next_addr_1
return ushort?

next_addr_2 public property

public ushort? next_addr_2
return ushort?

opCode public property

public OpCode,yazd opCode
return OpCode

proc public property

public Proc,yazd proc
return Proc

referencedFrom public property

public List referencedFrom
return List

t_states public property

public int t_states
return int

t_states2 public property

public int t_states2
return int

word_val public property

public ushort? word_val
return ushort?