SAX SAX Accu AND X-Register into memory SAX
N V - B D I Z C
Operation: M <- (A) /\ (X) . . . . . . . .
+----------------+-----------------------+---------+---------+----------+
| Addressing Mode| Assembly Language Form| OP CODE |No. Bytes|No. Cycles|
+----------------+-----------------------+---------+---------+----------+
| ZeroPage | SAX $FF | $87 | 2 | 3 |
| ZeroPage,Y | SAX $FF,Y | $97 | 2 | 4 |
| Absolute | SAX $FFFF | $8F | 3 | 4 |
| (Indirect,X) | SAX ($FF,X) | $83 | 2 | 6 |
+----------------+-----------------------+---------+---------+----------+
Note: The A /\ X operation is a result of A and X put onto the bus
at the same time.
|