[][src]Module olympia_engine::address

Represents a variety of addressing types for emulation.

Structs

AddressOffset

Represents an address that is offset from the program counter

HighAddress

Represents an address in high memory (offset from 0xFF00)

LiteralAddress

Represents a literal memory address

OffsetResolveResult