C# 클래스 yazd.Disassembler

파일 보기 프로젝트 열기: toptensoftware/yazd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HtmlMode bool
LabelledRangeHigh ushort
LabelledRangeLow ushort
LowerCase bool
ShowRelativeOffsets bool

공개 메소드들

메소드 설명
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

메소드 상세

Disassemble() 공개 정적인 메소드

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

FormatAddr() 공개 정적인 메소드

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

FormatByte() 공개 정적인 메소드

public static FormatByte ( byte b ) : string
b byte
리턴 string

FormatWord() 공개 정적인 메소드

public static FormatWord ( ushort w ) : string
w ushort
리턴 string

프로퍼티 상세

HtmlMode 공개적으로 정적으로 프로퍼티

public static bool HtmlMode
리턴 bool

LabelledRangeHigh 공개적으로 정적으로 프로퍼티

public static ushort LabelledRangeHigh
리턴 ushort

LabelledRangeLow 공개적으로 정적으로 프로퍼티

public static ushort LabelledRangeLow
리턴 ushort

LowerCase 공개적으로 정적으로 프로퍼티

public static bool LowerCase
리턴 bool

ShowRelativeOffsets 공개적으로 정적으로 프로퍼티

public static bool ShowRelativeOffsets
리턴 bool