Absolute

Short Address

The operand is in a memory location specified by the given address.
This mode is specified when an address is followed by a .W extension.
The CPU will sign extended the 16bit offeset to a full 32bit address
Therefore this mode can address memory from $FFFF8000 to $00000000 to $00007FFFF

Assembler Syntax:
(xxx).W
(xxx)

Format: