C# Class X86Code, mona

Afficher le fichier Open project: higepon/mona Class Usage Examples

Méthodes publiques

Свойство Type Description
IsBrTarget bool
Label string

Méthodes publiques

Méthode Description
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

Method Details

GetPrevious() public static méthode

public static GetPrevious ( ArrayList list, int pos, int count ) : X86Code,
list ArrayList
pos int
count int
Résultat X86Code,

Ignore() public méthode

public Ignore ( ) : void
Résultat void

IsAddEtc() public static méthode

public static IsAddEtc ( string s ) : bool
s string
Résultat bool

IsAddr() public static méthode

public static IsAddr ( string s ) : bool
s string
Résultat bool

IsDigit() public static méthode

public static IsDigit ( string s ) : bool
s string
Résultat bool

IsMovEtc() public static méthode

public static IsMovEtc ( string s ) : bool
s string
Résultat bool

IsXS() public static méthode

public static IsXS ( string s ) : bool
s string
Résultat bool

IsXX() public static méthode

public static IsXX ( string s ) : bool
s string
Résultat bool

Optimize() public static méthode

public static Optimize ( ArrayList list ) : void
list ArrayList
Résultat void

Parse() public static méthode

public static Parse ( string s ) : X86Code,
s string
Résultat X86Code,

Write() public méthode

public Write ( StreamWriter sw ) : void
sw StreamWriter
Résultat void

X86Code() public méthode

public X86Code ( ) : System
Résultat System

X86Code() public méthode

public X86Code ( string mnemonic ) : System
mnemonic string
Résultat System

X86Code() public méthode

public X86Code ( string label, bool isBrTarget, string comment ) : System
label string
isBrTarget bool
comment string
Résultat System

X86Code() public méthode

public X86Code ( string label, bool isBrTarget, string comment, string mnemonic ) : System
label string
isBrTarget bool
comment string
mnemonic string
Résultat System

X86Code() public méthode

public X86Code ( string label, bool isBrTarget, string comment, string mnemonic, string operand1 ) : System
label string
isBrTarget bool
comment string
mnemonic string
operand1 string
Résultat System

X86Code() public méthode

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
Résultat System

X86Code() public méthode

public X86Code ( string mnemonic, string operand1 ) : System
mnemonic string
operand1 string
Résultat System

X86Code() public méthode

public X86Code ( string mnemonic, string operand1, string operand2 ) : System
mnemonic string
operand1 string
operand2 string
Résultat System

Property Details

IsBrTarget public_oe property

public bool IsBrTarget
Résultat bool

Label public_oe property

public string Label
Résultat string