Property | Type | Description | |
---|---|---|---|
bits32Address | bool | ||
displacement | |||
displacementDelta | |||
displacementSet | bool | ||
index | |||
reference | string | ||
scale | byte | ||
segment |
Property | Type | Description | |
---|---|---|---|
Check16Values | void | ||
Check32Values | void |
Method | Description | |
---|---|---|
Encode ( bool bits32, byte spareRegister, |
Encodes the specified bits32.
|
|
Memory ( Memory memory ) : System | ||
Memory ( |
Initializes a new instance of the Memory class.
|
|
Memory ( |
Initializes a new instance of the Memory class.
|
|
Memory ( |
Initializes a new instance of the Memory class.
|
|
Memory ( |
Initializes a new instance of the Memory class.
|
|
Memory ( |
Initializes a new instance of the Memory class.
|
|
Memory ( string label ) : System |
Initializes a new instance of the Memory class.
|
|
ToString ( ) : string |
Returns a
|
Method | Description | |
---|---|---|
Memory ( ) : System |
Initializes a new instance of the Memory class.
|
Method | Description | |
---|---|---|
Check16Values ( ) : void |
Check16s the values.
|
|
Check32Values ( ) : void |
Check32s the values.
|
public Encode ( bool bits32, byte spareRegister, |
||
bits32 | bool | if set to |
spareRegister | byte | The spare register. |
binaryWriter | The binary writer. | |
return | bool |
public Memory ( |
||
segment | The segment. | |
_base | The _base. | |
index | The index. | |
return | System |
public Memory ( |
||
segment | The segment. | |
_base | The _base. | |
index | The index. | |
displacement | The displacement. | |
return | System |
public Memory ( |
||
segment | The segment. | |
_base | The _base. | |
index | The index. | |
scale | byte | The scale. |
return | System |
public Memory ( |
||
segment | The segment. | |
_base | The _base. | |
index | The index. | |
scale | byte | The scale. |
displacement | The displacement. | |
return | System |
public Memory ( |
||
segment | The segment. | |
label | string | The label. |
return | System |
public Memory ( string label ) : System | ||
label | string | The label. |
return | System |