C# Class yazd.Disassembler

Mostra file Open project: toptensoftware/yazd Class Usage Examples

Public Properties

Property Type Description
HtmlMode bool
LabelledRangeHigh ushort
LabelledRangeLow ushort
LowerCase bool
ShowRelativeOffsets bool

Public Methods

Method 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 method

public static Disassemble ( byte buffer, ushort offsetInBuffer, ushort addr ) : Instruction
buffer byte
offsetInBuffer ushort
addr ushort
return Instruction

FormatAddr() public static method

public static FormatAddr ( ushort addr, bool link = true, bool prefix = true ) : string
addr ushort
link bool
prefix bool
return string

FormatByte() public static method

public static FormatByte ( byte b ) : string
b byte
return string

FormatWord() public static method

public static FormatWord ( ushort w ) : string
w ushort
return string

Property Details

HtmlMode public_oe static_oe property

public static bool HtmlMode
return bool

LabelledRangeHigh public_oe static_oe property

public static ushort LabelledRangeHigh
return ushort

LabelledRangeLow public_oe static_oe property

public static ushort LabelledRangeLow
return ushort

LowerCase public_oe static_oe property

public static bool LowerCase
return bool

ShowRelativeOffsets public_oe static_oe property

public static bool ShowRelativeOffsets
return bool