| モード | バイト数 | 記号 | 有効アドレス領域 | ||
|
0000H -01FFH |
-1FFFH | -FFFFH | |||
| Direct Page | 2 | dp | X | ||
| X-Indexed Direct Page | 2 | dp+X | X | ||
| Y-Indexed Direct Page | 2 | dp+Y | X | ||
| Indirect | 1 | (X) | X | ||
| Indirect Auto-increment | 1 | (X)+ | X | ||
| Direct Page to Direct Page | 3 | dp,dp | X | ||
| Indirect Page to Indirect Page | 1 | (X),(Y) | X | ||
| Inmediate Data to Direct Page | 3 | dp Inm | X | ||
| Direct Page Bit | 2 | dp, bit | X | ||
| Direct Page Bit Relative | 3 | dp,bit,rel | X | ||
| Absolute Boolean Bit | 3 | mem, bit | X | X | |
| Absolute | 3 | labs | X | X | X |
| X-indexed Absolute | 3 | labs+X | X | X | X |
| Y-indexed Absolute | 3 | labs+Y | X | X | X |
| X-indexed Indirect | 2 | (dp+X) | X | X | X |
| Indirect Y-indexed Indirect | 2 | (dp)+Y | X | X | X |