프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HtmlMode | bool | ||
LabelledRangeHigh | ushort | ||
LabelledRangeLow | ushort | ||
LowerCase | bool | ||
ShowRelativeOffsets | bool |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public static FormatAddr ( ushort addr, bool link = true, bool prefix = true ) : string | ||
addr | ushort | |
link | bool | |
prefix | bool | |
리턴 | string |