SAX         SAX Accu AND with X-Register, result 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|
  +----------------+-----------------------+---------+---------+----------+
  |  Zero Page     |   SAX $FF             |   $87   |    2    |    3     |
  |  Zero Page,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.