Struct AddressedData
Struct used to represent an addressed data using any of the address methods of the main emulator class.
struct AddressedData
;
Fields
| Name | Type | Description |
|---|---|---|
address
|
ushort | The address of the accessed data. |
crosses
|
bool | True when the accessed data has crossed a page. |
value
|
ubyte | The data located on the address. |