Cycle-by-cycle address and data bus for ldaa 0x1234


        .org   0x0100
        
        ldaa   0x1234
----------------------------------------------------------
                                  |        MEMORY
                                  |-----------------------
    cycle    address     data     |    address     data
                                  |     0100        B6
       1      0100        B6      |     0101        12
       2      0101        12      |     0102        34
       3      0102        34      |     0103        CE
       4      1234        8C      |     0104        AB
                                  |      .          .
                                  |      .          .
                                  |     1232        A4
                                  |     1233        E2
                                  |     1234        8C
                                  |     1235        51
                                  |     1236        80