ISA Type
Represents the Instruction Set Architecture (ISA).
Constructors
Constructor | Description |
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
ISA(arch, endian, wordSize)
Parameters:
Architecture
endian : Endian
wordSize : WordSize
Returns: ISA
|
|
Full Usage:
ISA(arch, endian, wordSize, flags)
Parameters:
Architecture
endian : Endian
wordSize : WordSize
flags : int
Returns: ISA
|
|
Instance members
Instance member | Description |
|
|
|
|
Full Usage:
this.Flags
Returns: int
|
|
Full Usage:
this.IsX64
Returns: bool
|
|
Full Usage:
this.IsX86
Returns: bool
|
|
|
|