C# Class yazd.Disassembler

Afficher le fichier Open project: toptensoftware/yazd Class Usage Examples

Méthodes publiques

Свойство Type Description
HtmlMode bool
LabelledRangeHigh ushort
LabelledRangeLow ushort
LowerCase bool
ShowRelativeOffsets bool

Méthodes publiques

Méthode Description
Disassemble ( byte buffer, ushort offsetInBuffer, ushort addr ) : Instruction
FormatAddr ( ushort addr, bool link = true, bool prefix = true ) : string
FormatByte ( byte b ) : string
FormatWord ( ushort w ) : string

Method Details

Disassemble() public static méthode

public static Disassemble ( byte buffer, ushort offsetInBuffer, ushort addr ) : Instruction
buffer byte
offsetInBuffer ushort
addr ushort
Résultat Instruction

FormatAddr() public static méthode

public static FormatAddr ( ushort addr, bool link = true, bool prefix = true ) : string
addr ushort
link bool
prefix bool
Résultat string

FormatByte() public static méthode

public static FormatByte ( byte b ) : string
b byte
Résultat string

FormatWord() public static méthode

public static FormatWord ( ushort w ) : string
w ushort
Résultat string

Property Details

HtmlMode public_oe static_oe property

public static bool HtmlMode
Résultat bool

LabelledRangeHigh public_oe static_oe property

public static ushort LabelledRangeHigh
Résultat ushort

LabelledRangeLow public_oe static_oe property

public static ushort LabelledRangeLow
Résultat ushort

LowerCase public_oe static_oe property

public static bool LowerCase
Résultat bool

ShowRelativeOffsets public_oe static_oe property

public static bool ShowRelativeOffsets
Résultat bool