C# 클래스 X86Code, mona

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

공개 프로퍼티들

프로퍼티 타입 설명
IsBrTarget bool
Label string

공개 메소드들

메소드 설명
GetPrevious ( ArrayList list, int pos, int count ) : X86Code,
Ignore ( ) : void
IsAddEtc ( string s ) : bool
IsAddr ( string s ) : bool
IsDigit ( string s ) : bool
IsMovEtc ( string s ) : bool
IsXS ( string s ) : bool
IsXX ( string s ) : bool
Optimize ( ArrayList list ) : void
Parse ( string s ) : X86Code,
Write ( StreamWriter sw ) : void
X86Code ( ) : System
X86Code ( string mnemonic ) : System
X86Code ( string label, bool isBrTarget, string comment ) : System
X86Code ( string label, bool isBrTarget, string comment, string mnemonic ) : System
X86Code ( string label, bool isBrTarget, string comment, string mnemonic, string operand1 ) : System
X86Code ( string label, bool isBrTarget, string comment, string mnemonic, string operand1, string operand2 ) : System
X86Code ( string mnemonic, string operand1 ) : System
X86Code ( string mnemonic, string operand1, string operand2 ) : System

메소드 상세

GetPrevious() 공개 정적인 메소드

public static GetPrevious ( ArrayList list, int pos, int count ) : X86Code,
list ArrayList
pos int
count int
리턴 X86Code,

Ignore() 공개 메소드

public Ignore ( ) : void
리턴 void

IsAddEtc() 공개 정적인 메소드

public static IsAddEtc ( string s ) : bool
s string
리턴 bool

IsAddr() 공개 정적인 메소드

public static IsAddr ( string s ) : bool
s string
리턴 bool

IsDigit() 공개 정적인 메소드

public static IsDigit ( string s ) : bool
s string
리턴 bool

IsMovEtc() 공개 정적인 메소드

public static IsMovEtc ( string s ) : bool
s string
리턴 bool

IsXS() 공개 정적인 메소드

public static IsXS ( string s ) : bool
s string
리턴 bool

IsXX() 공개 정적인 메소드

public static IsXX ( string s ) : bool
s string
리턴 bool

Optimize() 공개 정적인 메소드

public static Optimize ( ArrayList list ) : void
list ArrayList
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( string s ) : X86Code,
s string
리턴 X86Code,

Write() 공개 메소드

public Write ( StreamWriter sw ) : void
sw StreamWriter
리턴 void

X86Code() 공개 메소드

public X86Code ( ) : System
리턴 System

X86Code() 공개 메소드

public X86Code ( string mnemonic ) : System
mnemonic string
리턴 System

X86Code() 공개 메소드

public X86Code ( string label, bool isBrTarget, string comment ) : System
label string
isBrTarget bool
comment string
리턴 System

X86Code() 공개 메소드

public X86Code ( string label, bool isBrTarget, string comment, string mnemonic ) : System
label string
isBrTarget bool
comment string
mnemonic string
리턴 System

X86Code() 공개 메소드

public X86Code ( string label, bool isBrTarget, string comment, string mnemonic, string operand1 ) : System
label string
isBrTarget bool
comment string
mnemonic string
operand1 string
리턴 System

X86Code() 공개 메소드

public X86Code ( string label, bool isBrTarget, string comment, string mnemonic, string operand1, string operand2 ) : System
label string
isBrTarget bool
comment string
mnemonic string
operand1 string
operand2 string
리턴 System

X86Code() 공개 메소드

public X86Code ( string mnemonic, string operand1 ) : System
mnemonic string
operand1 string
리턴 System

X86Code() 공개 메소드

public X86Code ( string mnemonic, string operand1, string operand2 ) : System
mnemonic string
operand1 string
operand2 string
리턴 System

프로퍼티 상세

IsBrTarget 공개적으로 프로퍼티

public bool IsBrTarget
리턴 bool

Label 공개적으로 프로퍼티

public string Label
리턴 string