Struct AddressedData

Struct used to represent an addressed data using any of the address methods of the main emulator class.

struct AddressedData ;

Fields

NameTypeDescription
address ushortThe address of the accessed data.
crosses boolTrue when the accessed data has crossed a page.
value ubyteThe data located on the address.