Property | Type | Description | |
---|---|---|---|
HtmlMode | bool | ||
LabelledRangeHigh | ushort | ||
LabelledRangeLow | ushort | ||
LowerCase | bool | ||
ShowRelativeOffsets | bool |
Method | Description | |
---|---|---|
Disassemble ( byte buffer, ushort offsetInBuffer, ushort addr ) : |
||
FormatAddr ( ushort addr, bool link = true, bool prefix = true ) : string | ||
FormatByte ( byte b ) : string | ||
FormatWord ( ushort w ) : string |
public static Disassemble ( byte buffer, ushort offsetInBuffer, ushort addr ) : |
||
buffer | byte | |
offsetInBuffer | ushort | |
addr | ushort | |
return |
public static FormatAddr ( ushort addr, bool link = true, bool prefix = true ) : string | ||
addr | ushort | |
link | bool | |
prefix | bool | |
return | string |
public static FormatWord ( ushort w ) : string | ||
w | ushort | |
return | string |