Created
March 5, 2015 23:20
-
-
Save tyfkda/5a963edfb3a40cc63f18 to your computer and use it in GitHub Desktop.
MC68000 mnemonic
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0000 0123 ori.b #$23, D0 | |
| 0001 0123 ori.b #$23, D1 | |
| 0002 0123 ori.b #$23, D2 | |
| 0003 0123 ori.b #$23, D3 | |
| 0004 0123 ori.b #$23, D4 | |
| 0005 0123 ori.b #$23, D5 | |
| 0006 0123 ori.b #$23, D6 | |
| 0007 0123 ori.b #$23, D7 | |
| 0010 0123 ori.b #$23, (A0) | |
| 0011 0123 ori.b #$23, (A1) | |
| 0012 0123 ori.b #$23, (A2) | |
| 0013 0123 ori.b #$23, (A3) | |
| 0014 0123 ori.b #$23, (A4) | |
| 0015 0123 ori.b #$23, (A5) | |
| 0016 0123 ori.b #$23, (A6) | |
| 0017 0123 ori.b #$23, (A7) | |
| 0018 0123 ori.b #$23, (A0)+ | |
| 0019 0123 ori.b #$23, (A1)+ | |
| 001a 0123 ori.b #$23, (A2)+ | |
| 001b 0123 ori.b #$23, (A3)+ | |
| 001c 0123 ori.b #$23, (A4)+ | |
| 001d 0123 ori.b #$23, (A5)+ | |
| 001e 0123 ori.b #$23, (A6)+ | |
| 001f 0123 ori.b #$23, (A7)+ | |
| 0020 0123 ori.b #$23, -(A0) | |
| 0021 0123 ori.b #$23, -(A1) | |
| 0022 0123 ori.b #$23, -(A2) | |
| 0023 0123 ori.b #$23, -(A3) | |
| 0024 0123 ori.b #$23, -(A4) | |
| 0025 0123 ori.b #$23, -(A5) | |
| 0026 0123 ori.b #$23, -(A6) | |
| 0027 0123 ori.b #$23, -(A7) | |
| 0028 0123 4567 ori.b #$23, ($4567,A0) | |
| 0029 0123 4567 ori.b #$23, ($4567,A1) | |
| 002a 0123 4567 ori.b #$23, ($4567,A2) | |
| 002b 0123 4567 ori.b #$23, ($4567,A3) | |
| 002c 0123 4567 ori.b #$23, ($4567,A4) | |
| 002d 0123 4567 ori.b #$23, ($4567,A5) | |
| 002e 0123 4567 ori.b #$23, ($4567,A6) | |
| 002f 0123 4567 ori.b #$23, ($4567,A7) | |
| 0030 0123 4567 89ab ori.b #$23, ([-$7655,A0]) | |
| 0031 0123 4567 89ab ori.b #$23, ([-$7655,A1]) | |
| 0032 0123 4567 89ab ori.b #$23, ([-$7655,A2]) | |
| 0033 0123 4567 89ab ori.b #$23, ([-$7655,A3]) | |
| 0034 0123 4567 89ab ori.b #$23, ([-$7655,A4]) | |
| 0035 0123 4567 89ab ori.b #$23, ([-$7655,A5]) | |
| 0036 0123 4567 89ab ori.b #$23, ([-$7655,A6]) | |
| 0037 0123 4567 89ab ori.b #$23, ([-$7655,A7]) | |
| 0038 0123 4567 ori.b #$23, $4567.w | |
| 0039 0123 4567 89ab ori.b #$23, $456789ab.l | |
| 003c 0123 ori #$23, CCR | |
| 0040 0123 ori.w #$123, D0 | |
| 0041 0123 ori.w #$123, D1 | |
| 0042 0123 ori.w #$123, D2 | |
| 0043 0123 ori.w #$123, D3 | |
| 0044 0123 ori.w #$123, D4 | |
| 0045 0123 ori.w #$123, D5 | |
| 0046 0123 ori.w #$123, D6 | |
| 0047 0123 ori.w #$123, D7 | |
| 0050 0123 ori.w #$123, (A0) | |
| 0051 0123 ori.w #$123, (A1) | |
| 0052 0123 ori.w #$123, (A2) | |
| 0053 0123 ori.w #$123, (A3) | |
| 0054 0123 ori.w #$123, (A4) | |
| 0055 0123 ori.w #$123, (A5) | |
| 0056 0123 ori.w #$123, (A6) | |
| 0057 0123 ori.w #$123, (A7) | |
| 0058 0123 ori.w #$123, (A0)+ | |
| 0059 0123 ori.w #$123, (A1)+ | |
| 005a 0123 ori.w #$123, (A2)+ | |
| 005b 0123 ori.w #$123, (A3)+ | |
| 005c 0123 ori.w #$123, (A4)+ | |
| 005d 0123 ori.w #$123, (A5)+ | |
| 005e 0123 ori.w #$123, (A6)+ | |
| 005f 0123 ori.w #$123, (A7)+ | |
| 0060 0123 ori.w #$123, -(A0) | |
| 0061 0123 ori.w #$123, -(A1) | |
| 0062 0123 ori.w #$123, -(A2) | |
| 0063 0123 ori.w #$123, -(A3) | |
| 0064 0123 ori.w #$123, -(A4) | |
| 0065 0123 ori.w #$123, -(A5) | |
| 0066 0123 ori.w #$123, -(A6) | |
| 0067 0123 ori.w #$123, -(A7) | |
| 0068 0123 4567 ori.w #$123, ($4567,A0) | |
| 0069 0123 4567 ori.w #$123, ($4567,A1) | |
| 006a 0123 4567 ori.w #$123, ($4567,A2) | |
| 006b 0123 4567 ori.w #$123, ($4567,A3) | |
| 006c 0123 4567 ori.w #$123, ($4567,A4) | |
| 006d 0123 4567 ori.w #$123, ($4567,A5) | |
| 006e 0123 4567 ori.w #$123, ($4567,A6) | |
| 006f 0123 4567 ori.w #$123, ($4567,A7) | |
| 0070 0123 4567 89ab ori.w #$123, ([-$7655,A0]) | |
| 0071 0123 4567 89ab ori.w #$123, ([-$7655,A1]) | |
| 0072 0123 4567 89ab ori.w #$123, ([-$7655,A2]) | |
| 0073 0123 4567 89ab ori.w #$123, ([-$7655,A3]) | |
| 0074 0123 4567 89ab ori.w #$123, ([-$7655,A4]) | |
| 0075 0123 4567 89ab ori.w #$123, ([-$7655,A5]) | |
| 0076 0123 4567 89ab ori.w #$123, ([-$7655,A6]) | |
| 0077 0123 4567 89ab ori.w #$123, ([-$7655,A7]) | |
| 0078 0123 4567 ori.w #$123, $4567.w | |
| 0079 0123 4567 89ab ori.w #$123, $456789ab.l | |
| 007c 0123 ori #$123, SR | |
| 0080 0123 4567 ori.l #$1234567, D0 | |
| 0081 0123 4567 ori.l #$1234567, D1 | |
| 0082 0123 4567 ori.l #$1234567, D2 | |
| 0083 0123 4567 ori.l #$1234567, D3 | |
| 0084 0123 4567 ori.l #$1234567, D4 | |
| 0085 0123 4567 ori.l #$1234567, D5 | |
| 0086 0123 4567 ori.l #$1234567, D6 | |
| 0087 0123 4567 ori.l #$1234567, D7 | |
| 0090 0123 4567 ori.l #$1234567, (A0) | |
| 0091 0123 4567 ori.l #$1234567, (A1) | |
| 0092 0123 4567 ori.l #$1234567, (A2) | |
| 0093 0123 4567 ori.l #$1234567, (A3) | |
| 0094 0123 4567 ori.l #$1234567, (A4) | |
| 0095 0123 4567 ori.l #$1234567, (A5) | |
| 0096 0123 4567 ori.l #$1234567, (A6) | |
| 0097 0123 4567 ori.l #$1234567, (A7) | |
| 0098 0123 4567 ori.l #$1234567, (A0)+ | |
| 0099 0123 4567 ori.l #$1234567, (A1)+ | |
| 009a 0123 4567 ori.l #$1234567, (A2)+ | |
| 009b 0123 4567 ori.l #$1234567, (A3)+ | |
| 009c 0123 4567 ori.l #$1234567, (A4)+ | |
| 009d 0123 4567 ori.l #$1234567, (A5)+ | |
| 009e 0123 4567 ori.l #$1234567, (A6)+ | |
| 009f 0123 4567 ori.l #$1234567, (A7)+ | |
| 00a0 0123 4567 ori.l #$1234567, -(A0) | |
| 00a1 0123 4567 ori.l #$1234567, -(A1) | |
| 00a2 0123 4567 ori.l #$1234567, -(A2) | |
| 00a3 0123 4567 ori.l #$1234567, -(A3) | |
| 00a4 0123 4567 ori.l #$1234567, -(A4) | |
| 00a5 0123 4567 ori.l #$1234567, -(A5) | |
| 00a6 0123 4567 ori.l #$1234567, -(A6) | |
| 00a7 0123 4567 ori.l #$1234567, -(A7) | |
| 00a8 0123 4567 89ab ori.l #$1234567, (-$7655,A0) | |
| 00a9 0123 4567 89ab ori.l #$1234567, (-$7655,A1) | |
| 00aa 0123 4567 89ab ori.l #$1234567, (-$7655,A2) | |
| 00ab 0123 4567 89ab ori.l #$1234567, (-$7655,A3) | |
| 00ac 0123 4567 89ab ori.l #$1234567, (-$7655,A4) | |
| 00ad 0123 4567 89ab ori.l #$1234567, (-$7655,A5) | |
| 00ae 0123 4567 89ab ori.l #$1234567, (-$7655,A6) | |
| 00af 0123 4567 89ab ori.l #$1234567, (-$7655,A7) | |
| 00b0 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b1 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b2 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b3 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b4 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b5 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b6 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b7 0123 4567 89ab cdef 0000 0000 ori.l #$1234567, ([-$3211,A0.l]) | |
| 00b8 0123 4567 89ab ori.l #$1234567, $89ab.w | |
| 00b9 0123 4567 89ab cdef ori.l #$1234567, $89abcdef.l | |
| 00d0 0123 cmp2.b (A0), D0; (2+) | |
| 00d1 0123 cmp2.b (A1), D0; (2+) | |
| 00d2 0123 cmp2.b (A2), D0; (2+) | |
| 00d3 0123 cmp2.b (A3), D0; (2+) | |
| 00d4 0123 cmp2.b (A4), D0; (2+) | |
| 00d5 0123 cmp2.b (A5), D0; (2+) | |
| 00d6 0123 cmp2.b (A6), D0; (2+) | |
| 00d7 0123 cmp2.b (A7), D0; (2+) | |
| 00e8 0123 4567 cmp2.b ($4567,A0), D0; (2+) | |
| 00e9 0123 4567 cmp2.b ($4567,A1), D0; (2+) | |
| 00ea 0123 4567 cmp2.b ($4567,A2), D0; (2+) | |
| 00eb 0123 4567 cmp2.b ($4567,A3), D0; (2+) | |
| 00ec 0123 4567 cmp2.b ($4567,A4), D0; (2+) | |
| 00ed 0123 4567 cmp2.b ($4567,A5), D0; (2+) | |
| 00ee 0123 4567 cmp2.b ($4567,A6), D0; (2+) | |
| 00ef 0123 4567 cmp2.b ($4567,A7), D0; (2+) | |
| 00f0 0123 4567 89ab cmp2.b ([-$7655,A0]), D0; (2+) | |
| 00f1 0123 4567 89ab cmp2.b ([-$7655,A1]), D0; (2+) | |
| 00f2 0123 4567 89ab cmp2.b ([-$7655,A2]), D0; (2+) | |
| 00f3 0123 4567 89ab cmp2.b ([-$7655,A3]), D0; (2+) | |
| 00f4 0123 4567 89ab cmp2.b ([-$7655,A4]), D0; (2+) | |
| 00f5 0123 4567 89ab cmp2.b ([-$7655,A5]), D0; (2+) | |
| 00f6 0123 4567 89ab cmp2.b ([-$7655,A6]), D0; (2+) | |
| 00f7 0123 4567 89ab cmp2.b ([-$7655,A7]), D0; (2+) | |
| 00f8 0123 4567 cmp2.b $4567.w, D0; (2+) | |
| 00f9 0123 4567 89ab cmp2.b $456789ab.l, D0; (2+) | |
| 00fa 0123 4567 cmp2.b ($4567,PC), D0; (2+); ($456b) | |
| 00fb 0123 4567 89ab cmp2.b ([-$7655,PC]), D0; (2+) | |
| 0100 btst D0, D0 | |
| 0101 btst D0, D1 | |
| 0102 btst D0, D2 | |
| 0103 btst D0, D3 | |
| 0104 btst D0, D4 | |
| 0105 btst D0, D5 | |
| 0106 btst D0, D6 | |
| 0107 btst D0, D7 | |
| 0108 0123 movep.w ($123,A0), D0 | |
| 0109 0123 movep.w ($123,A1), D0 | |
| 010a 0123 movep.w ($123,A2), D0 | |
| 010b 0123 movep.w ($123,A3), D0 | |
| 010c 0123 movep.w ($123,A4), D0 | |
| 010d 0123 movep.w ($123,A5), D0 | |
| 010e 0123 movep.w ($123,A6), D0 | |
| 010f 0123 movep.w ($123,A7), D0 | |
| 0110 btst D0, (A0) | |
| 0111 btst D0, (A1) | |
| 0112 btst D0, (A2) | |
| 0113 btst D0, (A3) | |
| 0114 btst D0, (A4) | |
| 0115 btst D0, (A5) | |
| 0116 btst D0, (A6) | |
| 0117 btst D0, (A7) | |
| 0118 btst D0, (A0)+ | |
| 0119 btst D0, (A1)+ | |
| 011a btst D0, (A2)+ | |
| 011b btst D0, (A3)+ | |
| 011c btst D0, (A4)+ | |
| 011d btst D0, (A5)+ | |
| 011e btst D0, (A6)+ | |
| 011f btst D0, (A7)+ | |
| 0120 btst D0, -(A0) | |
| 0121 btst D0, -(A1) | |
| 0122 btst D0, -(A2) | |
| 0123 btst D0, -(A3) | |
| 0124 btst D0, -(A4) | |
| 0125 btst D0, -(A5) | |
| 0126 btst D0, -(A6) | |
| 0127 btst D0, -(A7) | |
| 0128 0123 btst D0, ($123,A0) | |
| 0129 0123 btst D0, ($123,A1) | |
| 012a 0123 btst D0, ($123,A2) | |
| 012b 0123 btst D0, ($123,A3) | |
| 012c 0123 btst D0, ($123,A4) | |
| 012d 0123 btst D0, ($123,A5) | |
| 012e 0123 btst D0, ($123,A6) | |
| 012f 0123 btst D0, ($123,A7) | |
| 0130 0123 4567 89ab cdef btst D0, ([$4567,A0,D0.w],-$3211) | |
| 0131 0123 4567 89ab cdef btst D0, ([$4567,A1,D0.w],-$3211) | |
| 0132 0123 4567 89ab cdef btst D0, ([$4567,A2,D0.w],-$3211) | |
| 0133 0123 4567 89ab cdef btst D0, ([$4567,A3,D0.w],-$3211) | |
| 0134 0123 4567 89ab cdef btst D0, ([$4567,A4,D0.w],-$3211) | |
| 0135 0123 4567 89ab cdef btst D0, ([$4567,A5,D0.w],-$3211) | |
| 0136 0123 4567 89ab cdef btst D0, ([$4567,A6,D0.w],-$3211) | |
| 0137 0123 4567 89ab cdef btst D0, ([$4567,A7,D0.w],-$3211) | |
| 0138 0123 btst D0, $123.w | |
| 0139 0123 4567 btst D0, $1234567.l | |
| 013a 0123 btst D0, ($123,PC); ($125) | |
| 013b 0123 4567 89ab cdef btst D0, ([$4567,PC,D0.w],-$3211) | |
| 013c 0123 btst D0, #$23 | |
| 0140 bchg D0, D0 | |
| 0141 bchg D0, D1 | |
| 0142 bchg D0, D2 | |
| 0143 bchg D0, D3 | |
| 0144 bchg D0, D4 | |
| 0145 bchg D0, D5 | |
| 0146 bchg D0, D6 | |
| 0147 bchg D0, D7 | |
| 0148 0123 movep.l ($123,A0), D0 | |
| 0149 0123 movep.l ($123,A1), D0 | |
| 014a 0123 movep.l ($123,A2), D0 | |
| 014b 0123 movep.l ($123,A3), D0 | |
| 014c 0123 movep.l ($123,A4), D0 | |
| 014d 0123 movep.l ($123,A5), D0 | |
| 014e 0123 movep.l ($123,A6), D0 | |
| 014f 0123 movep.l ($123,A7), D0 | |
| 0150 bchg D0, (A0) | |
| 0151 bchg D0, (A1) | |
| 0152 bchg D0, (A2) | |
| 0153 bchg D0, (A3) | |
| 0154 bchg D0, (A4) | |
| 0155 bchg D0, (A5) | |
| 0156 bchg D0, (A6) | |
| 0157 bchg D0, (A7) | |
| 0158 bchg D0, (A0)+ | |
| 0159 bchg D0, (A1)+ | |
| 015a bchg D0, (A2)+ | |
| 015b bchg D0, (A3)+ | |
| 015c bchg D0, (A4)+ | |
| 015d bchg D0, (A5)+ | |
| 015e bchg D0, (A6)+ | |
| 015f bchg D0, (A7)+ | |
| 0160 bchg D0, -(A0) | |
| 0161 bchg D0, -(A1) | |
| 0162 bchg D0, -(A2) | |
| 0163 bchg D0, -(A3) | |
| 0164 bchg D0, -(A4) | |
| 0165 bchg D0, -(A5) | |
| 0166 bchg D0, -(A6) | |
| 0167 bchg D0, -(A7) | |
| 0168 0123 bchg D0, ($123,A0) | |
| 0169 0123 bchg D0, ($123,A1) | |
| 016a 0123 bchg D0, ($123,A2) | |
| 016b 0123 bchg D0, ($123,A3) | |
| 016c 0123 bchg D0, ($123,A4) | |
| 016d 0123 bchg D0, ($123,A5) | |
| 016e 0123 bchg D0, ($123,A6) | |
| 016f 0123 bchg D0, ($123,A7) | |
| 0170 0123 4567 89ab cdef bchg D0, ([$4567,A0,D0.w],-$3211) | |
| 0171 0123 4567 89ab cdef bchg D0, ([$4567,A1,D0.w],-$3211) | |
| 0172 0123 4567 89ab cdef bchg D0, ([$4567,A2,D0.w],-$3211) | |
| 0173 0123 4567 89ab cdef bchg D0, ([$4567,A3,D0.w],-$3211) | |
| 0174 0123 4567 89ab cdef bchg D0, ([$4567,A4,D0.w],-$3211) | |
| 0175 0123 4567 89ab cdef bchg D0, ([$4567,A5,D0.w],-$3211) | |
| 0176 0123 4567 89ab cdef bchg D0, ([$4567,A6,D0.w],-$3211) | |
| 0177 0123 4567 89ab cdef bchg D0, ([$4567,A7,D0.w],-$3211) | |
| 0178 0123 bchg D0, $123.w | |
| 0179 0123 4567 bchg D0, $1234567.l | |
| 0180 bclr D0, D0 | |
| 0181 bclr D0, D1 | |
| 0182 bclr D0, D2 | |
| 0183 bclr D0, D3 | |
| 0184 bclr D0, D4 | |
| 0185 bclr D0, D5 | |
| 0186 bclr D0, D6 | |
| 0187 bclr D0, D7 | |
| 0188 0123 movep.w D0, ($123,A0) | |
| 0189 0123 movep.w D0, ($123,A1) | |
| 018a 0123 movep.w D0, ($123,A2) | |
| 018b 0123 movep.w D0, ($123,A3) | |
| 018c 0123 movep.w D0, ($123,A4) | |
| 018d 0123 movep.w D0, ($123,A5) | |
| 018e 0123 movep.w D0, ($123,A6) | |
| 018f 0123 movep.w D0, ($123,A7) | |
| 0190 bclr D0, (A0) | |
| 0191 bclr D0, (A1) | |
| 0192 bclr D0, (A2) | |
| 0193 bclr D0, (A3) | |
| 0194 bclr D0, (A4) | |
| 0195 bclr D0, (A5) | |
| 0196 bclr D0, (A6) | |
| 0197 bclr D0, (A7) | |
| 0198 bclr D0, (A0)+ | |
| 0199 bclr D0, (A1)+ | |
| 019a bclr D0, (A2)+ | |
| 019b bclr D0, (A3)+ | |
| 019c bclr D0, (A4)+ | |
| 019d bclr D0, (A5)+ | |
| 019e bclr D0, (A6)+ | |
| 019f bclr D0, (A7)+ | |
| 01a0 bclr D0, -(A0) | |
| 01a1 bclr D0, -(A1) | |
| 01a2 bclr D0, -(A2) | |
| 01a3 bclr D0, -(A3) | |
| 01a4 bclr D0, -(A4) | |
| 01a5 bclr D0, -(A5) | |
| 01a6 bclr D0, -(A6) | |
| 01a7 bclr D0, -(A7) | |
| 01a8 0123 bclr D0, ($123,A0) | |
| 01a9 0123 bclr D0, ($123,A1) | |
| 01aa 0123 bclr D0, ($123,A2) | |
| 01ab 0123 bclr D0, ($123,A3) | |
| 01ac 0123 bclr D0, ($123,A4) | |
| 01ad 0123 bclr D0, ($123,A5) | |
| 01ae 0123 bclr D0, ($123,A6) | |
| 01af 0123 bclr D0, ($123,A7) | |
| 01b0 0123 4567 89ab cdef bclr D0, ([$4567,A0,D0.w],-$3211) | |
| 01b1 0123 4567 89ab cdef bclr D0, ([$4567,A1,D0.w],-$3211) | |
| 01b2 0123 4567 89ab cdef bclr D0, ([$4567,A2,D0.w],-$3211) | |
| 01b3 0123 4567 89ab cdef bclr D0, ([$4567,A3,D0.w],-$3211) | |
| 01b4 0123 4567 89ab cdef bclr D0, ([$4567,A4,D0.w],-$3211) | |
| 01b5 0123 4567 89ab cdef bclr D0, ([$4567,A5,D0.w],-$3211) | |
| 01b6 0123 4567 89ab cdef bclr D0, ([$4567,A6,D0.w],-$3211) | |
| 01b7 0123 4567 89ab cdef bclr D0, ([$4567,A7,D0.w],-$3211) | |
| 01b8 0123 bclr D0, $123.w | |
| 01b9 0123 4567 bclr D0, $1234567.l | |
| 01c0 bset D0, D0 | |
| 01c1 bset D0, D1 | |
| 01c2 bset D0, D2 | |
| 01c3 bset D0, D3 | |
| 01c4 bset D0, D4 | |
| 01c5 bset D0, D5 | |
| 01c6 bset D0, D6 | |
| 01c7 bset D0, D7 | |
| 01c8 0123 movep.l D0, ($123,A0) | |
| 01c9 0123 movep.l D0, ($123,A1) | |
| 01ca 0123 movep.l D0, ($123,A2) | |
| 01cb 0123 movep.l D0, ($123,A3) | |
| 01cc 0123 movep.l D0, ($123,A4) | |
| 01cd 0123 movep.l D0, ($123,A5) | |
| 01ce 0123 movep.l D0, ($123,A6) | |
| 01cf 0123 movep.l D0, ($123,A7) | |
| 01d0 bset D0, (A0) | |
| 01d1 bset D0, (A1) | |
| 01d2 bset D0, (A2) | |
| 01d3 bset D0, (A3) | |
| 01d4 bset D0, (A4) | |
| 01d5 bset D0, (A5) | |
| 01d6 bset D0, (A6) | |
| 01d7 bset D0, (A7) | |
| 01d8 bset D0, (A0)+ | |
| 01d9 bset D0, (A1)+ | |
| 01da bset D0, (A2)+ | |
| 01db bset D0, (A3)+ | |
| 01dc bset D0, (A4)+ | |
| 01dd bset D0, (A5)+ | |
| 01de bset D0, (A6)+ | |
| 01df bset D0, (A7)+ | |
| 01e0 bset D0, -(A0) | |
| 01e1 bset D0, -(A1) | |
| 01e2 bset D0, -(A2) | |
| 01e3 bset D0, -(A3) | |
| 01e4 bset D0, -(A4) | |
| 01e5 bset D0, -(A5) | |
| 01e6 bset D0, -(A6) | |
| 01e7 bset D0, -(A7) | |
| 01e8 0123 bset D0, ($123,A0) | |
| 01e9 0123 bset D0, ($123,A1) | |
| 01ea 0123 bset D0, ($123,A2) | |
| 01eb 0123 bset D0, ($123,A3) | |
| 01ec 0123 bset D0, ($123,A4) | |
| 01ed 0123 bset D0, ($123,A5) | |
| 01ee 0123 bset D0, ($123,A6) | |
| 01ef 0123 bset D0, ($123,A7) | |
| 01f0 0123 4567 89ab cdef bset D0, ([$4567,A0,D0.w],-$3211) | |
| 01f1 0123 4567 89ab cdef bset D0, ([$4567,A1,D0.w],-$3211) | |
| 01f2 0123 4567 89ab cdef bset D0, ([$4567,A2,D0.w],-$3211) | |
| 01f3 0123 4567 89ab cdef bset D0, ([$4567,A3,D0.w],-$3211) | |
| 01f4 0123 4567 89ab cdef bset D0, ([$4567,A4,D0.w],-$3211) | |
| 01f5 0123 4567 89ab cdef bset D0, ([$4567,A5,D0.w],-$3211) | |
| 01f6 0123 4567 89ab cdef bset D0, ([$4567,A6,D0.w],-$3211) | |
| 01f7 0123 4567 89ab cdef bset D0, ([$4567,A7,D0.w],-$3211) | |
| 01f8 0123 bset D0, $123.w | |
| 01f9 0123 4567 bset D0, $1234567.l | |
| 0200 0123 andi.b #$23, D0 | |
| 0201 0123 andi.b #$23, D1 | |
| 0202 0123 andi.b #$23, D2 | |
| 0203 0123 andi.b #$23, D3 | |
| 0204 0123 andi.b #$23, D4 | |
| 0205 0123 andi.b #$23, D5 | |
| 0206 0123 andi.b #$23, D6 | |
| 0207 0123 andi.b #$23, D7 | |
| 0210 0123 andi.b #$23, (A0) | |
| 0211 0123 andi.b #$23, (A1) | |
| 0212 0123 andi.b #$23, (A2) | |
| 0213 0123 andi.b #$23, (A3) | |
| 0214 0123 andi.b #$23, (A4) | |
| 0215 0123 andi.b #$23, (A5) | |
| 0216 0123 andi.b #$23, (A6) | |
| 0217 0123 andi.b #$23, (A7) | |
| 0218 0123 andi.b #$23, (A0)+ | |
| 0219 0123 andi.b #$23, (A1)+ | |
| 021a 0123 andi.b #$23, (A2)+ | |
| 021b 0123 andi.b #$23, (A3)+ | |
| 021c 0123 andi.b #$23, (A4)+ | |
| 021d 0123 andi.b #$23, (A5)+ | |
| 021e 0123 andi.b #$23, (A6)+ | |
| 021f 0123 andi.b #$23, (A7)+ | |
| 0220 0123 andi.b #$23, -(A0) | |
| 0221 0123 andi.b #$23, -(A1) | |
| 0222 0123 andi.b #$23, -(A2) | |
| 0223 0123 andi.b #$23, -(A3) | |
| 0224 0123 andi.b #$23, -(A4) | |
| 0225 0123 andi.b #$23, -(A5) | |
| 0226 0123 andi.b #$23, -(A6) | |
| 0227 0123 andi.b #$23, -(A7) | |
| 0228 0123 4567 andi.b #$23, ($4567,A0) | |
| 0229 0123 4567 andi.b #$23, ($4567,A1) | |
| 022a 0123 4567 andi.b #$23, ($4567,A2) | |
| 022b 0123 4567 andi.b #$23, ($4567,A3) | |
| 022c 0123 4567 andi.b #$23, ($4567,A4) | |
| 022d 0123 4567 andi.b #$23, ($4567,A5) | |
| 022e 0123 4567 andi.b #$23, ($4567,A6) | |
| 022f 0123 4567 andi.b #$23, ($4567,A7) | |
| 0230 0123 4567 89ab andi.b #$23, ([-$7655,A0]) | |
| 0231 0123 4567 89ab andi.b #$23, ([-$7655,A1]) | |
| 0232 0123 4567 89ab andi.b #$23, ([-$7655,A2]) | |
| 0233 0123 4567 89ab andi.b #$23, ([-$7655,A3]) | |
| 0234 0123 4567 89ab andi.b #$23, ([-$7655,A4]) | |
| 0235 0123 4567 89ab andi.b #$23, ([-$7655,A5]) | |
| 0236 0123 4567 89ab andi.b #$23, ([-$7655,A6]) | |
| 0237 0123 4567 89ab andi.b #$23, ([-$7655,A7]) | |
| 0238 0123 4567 andi.b #$23, $4567.w | |
| 0239 0123 4567 89ab andi.b #$23, $456789ab.l | |
| 023c 0123 andi #$23, CCR | |
| 0240 0123 andi.w #$123, D0 | |
| 0241 0123 andi.w #$123, D1 | |
| 0242 0123 andi.w #$123, D2 | |
| 0243 0123 andi.w #$123, D3 | |
| 0244 0123 andi.w #$123, D4 | |
| 0245 0123 andi.w #$123, D5 | |
| 0246 0123 andi.w #$123, D6 | |
| 0247 0123 andi.w #$123, D7 | |
| 0250 0123 andi.w #$123, (A0) | |
| 0251 0123 andi.w #$123, (A1) | |
| 0252 0123 andi.w #$123, (A2) | |
| 0253 0123 andi.w #$123, (A3) | |
| 0254 0123 andi.w #$123, (A4) | |
| 0255 0123 andi.w #$123, (A5) | |
| 0256 0123 andi.w #$123, (A6) | |
| 0257 0123 andi.w #$123, (A7) | |
| 0258 0123 andi.w #$123, (A0)+ | |
| 0259 0123 andi.w #$123, (A1)+ | |
| 025a 0123 andi.w #$123, (A2)+ | |
| 025b 0123 andi.w #$123, (A3)+ | |
| 025c 0123 andi.w #$123, (A4)+ | |
| 025d 0123 andi.w #$123, (A5)+ | |
| 025e 0123 andi.w #$123, (A6)+ | |
| 025f 0123 andi.w #$123, (A7)+ | |
| 0260 0123 andi.w #$123, -(A0) | |
| 0261 0123 andi.w #$123, -(A1) | |
| 0262 0123 andi.w #$123, -(A2) | |
| 0263 0123 andi.w #$123, -(A3) | |
| 0264 0123 andi.w #$123, -(A4) | |
| 0265 0123 andi.w #$123, -(A5) | |
| 0266 0123 andi.w #$123, -(A6) | |
| 0267 0123 andi.w #$123, -(A7) | |
| 0268 0123 4567 andi.w #$123, ($4567,A0) | |
| 0269 0123 4567 andi.w #$123, ($4567,A1) | |
| 026a 0123 4567 andi.w #$123, ($4567,A2) | |
| 026b 0123 4567 andi.w #$123, ($4567,A3) | |
| 026c 0123 4567 andi.w #$123, ($4567,A4) | |
| 026d 0123 4567 andi.w #$123, ($4567,A5) | |
| 026e 0123 4567 andi.w #$123, ($4567,A6) | |
| 026f 0123 4567 andi.w #$123, ($4567,A7) | |
| 0270 0123 4567 89ab andi.w #$123, ([-$7655,A0]) | |
| 0271 0123 4567 89ab andi.w #$123, ([-$7655,A1]) | |
| 0272 0123 4567 89ab andi.w #$123, ([-$7655,A2]) | |
| 0273 0123 4567 89ab andi.w #$123, ([-$7655,A3]) | |
| 0274 0123 4567 89ab andi.w #$123, ([-$7655,A4]) | |
| 0275 0123 4567 89ab andi.w #$123, ([-$7655,A5]) | |
| 0276 0123 4567 89ab andi.w #$123, ([-$7655,A6]) | |
| 0277 0123 4567 89ab andi.w #$123, ([-$7655,A7]) | |
| 0278 0123 4567 andi.w #$123, $4567.w | |
| 0279 0123 4567 89ab andi.w #$123, $456789ab.l | |
| 027c 0123 andi #$123, SR | |
| 0280 0123 4567 andi.l #$1234567, D0 | |
| 0281 0123 4567 andi.l #$1234567, D1 | |
| 0282 0123 4567 andi.l #$1234567, D2 | |
| 0283 0123 4567 andi.l #$1234567, D3 | |
| 0284 0123 4567 andi.l #$1234567, D4 | |
| 0285 0123 4567 andi.l #$1234567, D5 | |
| 0286 0123 4567 andi.l #$1234567, D6 | |
| 0287 0123 4567 andi.l #$1234567, D7 | |
| 0290 0123 4567 andi.l #$1234567, (A0) | |
| 0291 0123 4567 andi.l #$1234567, (A1) | |
| 0292 0123 4567 andi.l #$1234567, (A2) | |
| 0293 0123 4567 andi.l #$1234567, (A3) | |
| 0294 0123 4567 andi.l #$1234567, (A4) | |
| 0295 0123 4567 andi.l #$1234567, (A5) | |
| 0296 0123 4567 andi.l #$1234567, (A6) | |
| 0297 0123 4567 andi.l #$1234567, (A7) | |
| 0298 0123 4567 andi.l #$1234567, (A0)+ | |
| 0299 0123 4567 andi.l #$1234567, (A1)+ | |
| 029a 0123 4567 andi.l #$1234567, (A2)+ | |
| 029b 0123 4567 andi.l #$1234567, (A3)+ | |
| 029c 0123 4567 andi.l #$1234567, (A4)+ | |
| 029d 0123 4567 andi.l #$1234567, (A5)+ | |
| 029e 0123 4567 andi.l #$1234567, (A6)+ | |
| 029f 0123 4567 andi.l #$1234567, (A7)+ | |
| 02a0 0123 4567 andi.l #$1234567, -(A0) | |
| 02a1 0123 4567 andi.l #$1234567, -(A1) | |
| 02a2 0123 4567 andi.l #$1234567, -(A2) | |
| 02a3 0123 4567 andi.l #$1234567, -(A3) | |
| 02a4 0123 4567 andi.l #$1234567, -(A4) | |
| 02a5 0123 4567 andi.l #$1234567, -(A5) | |
| 02a6 0123 4567 andi.l #$1234567, -(A6) | |
| 02a7 0123 4567 andi.l #$1234567, -(A7) | |
| 02a8 0123 4567 89ab andi.l #$1234567, (-$7655,A0) | |
| 02a9 0123 4567 89ab andi.l #$1234567, (-$7655,A1) | |
| 02aa 0123 4567 89ab andi.l #$1234567, (-$7655,A2) | |
| 02ab 0123 4567 89ab andi.l #$1234567, (-$7655,A3) | |
| 02ac 0123 4567 89ab andi.l #$1234567, (-$7655,A4) | |
| 02ad 0123 4567 89ab andi.l #$1234567, (-$7655,A5) | |
| 02ae 0123 4567 89ab andi.l #$1234567, (-$7655,A6) | |
| 02af 0123 4567 89ab andi.l #$1234567, (-$7655,A7) | |
| 02b0 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b1 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b2 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b3 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b4 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b5 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b6 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b7 0123 4567 89ab cdef 0000 0000 andi.l #$1234567, ([-$3211,A0.l]) | |
| 02b8 0123 4567 89ab andi.l #$1234567, $89ab.w | |
| 02b9 0123 4567 89ab cdef andi.l #$1234567, $89abcdef.l | |
| 02d0 0123 cmp2.w (A0), D0; (2+) | |
| 02d1 0123 cmp2.w (A1), D0; (2+) | |
| 02d2 0123 cmp2.w (A2), D0; (2+) | |
| 02d3 0123 cmp2.w (A3), D0; (2+) | |
| 02d4 0123 cmp2.w (A4), D0; (2+) | |
| 02d5 0123 cmp2.w (A5), D0; (2+) | |
| 02d6 0123 cmp2.w (A6), D0; (2+) | |
| 02d7 0123 cmp2.w (A7), D0; (2+) | |
| 02e8 0123 4567 cmp2.w ($4567,A0), D0; (2+) | |
| 02e9 0123 4567 cmp2.w ($4567,A1), D0; (2+) | |
| 02ea 0123 4567 cmp2.w ($4567,A2), D0; (2+) | |
| 02eb 0123 4567 cmp2.w ($4567,A3), D0; (2+) | |
| 02ec 0123 4567 cmp2.w ($4567,A4), D0; (2+) | |
| 02ed 0123 4567 cmp2.w ($4567,A5), D0; (2+) | |
| 02ee 0123 4567 cmp2.w ($4567,A6), D0; (2+) | |
| 02ef 0123 4567 cmp2.w ($4567,A7), D0; (2+) | |
| 02f0 0123 4567 89ab cmp2.w ([-$7655,A0]), D0; (2+) | |
| 02f1 0123 4567 89ab cmp2.w ([-$7655,A1]), D0; (2+) | |
| 02f2 0123 4567 89ab cmp2.w ([-$7655,A2]), D0; (2+) | |
| 02f3 0123 4567 89ab cmp2.w ([-$7655,A3]), D0; (2+) | |
| 02f4 0123 4567 89ab cmp2.w ([-$7655,A4]), D0; (2+) | |
| 02f5 0123 4567 89ab cmp2.w ([-$7655,A5]), D0; (2+) | |
| 02f6 0123 4567 89ab cmp2.w ([-$7655,A6]), D0; (2+) | |
| 02f7 0123 4567 89ab cmp2.w ([-$7655,A7]), D0; (2+) | |
| 02f8 0123 4567 cmp2.w $4567.w, D0; (2+) | |
| 02f9 0123 4567 89ab cmp2.w $456789ab.l, D0; (2+) | |
| 02fa 0123 4567 cmp2.w ($4567,PC), D0; (2+); ($456b) | |
| 02fb 0123 4567 89ab cmp2.w ([-$7655,PC]), D0; (2+) | |
| 0300 btst D1, D0 | |
| 0301 btst D1, D1 | |
| 0302 btst D1, D2 | |
| 0303 btst D1, D3 | |
| 0304 btst D1, D4 | |
| 0305 btst D1, D5 | |
| 0306 btst D1, D6 | |
| 0307 btst D1, D7 | |
| 0308 0123 movep.w ($123,A0), D1 | |
| 0309 0123 movep.w ($123,A1), D1 | |
| 030a 0123 movep.w ($123,A2), D1 | |
| 030b 0123 movep.w ($123,A3), D1 | |
| 030c 0123 movep.w ($123,A4), D1 | |
| 030d 0123 movep.w ($123,A5), D1 | |
| 030e 0123 movep.w ($123,A6), D1 | |
| 030f 0123 movep.w ($123,A7), D1 | |
| 0310 btst D1, (A0) | |
| 0311 btst D1, (A1) | |
| 0312 btst D1, (A2) | |
| 0313 btst D1, (A3) | |
| 0314 btst D1, (A4) | |
| 0315 btst D1, (A5) | |
| 0316 btst D1, (A6) | |
| 0317 btst D1, (A7) | |
| 0318 btst D1, (A0)+ | |
| 0319 btst D1, (A1)+ | |
| 031a btst D1, (A2)+ | |
| 031b btst D1, (A3)+ | |
| 031c btst D1, (A4)+ | |
| 031d btst D1, (A5)+ | |
| 031e btst D1, (A6)+ | |
| 031f btst D1, (A7)+ | |
| 0320 btst D1, -(A0) | |
| 0321 btst D1, -(A1) | |
| 0322 btst D1, -(A2) | |
| 0323 btst D1, -(A3) | |
| 0324 btst D1, -(A4) | |
| 0325 btst D1, -(A5) | |
| 0326 btst D1, -(A6) | |
| 0327 btst D1, -(A7) | |
| 0328 0123 btst D1, ($123,A0) | |
| 0329 0123 btst D1, ($123,A1) | |
| 032a 0123 btst D1, ($123,A2) | |
| 032b 0123 btst D1, ($123,A3) | |
| 032c 0123 btst D1, ($123,A4) | |
| 032d 0123 btst D1, ($123,A5) | |
| 032e 0123 btst D1, ($123,A6) | |
| 032f 0123 btst D1, ($123,A7) | |
| 0330 0123 4567 89ab cdef btst D1, ([$4567,A0,D0.w],-$3211) | |
| 0331 0123 4567 89ab cdef btst D1, ([$4567,A1,D0.w],-$3211) | |
| 0332 0123 4567 89ab cdef btst D1, ([$4567,A2,D0.w],-$3211) | |
| 0333 0123 4567 89ab cdef btst D1, ([$4567,A3,D0.w],-$3211) | |
| 0334 0123 4567 89ab cdef btst D1, ([$4567,A4,D0.w],-$3211) | |
| 0335 0123 4567 89ab cdef btst D1, ([$4567,A5,D0.w],-$3211) | |
| 0336 0123 4567 89ab cdef btst D1, ([$4567,A6,D0.w],-$3211) | |
| 0337 0123 4567 89ab cdef btst D1, ([$4567,A7,D0.w],-$3211) | |
| 0338 0123 btst D1, $123.w | |
| 0339 0123 4567 btst D1, $1234567.l | |
| 033a 0123 btst D1, ($123,PC); ($125) | |
| 033b 0123 4567 89ab cdef btst D1, ([$4567,PC,D0.w],-$3211) | |
| 033c 0123 btst D1, #$23 | |
| 0340 bchg D1, D0 | |
| 0341 bchg D1, D1 | |
| 0342 bchg D1, D2 | |
| 0343 bchg D1, D3 | |
| 0344 bchg D1, D4 | |
| 0345 bchg D1, D5 | |
| 0346 bchg D1, D6 | |
| 0347 bchg D1, D7 | |
| 0348 0123 movep.l ($123,A0), D1 | |
| 0349 0123 movep.l ($123,A1), D1 | |
| 034a 0123 movep.l ($123,A2), D1 | |
| 034b 0123 movep.l ($123,A3), D1 | |
| 034c 0123 movep.l ($123,A4), D1 | |
| 034d 0123 movep.l ($123,A5), D1 | |
| 034e 0123 movep.l ($123,A6), D1 | |
| 034f 0123 movep.l ($123,A7), D1 | |
| 0350 bchg D1, (A0) | |
| 0351 bchg D1, (A1) | |
| 0352 bchg D1, (A2) | |
| 0353 bchg D1, (A3) | |
| 0354 bchg D1, (A4) | |
| 0355 bchg D1, (A5) | |
| 0356 bchg D1, (A6) | |
| 0357 bchg D1, (A7) | |
| 0358 bchg D1, (A0)+ | |
| 0359 bchg D1, (A1)+ | |
| 035a bchg D1, (A2)+ | |
| 035b bchg D1, (A3)+ | |
| 035c bchg D1, (A4)+ | |
| 035d bchg D1, (A5)+ | |
| 035e bchg D1, (A6)+ | |
| 035f bchg D1, (A7)+ | |
| 0360 bchg D1, -(A0) | |
| 0361 bchg D1, -(A1) | |
| 0362 bchg D1, -(A2) | |
| 0363 bchg D1, -(A3) | |
| 0364 bchg D1, -(A4) | |
| 0365 bchg D1, -(A5) | |
| 0366 bchg D1, -(A6) | |
| 0367 bchg D1, -(A7) | |
| 0368 0123 bchg D1, ($123,A0) | |
| 0369 0123 bchg D1, ($123,A1) | |
| 036a 0123 bchg D1, ($123,A2) | |
| 036b 0123 bchg D1, ($123,A3) | |
| 036c 0123 bchg D1, ($123,A4) | |
| 036d 0123 bchg D1, ($123,A5) | |
| 036e 0123 bchg D1, ($123,A6) | |
| 036f 0123 bchg D1, ($123,A7) | |
| 0370 0123 4567 89ab cdef bchg D1, ([$4567,A0,D0.w],-$3211) | |
| 0371 0123 4567 89ab cdef bchg D1, ([$4567,A1,D0.w],-$3211) | |
| 0372 0123 4567 89ab cdef bchg D1, ([$4567,A2,D0.w],-$3211) | |
| 0373 0123 4567 89ab cdef bchg D1, ([$4567,A3,D0.w],-$3211) | |
| 0374 0123 4567 89ab cdef bchg D1, ([$4567,A4,D0.w],-$3211) | |
| 0375 0123 4567 89ab cdef bchg D1, ([$4567,A5,D0.w],-$3211) | |
| 0376 0123 4567 89ab cdef bchg D1, ([$4567,A6,D0.w],-$3211) | |
| 0377 0123 4567 89ab cdef bchg D1, ([$4567,A7,D0.w],-$3211) | |
| 0378 0123 bchg D1, $123.w | |
| 0379 0123 4567 bchg D1, $1234567.l | |
| 0380 bclr D1, D0 | |
| 0381 bclr D1, D1 | |
| 0382 bclr D1, D2 | |
| 0383 bclr D1, D3 | |
| 0384 bclr D1, D4 | |
| 0385 bclr D1, D5 | |
| 0386 bclr D1, D6 | |
| 0387 bclr D1, D7 | |
| 0388 0123 movep.w D1, ($123,A0) | |
| 0389 0123 movep.w D1, ($123,A1) | |
| 038a 0123 movep.w D1, ($123,A2) | |
| 038b 0123 movep.w D1, ($123,A3) | |
| 038c 0123 movep.w D1, ($123,A4) | |
| 038d 0123 movep.w D1, ($123,A5) | |
| 038e 0123 movep.w D1, ($123,A6) | |
| 038f 0123 movep.w D1, ($123,A7) | |
| 0390 bclr D1, (A0) | |
| 0391 bclr D1, (A1) | |
| 0392 bclr D1, (A2) | |
| 0393 bclr D1, (A3) | |
| 0394 bclr D1, (A4) | |
| 0395 bclr D1, (A5) | |
| 0396 bclr D1, (A6) | |
| 0397 bclr D1, (A7) | |
| 0398 bclr D1, (A0)+ | |
| 0399 bclr D1, (A1)+ | |
| 039a bclr D1, (A2)+ | |
| 039b bclr D1, (A3)+ | |
| 039c bclr D1, (A4)+ | |
| 039d bclr D1, (A5)+ | |
| 039e bclr D1, (A6)+ | |
| 039f bclr D1, (A7)+ | |
| 03a0 bclr D1, -(A0) | |
| 03a1 bclr D1, -(A1) | |
| 03a2 bclr D1, -(A2) | |
| 03a3 bclr D1, -(A3) | |
| 03a4 bclr D1, -(A4) | |
| 03a5 bclr D1, -(A5) | |
| 03a6 bclr D1, -(A6) | |
| 03a7 bclr D1, -(A7) | |
| 03a8 0123 bclr D1, ($123,A0) | |
| 03a9 0123 bclr D1, ($123,A1) | |
| 03aa 0123 bclr D1, ($123,A2) | |
| 03ab 0123 bclr D1, ($123,A3) | |
| 03ac 0123 bclr D1, ($123,A4) | |
| 03ad 0123 bclr D1, ($123,A5) | |
| 03ae 0123 bclr D1, ($123,A6) | |
| 03af 0123 bclr D1, ($123,A7) | |
| 03b0 0123 4567 89ab cdef bclr D1, ([$4567,A0,D0.w],-$3211) | |
| 03b1 0123 4567 89ab cdef bclr D1, ([$4567,A1,D0.w],-$3211) | |
| 03b2 0123 4567 89ab cdef bclr D1, ([$4567,A2,D0.w],-$3211) | |
| 03b3 0123 4567 89ab cdef bclr D1, ([$4567,A3,D0.w],-$3211) | |
| 03b4 0123 4567 89ab cdef bclr D1, ([$4567,A4,D0.w],-$3211) | |
| 03b5 0123 4567 89ab cdef bclr D1, ([$4567,A5,D0.w],-$3211) | |
| 03b6 0123 4567 89ab cdef bclr D1, ([$4567,A6,D0.w],-$3211) | |
| 03b7 0123 4567 89ab cdef bclr D1, ([$4567,A7,D0.w],-$3211) | |
| 03b8 0123 bclr D1, $123.w | |
| 03b9 0123 4567 bclr D1, $1234567.l | |
| 03c0 bset D1, D0 | |
| 03c1 bset D1, D1 | |
| 03c2 bset D1, D2 | |
| 03c3 bset D1, D3 | |
| 03c4 bset D1, D4 | |
| 03c5 bset D1, D5 | |
| 03c6 bset D1, D6 | |
| 03c7 bset D1, D7 | |
| 03c8 0123 movep.l D1, ($123,A0) | |
| 03c9 0123 movep.l D1, ($123,A1) | |
| 03ca 0123 movep.l D1, ($123,A2) | |
| 03cb 0123 movep.l D1, ($123,A3) | |
| 03cc 0123 movep.l D1, ($123,A4) | |
| 03cd 0123 movep.l D1, ($123,A5) | |
| 03ce 0123 movep.l D1, ($123,A6) | |
| 03cf 0123 movep.l D1, ($123,A7) | |
| 03d0 bset D1, (A0) | |
| 03d1 bset D1, (A1) | |
| 03d2 bset D1, (A2) | |
| 03d3 bset D1, (A3) | |
| 03d4 bset D1, (A4) | |
| 03d5 bset D1, (A5) | |
| 03d6 bset D1, (A6) | |
| 03d7 bset D1, (A7) | |
| 03d8 bset D1, (A0)+ | |
| 03d9 bset D1, (A1)+ | |
| 03da bset D1, (A2)+ | |
| 03db bset D1, (A3)+ | |
| 03dc bset D1, (A4)+ | |
| 03dd bset D1, (A5)+ | |
| 03de bset D1, (A6)+ | |
| 03df bset D1, (A7)+ | |
| 03e0 bset D1, -(A0) | |
| 03e1 bset D1, -(A1) | |
| 03e2 bset D1, -(A2) | |
| 03e3 bset D1, -(A3) | |
| 03e4 bset D1, -(A4) | |
| 03e5 bset D1, -(A5) | |
| 03e6 bset D1, -(A6) | |
| 03e7 bset D1, -(A7) | |
| 03e8 0123 bset D1, ($123,A0) | |
| 03e9 0123 bset D1, ($123,A1) | |
| 03ea 0123 bset D1, ($123,A2) | |
| 03eb 0123 bset D1, ($123,A3) | |
| 03ec 0123 bset D1, ($123,A4) | |
| 03ed 0123 bset D1, ($123,A5) | |
| 03ee 0123 bset D1, ($123,A6) | |
| 03ef 0123 bset D1, ($123,A7) | |
| 03f0 0123 4567 89ab cdef bset D1, ([$4567,A0,D0.w],-$3211) | |
| 03f1 0123 4567 89ab cdef bset D1, ([$4567,A1,D0.w],-$3211) | |
| 03f2 0123 4567 89ab cdef bset D1, ([$4567,A2,D0.w],-$3211) | |
| 03f3 0123 4567 89ab cdef bset D1, ([$4567,A3,D0.w],-$3211) | |
| 03f4 0123 4567 89ab cdef bset D1, ([$4567,A4,D0.w],-$3211) | |
| 03f5 0123 4567 89ab cdef bset D1, ([$4567,A5,D0.w],-$3211) | |
| 03f6 0123 4567 89ab cdef bset D1, ([$4567,A6,D0.w],-$3211) | |
| 03f7 0123 4567 89ab cdef bset D1, ([$4567,A7,D0.w],-$3211) | |
| 03f8 0123 bset D1, $123.w | |
| 03f9 0123 4567 bset D1, $1234567.l | |
| 0400 0123 subi.b #$23, D0 | |
| 0401 0123 subi.b #$23, D1 | |
| 0402 0123 subi.b #$23, D2 | |
| 0403 0123 subi.b #$23, D3 | |
| 0404 0123 subi.b #$23, D4 | |
| 0405 0123 subi.b #$23, D5 | |
| 0406 0123 subi.b #$23, D6 | |
| 0407 0123 subi.b #$23, D7 | |
| 0410 0123 subi.b #$23, (A0) | |
| 0411 0123 subi.b #$23, (A1) | |
| 0412 0123 subi.b #$23, (A2) | |
| 0413 0123 subi.b #$23, (A3) | |
| 0414 0123 subi.b #$23, (A4) | |
| 0415 0123 subi.b #$23, (A5) | |
| 0416 0123 subi.b #$23, (A6) | |
| 0417 0123 subi.b #$23, (A7) | |
| 0418 0123 subi.b #$23, (A0)+ | |
| 0419 0123 subi.b #$23, (A1)+ | |
| 041a 0123 subi.b #$23, (A2)+ | |
| 041b 0123 subi.b #$23, (A3)+ | |
| 041c 0123 subi.b #$23, (A4)+ | |
| 041d 0123 subi.b #$23, (A5)+ | |
| 041e 0123 subi.b #$23, (A6)+ | |
| 041f 0123 subi.b #$23, (A7)+ | |
| 0420 0123 subi.b #$23, -(A0) | |
| 0421 0123 subi.b #$23, -(A1) | |
| 0422 0123 subi.b #$23, -(A2) | |
| 0423 0123 subi.b #$23, -(A3) | |
| 0424 0123 subi.b #$23, -(A4) | |
| 0425 0123 subi.b #$23, -(A5) | |
| 0426 0123 subi.b #$23, -(A6) | |
| 0427 0123 subi.b #$23, -(A7) | |
| 0428 0123 4567 subi.b #$23, ($4567,A0) | |
| 0429 0123 4567 subi.b #$23, ($4567,A1) | |
| 042a 0123 4567 subi.b #$23, ($4567,A2) | |
| 042b 0123 4567 subi.b #$23, ($4567,A3) | |
| 042c 0123 4567 subi.b #$23, ($4567,A4) | |
| 042d 0123 4567 subi.b #$23, ($4567,A5) | |
| 042e 0123 4567 subi.b #$23, ($4567,A6) | |
| 042f 0123 4567 subi.b #$23, ($4567,A7) | |
| 0430 0123 4567 89ab subi.b #$23, ([-$7655,A0]) | |
| 0431 0123 4567 89ab subi.b #$23, ([-$7655,A1]) | |
| 0432 0123 4567 89ab subi.b #$23, ([-$7655,A2]) | |
| 0433 0123 4567 89ab subi.b #$23, ([-$7655,A3]) | |
| 0434 0123 4567 89ab subi.b #$23, ([-$7655,A4]) | |
| 0435 0123 4567 89ab subi.b #$23, ([-$7655,A5]) | |
| 0436 0123 4567 89ab subi.b #$23, ([-$7655,A6]) | |
| 0437 0123 4567 89ab subi.b #$23, ([-$7655,A7]) | |
| 0438 0123 4567 subi.b #$23, $4567.w | |
| 0439 0123 4567 89ab subi.b #$23, $456789ab.l | |
| 0440 0123 subi.w #$123, D0 | |
| 0441 0123 subi.w #$123, D1 | |
| 0442 0123 subi.w #$123, D2 | |
| 0443 0123 subi.w #$123, D3 | |
| 0444 0123 subi.w #$123, D4 | |
| 0445 0123 subi.w #$123, D5 | |
| 0446 0123 subi.w #$123, D6 | |
| 0447 0123 subi.w #$123, D7 | |
| 0450 0123 subi.w #$123, (A0) | |
| 0451 0123 subi.w #$123, (A1) | |
| 0452 0123 subi.w #$123, (A2) | |
| 0453 0123 subi.w #$123, (A3) | |
| 0454 0123 subi.w #$123, (A4) | |
| 0455 0123 subi.w #$123, (A5) | |
| 0456 0123 subi.w #$123, (A6) | |
| 0457 0123 subi.w #$123, (A7) | |
| 0458 0123 subi.w #$123, (A0)+ | |
| 0459 0123 subi.w #$123, (A1)+ | |
| 045a 0123 subi.w #$123, (A2)+ | |
| 045b 0123 subi.w #$123, (A3)+ | |
| 045c 0123 subi.w #$123, (A4)+ | |
| 045d 0123 subi.w #$123, (A5)+ | |
| 045e 0123 subi.w #$123, (A6)+ | |
| 045f 0123 subi.w #$123, (A7)+ | |
| 0460 0123 subi.w #$123, -(A0) | |
| 0461 0123 subi.w #$123, -(A1) | |
| 0462 0123 subi.w #$123, -(A2) | |
| 0463 0123 subi.w #$123, -(A3) | |
| 0464 0123 subi.w #$123, -(A4) | |
| 0465 0123 subi.w #$123, -(A5) | |
| 0466 0123 subi.w #$123, -(A6) | |
| 0467 0123 subi.w #$123, -(A7) | |
| 0468 0123 4567 subi.w #$123, ($4567,A0) | |
| 0469 0123 4567 subi.w #$123, ($4567,A1) | |
| 046a 0123 4567 subi.w #$123, ($4567,A2) | |
| 046b 0123 4567 subi.w #$123, ($4567,A3) | |
| 046c 0123 4567 subi.w #$123, ($4567,A4) | |
| 046d 0123 4567 subi.w #$123, ($4567,A5) | |
| 046e 0123 4567 subi.w #$123, ($4567,A6) | |
| 046f 0123 4567 subi.w #$123, ($4567,A7) | |
| 0470 0123 4567 89ab subi.w #$123, ([-$7655,A0]) | |
| 0471 0123 4567 89ab subi.w #$123, ([-$7655,A1]) | |
| 0472 0123 4567 89ab subi.w #$123, ([-$7655,A2]) | |
| 0473 0123 4567 89ab subi.w #$123, ([-$7655,A3]) | |
| 0474 0123 4567 89ab subi.w #$123, ([-$7655,A4]) | |
| 0475 0123 4567 89ab subi.w #$123, ([-$7655,A5]) | |
| 0476 0123 4567 89ab subi.w #$123, ([-$7655,A6]) | |
| 0477 0123 4567 89ab subi.w #$123, ([-$7655,A7]) | |
| 0478 0123 4567 subi.w #$123, $4567.w | |
| 0479 0123 4567 89ab subi.w #$123, $456789ab.l | |
| 0480 0123 4567 subi.l #$1234567, D0 | |
| 0481 0123 4567 subi.l #$1234567, D1 | |
| 0482 0123 4567 subi.l #$1234567, D2 | |
| 0483 0123 4567 subi.l #$1234567, D3 | |
| 0484 0123 4567 subi.l #$1234567, D4 | |
| 0485 0123 4567 subi.l #$1234567, D5 | |
| 0486 0123 4567 subi.l #$1234567, D6 | |
| 0487 0123 4567 subi.l #$1234567, D7 | |
| 0490 0123 4567 subi.l #$1234567, (A0) | |
| 0491 0123 4567 subi.l #$1234567, (A1) | |
| 0492 0123 4567 subi.l #$1234567, (A2) | |
| 0493 0123 4567 subi.l #$1234567, (A3) | |
| 0494 0123 4567 subi.l #$1234567, (A4) | |
| 0495 0123 4567 subi.l #$1234567, (A5) | |
| 0496 0123 4567 subi.l #$1234567, (A6) | |
| 0497 0123 4567 subi.l #$1234567, (A7) | |
| 0498 0123 4567 subi.l #$1234567, (A0)+ | |
| 0499 0123 4567 subi.l #$1234567, (A1)+ | |
| 049a 0123 4567 subi.l #$1234567, (A2)+ | |
| 049b 0123 4567 subi.l #$1234567, (A3)+ | |
| 049c 0123 4567 subi.l #$1234567, (A4)+ | |
| 049d 0123 4567 subi.l #$1234567, (A5)+ | |
| 049e 0123 4567 subi.l #$1234567, (A6)+ | |
| 049f 0123 4567 subi.l #$1234567, (A7)+ | |
| 04a0 0123 4567 subi.l #$1234567, -(A0) | |
| 04a1 0123 4567 subi.l #$1234567, -(A1) | |
| 04a2 0123 4567 subi.l #$1234567, -(A2) | |
| 04a3 0123 4567 subi.l #$1234567, -(A3) | |
| 04a4 0123 4567 subi.l #$1234567, -(A4) | |
| 04a5 0123 4567 subi.l #$1234567, -(A5) | |
| 04a6 0123 4567 subi.l #$1234567, -(A6) | |
| 04a7 0123 4567 subi.l #$1234567, -(A7) | |
| 04a8 0123 4567 89ab subi.l #$1234567, (-$7655,A0) | |
| 04a9 0123 4567 89ab subi.l #$1234567, (-$7655,A1) | |
| 04aa 0123 4567 89ab subi.l #$1234567, (-$7655,A2) | |
| 04ab 0123 4567 89ab subi.l #$1234567, (-$7655,A3) | |
| 04ac 0123 4567 89ab subi.l #$1234567, (-$7655,A4) | |
| 04ad 0123 4567 89ab subi.l #$1234567, (-$7655,A5) | |
| 04ae 0123 4567 89ab subi.l #$1234567, (-$7655,A6) | |
| 04af 0123 4567 89ab subi.l #$1234567, (-$7655,A7) | |
| 04b0 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b1 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b2 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b3 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b4 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b5 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b6 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b7 0123 4567 89ab cdef 0000 0000 subi.l #$1234567, ([-$3211,A0.l]) | |
| 04b8 0123 4567 89ab subi.l #$1234567, $89ab.w | |
| 04b9 0123 4567 89ab cdef subi.l #$1234567, $89abcdef.l | |
| 04d0 0123 cmp2.l (A0), D0; (2+) | |
| 04d1 0123 cmp2.l (A1), D0; (2+) | |
| 04d2 0123 cmp2.l (A2), D0; (2+) | |
| 04d3 0123 cmp2.l (A3), D0; (2+) | |
| 04d4 0123 cmp2.l (A4), D0; (2+) | |
| 04d5 0123 cmp2.l (A5), D0; (2+) | |
| 04d6 0123 cmp2.l (A6), D0; (2+) | |
| 04d7 0123 cmp2.l (A7), D0; (2+) | |
| 04e8 0123 4567 cmp2.l ($4567,A0), D0; (2+) | |
| 04e9 0123 4567 cmp2.l ($4567,A1), D0; (2+) | |
| 04ea 0123 4567 cmp2.l ($4567,A2), D0; (2+) | |
| 04eb 0123 4567 cmp2.l ($4567,A3), D0; (2+) | |
| 04ec 0123 4567 cmp2.l ($4567,A4), D0; (2+) | |
| 04ed 0123 4567 cmp2.l ($4567,A5), D0; (2+) | |
| 04ee 0123 4567 cmp2.l ($4567,A6), D0; (2+) | |
| 04ef 0123 4567 cmp2.l ($4567,A7), D0; (2+) | |
| 04f0 0123 4567 89ab cmp2.l ([-$7655,A0]), D0; (2+) | |
| 04f1 0123 4567 89ab cmp2.l ([-$7655,A1]), D0; (2+) | |
| 04f2 0123 4567 89ab cmp2.l ([-$7655,A2]), D0; (2+) | |
| 04f3 0123 4567 89ab cmp2.l ([-$7655,A3]), D0; (2+) | |
| 04f4 0123 4567 89ab cmp2.l ([-$7655,A4]), D0; (2+) | |
| 04f5 0123 4567 89ab cmp2.l ([-$7655,A5]), D0; (2+) | |
| 04f6 0123 4567 89ab cmp2.l ([-$7655,A6]), D0; (2+) | |
| 04f7 0123 4567 89ab cmp2.l ([-$7655,A7]), D0; (2+) | |
| 04f8 0123 4567 cmp2.l $4567.w, D0; (2+) | |
| 04f9 0123 4567 89ab cmp2.l $456789ab.l, D0; (2+) | |
| 04fa 0123 4567 cmp2.l ($4567,PC), D0; (2+); ($456b) | |
| 04fb 0123 4567 89ab cmp2.l ([-$7655,PC]), D0; (2+) | |
| 0500 btst D2, D0 | |
| 0501 btst D2, D1 | |
| 0502 btst D2, D2 | |
| 0503 btst D2, D3 | |
| 0504 btst D2, D4 | |
| 0505 btst D2, D5 | |
| 0506 btst D2, D6 | |
| 0507 btst D2, D7 | |
| 0508 0123 movep.w ($123,A0), D2 | |
| 0509 0123 movep.w ($123,A1), D2 | |
| 050a 0123 movep.w ($123,A2), D2 | |
| 050b 0123 movep.w ($123,A3), D2 | |
| 050c 0123 movep.w ($123,A4), D2 | |
| 050d 0123 movep.w ($123,A5), D2 | |
| 050e 0123 movep.w ($123,A6), D2 | |
| 050f 0123 movep.w ($123,A7), D2 | |
| 0510 btst D2, (A0) | |
| 0511 btst D2, (A1) | |
| 0512 btst D2, (A2) | |
| 0513 btst D2, (A3) | |
| 0514 btst D2, (A4) | |
| 0515 btst D2, (A5) | |
| 0516 btst D2, (A6) | |
| 0517 btst D2, (A7) | |
| 0518 btst D2, (A0)+ | |
| 0519 btst D2, (A1)+ | |
| 051a btst D2, (A2)+ | |
| 051b btst D2, (A3)+ | |
| 051c btst D2, (A4)+ | |
| 051d btst D2, (A5)+ | |
| 051e btst D2, (A6)+ | |
| 051f btst D2, (A7)+ | |
| 0520 btst D2, -(A0) | |
| 0521 btst D2, -(A1) | |
| 0522 btst D2, -(A2) | |
| 0523 btst D2, -(A3) | |
| 0524 btst D2, -(A4) | |
| 0525 btst D2, -(A5) | |
| 0526 btst D2, -(A6) | |
| 0527 btst D2, -(A7) | |
| 0528 0123 btst D2, ($123,A0) | |
| 0529 0123 btst D2, ($123,A1) | |
| 052a 0123 btst D2, ($123,A2) | |
| 052b 0123 btst D2, ($123,A3) | |
| 052c 0123 btst D2, ($123,A4) | |
| 052d 0123 btst D2, ($123,A5) | |
| 052e 0123 btst D2, ($123,A6) | |
| 052f 0123 btst D2, ($123,A7) | |
| 0530 0123 4567 89ab cdef btst D2, ([$4567,A0,D0.w],-$3211) | |
| 0531 0123 4567 89ab cdef btst D2, ([$4567,A1,D0.w],-$3211) | |
| 0532 0123 4567 89ab cdef btst D2, ([$4567,A2,D0.w],-$3211) | |
| 0533 0123 4567 89ab cdef btst D2, ([$4567,A3,D0.w],-$3211) | |
| 0534 0123 4567 89ab cdef btst D2, ([$4567,A4,D0.w],-$3211) | |
| 0535 0123 4567 89ab cdef btst D2, ([$4567,A5,D0.w],-$3211) | |
| 0536 0123 4567 89ab cdef btst D2, ([$4567,A6,D0.w],-$3211) | |
| 0537 0123 4567 89ab cdef btst D2, ([$4567,A7,D0.w],-$3211) | |
| 0538 0123 btst D2, $123.w | |
| 0539 0123 4567 btst D2, $1234567.l | |
| 053a 0123 btst D2, ($123,PC); ($125) | |
| 053b 0123 4567 89ab cdef btst D2, ([$4567,PC,D0.w],-$3211) | |
| 053c 0123 btst D2, #$23 | |
| 0540 bchg D2, D0 | |
| 0541 bchg D2, D1 | |
| 0542 bchg D2, D2 | |
| 0543 bchg D2, D3 | |
| 0544 bchg D2, D4 | |
| 0545 bchg D2, D5 | |
| 0546 bchg D2, D6 | |
| 0547 bchg D2, D7 | |
| 0548 0123 movep.l ($123,A0), D2 | |
| 0549 0123 movep.l ($123,A1), D2 | |
| 054a 0123 movep.l ($123,A2), D2 | |
| 054b 0123 movep.l ($123,A3), D2 | |
| 054c 0123 movep.l ($123,A4), D2 | |
| 054d 0123 movep.l ($123,A5), D2 | |
| 054e 0123 movep.l ($123,A6), D2 | |
| 054f 0123 movep.l ($123,A7), D2 | |
| 0550 bchg D2, (A0) | |
| 0551 bchg D2, (A1) | |
| 0552 bchg D2, (A2) | |
| 0553 bchg D2, (A3) | |
| 0554 bchg D2, (A4) | |
| 0555 bchg D2, (A5) | |
| 0556 bchg D2, (A6) | |
| 0557 bchg D2, (A7) | |
| 0558 bchg D2, (A0)+ | |
| 0559 bchg D2, (A1)+ | |
| 055a bchg D2, (A2)+ | |
| 055b bchg D2, (A3)+ | |
| 055c bchg D2, (A4)+ | |
| 055d bchg D2, (A5)+ | |
| 055e bchg D2, (A6)+ | |
| 055f bchg D2, (A7)+ | |
| 0560 bchg D2, -(A0) | |
| 0561 bchg D2, -(A1) | |
| 0562 bchg D2, -(A2) | |
| 0563 bchg D2, -(A3) | |
| 0564 bchg D2, -(A4) | |
| 0565 bchg D2, -(A5) | |
| 0566 bchg D2, -(A6) | |
| 0567 bchg D2, -(A7) | |
| 0568 0123 bchg D2, ($123,A0) | |
| 0569 0123 bchg D2, ($123,A1) | |
| 056a 0123 bchg D2, ($123,A2) | |
| 056b 0123 bchg D2, ($123,A3) | |
| 056c 0123 bchg D2, ($123,A4) | |
| 056d 0123 bchg D2, ($123,A5) | |
| 056e 0123 bchg D2, ($123,A6) | |
| 056f 0123 bchg D2, ($123,A7) | |
| 0570 0123 4567 89ab cdef bchg D2, ([$4567,A0,D0.w],-$3211) | |
| 0571 0123 4567 89ab cdef bchg D2, ([$4567,A1,D0.w],-$3211) | |
| 0572 0123 4567 89ab cdef bchg D2, ([$4567,A2,D0.w],-$3211) | |
| 0573 0123 4567 89ab cdef bchg D2, ([$4567,A3,D0.w],-$3211) | |
| 0574 0123 4567 89ab cdef bchg D2, ([$4567,A4,D0.w],-$3211) | |
| 0575 0123 4567 89ab cdef bchg D2, ([$4567,A5,D0.w],-$3211) | |
| 0576 0123 4567 89ab cdef bchg D2, ([$4567,A6,D0.w],-$3211) | |
| 0577 0123 4567 89ab cdef bchg D2, ([$4567,A7,D0.w],-$3211) | |
| 0578 0123 bchg D2, $123.w | |
| 0579 0123 4567 bchg D2, $1234567.l | |
| 0580 bclr D2, D0 | |
| 0581 bclr D2, D1 | |
| 0582 bclr D2, D2 | |
| 0583 bclr D2, D3 | |
| 0584 bclr D2, D4 | |
| 0585 bclr D2, D5 | |
| 0586 bclr D2, D6 | |
| 0587 bclr D2, D7 | |
| 0588 0123 movep.w D2, ($123,A0) | |
| 0589 0123 movep.w D2, ($123,A1) | |
| 058a 0123 movep.w D2, ($123,A2) | |
| 058b 0123 movep.w D2, ($123,A3) | |
| 058c 0123 movep.w D2, ($123,A4) | |
| 058d 0123 movep.w D2, ($123,A5) | |
| 058e 0123 movep.w D2, ($123,A6) | |
| 058f 0123 movep.w D2, ($123,A7) | |
| 0590 bclr D2, (A0) | |
| 0591 bclr D2, (A1) | |
| 0592 bclr D2, (A2) | |
| 0593 bclr D2, (A3) | |
| 0594 bclr D2, (A4) | |
| 0595 bclr D2, (A5) | |
| 0596 bclr D2, (A6) | |
| 0597 bclr D2, (A7) | |
| 0598 bclr D2, (A0)+ | |
| 0599 bclr D2, (A1)+ | |
| 059a bclr D2, (A2)+ | |
| 059b bclr D2, (A3)+ | |
| 059c bclr D2, (A4)+ | |
| 059d bclr D2, (A5)+ | |
| 059e bclr D2, (A6)+ | |
| 059f bclr D2, (A7)+ | |
| 05a0 bclr D2, -(A0) | |
| 05a1 bclr D2, -(A1) | |
| 05a2 bclr D2, -(A2) | |
| 05a3 bclr D2, -(A3) | |
| 05a4 bclr D2, -(A4) | |
| 05a5 bclr D2, -(A5) | |
| 05a6 bclr D2, -(A6) | |
| 05a7 bclr D2, -(A7) | |
| 05a8 0123 bclr D2, ($123,A0) | |
| 05a9 0123 bclr D2, ($123,A1) | |
| 05aa 0123 bclr D2, ($123,A2) | |
| 05ab 0123 bclr D2, ($123,A3) | |
| 05ac 0123 bclr D2, ($123,A4) | |
| 05ad 0123 bclr D2, ($123,A5) | |
| 05ae 0123 bclr D2, ($123,A6) | |
| 05af 0123 bclr D2, ($123,A7) | |
| 05b0 0123 4567 89ab cdef bclr D2, ([$4567,A0,D0.w],-$3211) | |
| 05b1 0123 4567 89ab cdef bclr D2, ([$4567,A1,D0.w],-$3211) | |
| 05b2 0123 4567 89ab cdef bclr D2, ([$4567,A2,D0.w],-$3211) | |
| 05b3 0123 4567 89ab cdef bclr D2, ([$4567,A3,D0.w],-$3211) | |
| 05b4 0123 4567 89ab cdef bclr D2, ([$4567,A4,D0.w],-$3211) | |
| 05b5 0123 4567 89ab cdef bclr D2, ([$4567,A5,D0.w],-$3211) | |
| 05b6 0123 4567 89ab cdef bclr D2, ([$4567,A6,D0.w],-$3211) | |
| 05b7 0123 4567 89ab cdef bclr D2, ([$4567,A7,D0.w],-$3211) | |
| 05b8 0123 bclr D2, $123.w | |
| 05b9 0123 4567 bclr D2, $1234567.l | |
| 05c0 bset D2, D0 | |
| 05c1 bset D2, D1 | |
| 05c2 bset D2, D2 | |
| 05c3 bset D2, D3 | |
| 05c4 bset D2, D4 | |
| 05c5 bset D2, D5 | |
| 05c6 bset D2, D6 | |
| 05c7 bset D2, D7 | |
| 05c8 0123 movep.l D2, ($123,A0) | |
| 05c9 0123 movep.l D2, ($123,A1) | |
| 05ca 0123 movep.l D2, ($123,A2) | |
| 05cb 0123 movep.l D2, ($123,A3) | |
| 05cc 0123 movep.l D2, ($123,A4) | |
| 05cd 0123 movep.l D2, ($123,A5) | |
| 05ce 0123 movep.l D2, ($123,A6) | |
| 05cf 0123 movep.l D2, ($123,A7) | |
| 05d0 bset D2, (A0) | |
| 05d1 bset D2, (A1) | |
| 05d2 bset D2, (A2) | |
| 05d3 bset D2, (A3) | |
| 05d4 bset D2, (A4) | |
| 05d5 bset D2, (A5) | |
| 05d6 bset D2, (A6) | |
| 05d7 bset D2, (A7) | |
| 05d8 bset D2, (A0)+ | |
| 05d9 bset D2, (A1)+ | |
| 05da bset D2, (A2)+ | |
| 05db bset D2, (A3)+ | |
| 05dc bset D2, (A4)+ | |
| 05dd bset D2, (A5)+ | |
| 05de bset D2, (A6)+ | |
| 05df bset D2, (A7)+ | |
| 05e0 bset D2, -(A0) | |
| 05e1 bset D2, -(A1) | |
| 05e2 bset D2, -(A2) | |
| 05e3 bset D2, -(A3) | |
| 05e4 bset D2, -(A4) | |
| 05e5 bset D2, -(A5) | |
| 05e6 bset D2, -(A6) | |
| 05e7 bset D2, -(A7) | |
| 05e8 0123 bset D2, ($123,A0) | |
| 05e9 0123 bset D2, ($123,A1) | |
| 05ea 0123 bset D2, ($123,A2) | |
| 05eb 0123 bset D2, ($123,A3) | |
| 05ec 0123 bset D2, ($123,A4) | |
| 05ed 0123 bset D2, ($123,A5) | |
| 05ee 0123 bset D2, ($123,A6) | |
| 05ef 0123 bset D2, ($123,A7) | |
| 05f0 0123 4567 89ab cdef bset D2, ([$4567,A0,D0.w],-$3211) | |
| 05f1 0123 4567 89ab cdef bset D2, ([$4567,A1,D0.w],-$3211) | |
| 05f2 0123 4567 89ab cdef bset D2, ([$4567,A2,D0.w],-$3211) | |
| 05f3 0123 4567 89ab cdef bset D2, ([$4567,A3,D0.w],-$3211) | |
| 05f4 0123 4567 89ab cdef bset D2, ([$4567,A4,D0.w],-$3211) | |
| 05f5 0123 4567 89ab cdef bset D2, ([$4567,A5,D0.w],-$3211) | |
| 05f6 0123 4567 89ab cdef bset D2, ([$4567,A6,D0.w],-$3211) | |
| 05f7 0123 4567 89ab cdef bset D2, ([$4567,A7,D0.w],-$3211) | |
| 05f8 0123 bset D2, $123.w | |
| 05f9 0123 4567 bset D2, $1234567.l | |
| 0600 0123 addi.b #$23, D0 | |
| 0601 0123 addi.b #$23, D1 | |
| 0602 0123 addi.b #$23, D2 | |
| 0603 0123 addi.b #$23, D3 | |
| 0604 0123 addi.b #$23, D4 | |
| 0605 0123 addi.b #$23, D5 | |
| 0606 0123 addi.b #$23, D6 | |
| 0607 0123 addi.b #$23, D7 | |
| 0610 0123 addi.b #$23, (A0) | |
| 0611 0123 addi.b #$23, (A1) | |
| 0612 0123 addi.b #$23, (A2) | |
| 0613 0123 addi.b #$23, (A3) | |
| 0614 0123 addi.b #$23, (A4) | |
| 0615 0123 addi.b #$23, (A5) | |
| 0616 0123 addi.b #$23, (A6) | |
| 0617 0123 addi.b #$23, (A7) | |
| 0618 0123 addi.b #$23, (A0)+ | |
| 0619 0123 addi.b #$23, (A1)+ | |
| 061a 0123 addi.b #$23, (A2)+ | |
| 061b 0123 addi.b #$23, (A3)+ | |
| 061c 0123 addi.b #$23, (A4)+ | |
| 061d 0123 addi.b #$23, (A5)+ | |
| 061e 0123 addi.b #$23, (A6)+ | |
| 061f 0123 addi.b #$23, (A7)+ | |
| 0620 0123 addi.b #$23, -(A0) | |
| 0621 0123 addi.b #$23, -(A1) | |
| 0622 0123 addi.b #$23, -(A2) | |
| 0623 0123 addi.b #$23, -(A3) | |
| 0624 0123 addi.b #$23, -(A4) | |
| 0625 0123 addi.b #$23, -(A5) | |
| 0626 0123 addi.b #$23, -(A6) | |
| 0627 0123 addi.b #$23, -(A7) | |
| 0628 0123 4567 addi.b #$23, ($4567,A0) | |
| 0629 0123 4567 addi.b #$23, ($4567,A1) | |
| 062a 0123 4567 addi.b #$23, ($4567,A2) | |
| 062b 0123 4567 addi.b #$23, ($4567,A3) | |
| 062c 0123 4567 addi.b #$23, ($4567,A4) | |
| 062d 0123 4567 addi.b #$23, ($4567,A5) | |
| 062e 0123 4567 addi.b #$23, ($4567,A6) | |
| 062f 0123 4567 addi.b #$23, ($4567,A7) | |
| 0630 0123 4567 89ab addi.b #$23, ([-$7655,A0]) | |
| 0631 0123 4567 89ab addi.b #$23, ([-$7655,A1]) | |
| 0632 0123 4567 89ab addi.b #$23, ([-$7655,A2]) | |
| 0633 0123 4567 89ab addi.b #$23, ([-$7655,A3]) | |
| 0634 0123 4567 89ab addi.b #$23, ([-$7655,A4]) | |
| 0635 0123 4567 89ab addi.b #$23, ([-$7655,A5]) | |
| 0636 0123 4567 89ab addi.b #$23, ([-$7655,A6]) | |
| 0637 0123 4567 89ab addi.b #$23, ([-$7655,A7]) | |
| 0638 0123 4567 addi.b #$23, $4567.w | |
| 0639 0123 4567 89ab addi.b #$23, $456789ab.l | |
| 0640 0123 addi.w #$123, D0 | |
| 0641 0123 addi.w #$123, D1 | |
| 0642 0123 addi.w #$123, D2 | |
| 0643 0123 addi.w #$123, D3 | |
| 0644 0123 addi.w #$123, D4 | |
| 0645 0123 addi.w #$123, D5 | |
| 0646 0123 addi.w #$123, D6 | |
| 0647 0123 addi.w #$123, D7 | |
| 0650 0123 addi.w #$123, (A0) | |
| 0651 0123 addi.w #$123, (A1) | |
| 0652 0123 addi.w #$123, (A2) | |
| 0653 0123 addi.w #$123, (A3) | |
| 0654 0123 addi.w #$123, (A4) | |
| 0655 0123 addi.w #$123, (A5) | |
| 0656 0123 addi.w #$123, (A6) | |
| 0657 0123 addi.w #$123, (A7) | |
| 0658 0123 addi.w #$123, (A0)+ | |
| 0659 0123 addi.w #$123, (A1)+ | |
| 065a 0123 addi.w #$123, (A2)+ | |
| 065b 0123 addi.w #$123, (A3)+ | |
| 065c 0123 addi.w #$123, (A4)+ | |
| 065d 0123 addi.w #$123, (A5)+ | |
| 065e 0123 addi.w #$123, (A6)+ | |
| 065f 0123 addi.w #$123, (A7)+ | |
| 0660 0123 addi.w #$123, -(A0) | |
| 0661 0123 addi.w #$123, -(A1) | |
| 0662 0123 addi.w #$123, -(A2) | |
| 0663 0123 addi.w #$123, -(A3) | |
| 0664 0123 addi.w #$123, -(A4) | |
| 0665 0123 addi.w #$123, -(A5) | |
| 0666 0123 addi.w #$123, -(A6) | |
| 0667 0123 addi.w #$123, -(A7) | |
| 0668 0123 4567 addi.w #$123, ($4567,A0) | |
| 0669 0123 4567 addi.w #$123, ($4567,A1) | |
| 066a 0123 4567 addi.w #$123, ($4567,A2) | |
| 066b 0123 4567 addi.w #$123, ($4567,A3) | |
| 066c 0123 4567 addi.w #$123, ($4567,A4) | |
| 066d 0123 4567 addi.w #$123, ($4567,A5) | |
| 066e 0123 4567 addi.w #$123, ($4567,A6) | |
| 066f 0123 4567 addi.w #$123, ($4567,A7) | |
| 0670 0123 4567 89ab addi.w #$123, ([-$7655,A0]) | |
| 0671 0123 4567 89ab addi.w #$123, ([-$7655,A1]) | |
| 0672 0123 4567 89ab addi.w #$123, ([-$7655,A2]) | |
| 0673 0123 4567 89ab addi.w #$123, ([-$7655,A3]) | |
| 0674 0123 4567 89ab addi.w #$123, ([-$7655,A4]) | |
| 0675 0123 4567 89ab addi.w #$123, ([-$7655,A5]) | |
| 0676 0123 4567 89ab addi.w #$123, ([-$7655,A6]) | |
| 0677 0123 4567 89ab addi.w #$123, ([-$7655,A7]) | |
| 0678 0123 4567 addi.w #$123, $4567.w | |
| 0679 0123 4567 89ab addi.w #$123, $456789ab.l | |
| 0680 0123 4567 addi.l #$1234567, D0 | |
| 0681 0123 4567 addi.l #$1234567, D1 | |
| 0682 0123 4567 addi.l #$1234567, D2 | |
| 0683 0123 4567 addi.l #$1234567, D3 | |
| 0684 0123 4567 addi.l #$1234567, D4 | |
| 0685 0123 4567 addi.l #$1234567, D5 | |
| 0686 0123 4567 addi.l #$1234567, D6 | |
| 0687 0123 4567 addi.l #$1234567, D7 | |
| 0690 0123 4567 addi.l #$1234567, (A0) | |
| 0691 0123 4567 addi.l #$1234567, (A1) | |
| 0692 0123 4567 addi.l #$1234567, (A2) | |
| 0693 0123 4567 addi.l #$1234567, (A3) | |
| 0694 0123 4567 addi.l #$1234567, (A4) | |
| 0695 0123 4567 addi.l #$1234567, (A5) | |
| 0696 0123 4567 addi.l #$1234567, (A6) | |
| 0697 0123 4567 addi.l #$1234567, (A7) | |
| 0698 0123 4567 addi.l #$1234567, (A0)+ | |
| 0699 0123 4567 addi.l #$1234567, (A1)+ | |
| 069a 0123 4567 addi.l #$1234567, (A2)+ | |
| 069b 0123 4567 addi.l #$1234567, (A3)+ | |
| 069c 0123 4567 addi.l #$1234567, (A4)+ | |
| 069d 0123 4567 addi.l #$1234567, (A5)+ | |
| 069e 0123 4567 addi.l #$1234567, (A6)+ | |
| 069f 0123 4567 addi.l #$1234567, (A7)+ | |
| 06a0 0123 4567 addi.l #$1234567, -(A0) | |
| 06a1 0123 4567 addi.l #$1234567, -(A1) | |
| 06a2 0123 4567 addi.l #$1234567, -(A2) | |
| 06a3 0123 4567 addi.l #$1234567, -(A3) | |
| 06a4 0123 4567 addi.l #$1234567, -(A4) | |
| 06a5 0123 4567 addi.l #$1234567, -(A5) | |
| 06a6 0123 4567 addi.l #$1234567, -(A6) | |
| 06a7 0123 4567 addi.l #$1234567, -(A7) | |
| 06a8 0123 4567 89ab addi.l #$1234567, (-$7655,A0) | |
| 06a9 0123 4567 89ab addi.l #$1234567, (-$7655,A1) | |
| 06aa 0123 4567 89ab addi.l #$1234567, (-$7655,A2) | |
| 06ab 0123 4567 89ab addi.l #$1234567, (-$7655,A3) | |
| 06ac 0123 4567 89ab addi.l #$1234567, (-$7655,A4) | |
| 06ad 0123 4567 89ab addi.l #$1234567, (-$7655,A5) | |
| 06ae 0123 4567 89ab addi.l #$1234567, (-$7655,A6) | |
| 06af 0123 4567 89ab addi.l #$1234567, (-$7655,A7) | |
| 06b0 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b1 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b2 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b3 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b4 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b5 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b6 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b7 0123 4567 89ab cdef 0000 0000 addi.l #$1234567, ([-$3211,A0.l]) | |
| 06b8 0123 4567 89ab addi.l #$1234567, $89ab.w | |
| 06b9 0123 4567 89ab cdef addi.l #$1234567, $89abcdef.l | |
| 06c0 rtm D0; (2+) | |
| 06c1 rtm D1; (2+) | |
| 06c2 rtm D2; (2+) | |
| 06c3 rtm D3; (2+) | |
| 06c4 rtm D4; (2+) | |
| 06c5 rtm D5; (2+) | |
| 06c6 rtm D6; (2+) | |
| 06c7 rtm D7; (2+) | |
| 06c8 rtm A0; (2+) | |
| 06c9 rtm A1; (2+) | |
| 06ca rtm A2; (2+) | |
| 06cb rtm A3; (2+) | |
| 06cc rtm A4; (2+) | |
| 06cd rtm A5; (2+) | |
| 06ce rtm A6; (2+) | |
| 06cf rtm A7; (2+) | |
| 06d0 0123 callm #$23, (A0); (2) | |
| 06d1 0123 callm #$23, (A1); (2) | |
| 06d2 0123 callm #$23, (A2); (2) | |
| 06d3 0123 callm #$23, (A3); (2) | |
| 06d4 0123 callm #$23, (A4); (2) | |
| 06d5 0123 callm #$23, (A5); (2) | |
| 06d6 0123 callm #$23, (A6); (2) | |
| 06d7 0123 callm #$23, (A7); (2) | |
| 06e8 0123 4567 callm #$23, ($4567,A0); (2) | |
| 06e9 0123 4567 callm #$23, ($4567,A1); (2) | |
| 06ea 0123 4567 callm #$23, ($4567,A2); (2) | |
| 06eb 0123 4567 callm #$23, ($4567,A3); (2) | |
| 06ec 0123 4567 callm #$23, ($4567,A4); (2) | |
| 06ed 0123 4567 callm #$23, ($4567,A5); (2) | |
| 06ee 0123 4567 callm #$23, ($4567,A6); (2) | |
| 06ef 0123 4567 callm #$23, ($4567,A7); (2) | |
| 06f0 0123 4567 89ab callm #$23, ([-$7655,A0]); (2) | |
| 06f1 0123 4567 89ab callm #$23, ([-$7655,A1]); (2) | |
| 06f2 0123 4567 89ab callm #$23, ([-$7655,A2]); (2) | |
| 06f3 0123 4567 89ab callm #$23, ([-$7655,A3]); (2) | |
| 06f4 0123 4567 89ab callm #$23, ([-$7655,A4]); (2) | |
| 06f5 0123 4567 89ab callm #$23, ([-$7655,A5]); (2) | |
| 06f6 0123 4567 89ab callm #$23, ([-$7655,A6]); (2) | |
| 06f7 0123 4567 89ab callm #$23, ([-$7655,A7]); (2) | |
| 06f8 0123 4567 callm #$23, $4567.w; (2) | |
| 06f9 0123 4567 89ab callm #$23, $456789ab.l; (2) | |
| 06fa 0123 4567 callm #$23, ($4567,PC); (2); ($456b) | |
| 06fb 0123 4567 89ab callm #$23, ([-$7655,PC]); (2) | |
| 0700 btst D3, D0 | |
| 0701 btst D3, D1 | |
| 0702 btst D3, D2 | |
| 0703 btst D3, D3 | |
| 0704 btst D3, D4 | |
| 0705 btst D3, D5 | |
| 0706 btst D3, D6 | |
| 0707 btst D3, D7 | |
| 0708 0123 movep.w ($123,A0), D3 | |
| 0709 0123 movep.w ($123,A1), D3 | |
| 070a 0123 movep.w ($123,A2), D3 | |
| 070b 0123 movep.w ($123,A3), D3 | |
| 070c 0123 movep.w ($123,A4), D3 | |
| 070d 0123 movep.w ($123,A5), D3 | |
| 070e 0123 movep.w ($123,A6), D3 | |
| 070f 0123 movep.w ($123,A7), D3 | |
| 0710 btst D3, (A0) | |
| 0711 btst D3, (A1) | |
| 0712 btst D3, (A2) | |
| 0713 btst D3, (A3) | |
| 0714 btst D3, (A4) | |
| 0715 btst D3, (A5) | |
| 0716 btst D3, (A6) | |
| 0717 btst D3, (A7) | |
| 0718 btst D3, (A0)+ | |
| 0719 btst D3, (A1)+ | |
| 071a btst D3, (A2)+ | |
| 071b btst D3, (A3)+ | |
| 071c btst D3, (A4)+ | |
| 071d btst D3, (A5)+ | |
| 071e btst D3, (A6)+ | |
| 071f btst D3, (A7)+ | |
| 0720 btst D3, -(A0) | |
| 0721 btst D3, -(A1) | |
| 0722 btst D3, -(A2) | |
| 0723 btst D3, -(A3) | |
| 0724 btst D3, -(A4) | |
| 0725 btst D3, -(A5) | |
| 0726 btst D3, -(A6) | |
| 0727 btst D3, -(A7) | |
| 0728 0123 btst D3, ($123,A0) | |
| 0729 0123 btst D3, ($123,A1) | |
| 072a 0123 btst D3, ($123,A2) | |
| 072b 0123 btst D3, ($123,A3) | |
| 072c 0123 btst D3, ($123,A4) | |
| 072d 0123 btst D3, ($123,A5) | |
| 072e 0123 btst D3, ($123,A6) | |
| 072f 0123 btst D3, ($123,A7) | |
| 0730 0123 4567 89ab cdef btst D3, ([$4567,A0,D0.w],-$3211) | |
| 0731 0123 4567 89ab cdef btst D3, ([$4567,A1,D0.w],-$3211) | |
| 0732 0123 4567 89ab cdef btst D3, ([$4567,A2,D0.w],-$3211) | |
| 0733 0123 4567 89ab cdef btst D3, ([$4567,A3,D0.w],-$3211) | |
| 0734 0123 4567 89ab cdef btst D3, ([$4567,A4,D0.w],-$3211) | |
| 0735 0123 4567 89ab cdef btst D3, ([$4567,A5,D0.w],-$3211) | |
| 0736 0123 4567 89ab cdef btst D3, ([$4567,A6,D0.w],-$3211) | |
| 0737 0123 4567 89ab cdef btst D3, ([$4567,A7,D0.w],-$3211) | |
| 0738 0123 btst D3, $123.w | |
| 0739 0123 4567 btst D3, $1234567.l | |
| 073a 0123 btst D3, ($123,PC); ($125) | |
| 073b 0123 4567 89ab cdef btst D3, ([$4567,PC,D0.w],-$3211) | |
| 073c 0123 btst D3, #$23 | |
| 0740 bchg D3, D0 | |
| 0741 bchg D3, D1 | |
| 0742 bchg D3, D2 | |
| 0743 bchg D3, D3 | |
| 0744 bchg D3, D4 | |
| 0745 bchg D3, D5 | |
| 0746 bchg D3, D6 | |
| 0747 bchg D3, D7 | |
| 0748 0123 movep.l ($123,A0), D3 | |
| 0749 0123 movep.l ($123,A1), D3 | |
| 074a 0123 movep.l ($123,A2), D3 | |
| 074b 0123 movep.l ($123,A3), D3 | |
| 074c 0123 movep.l ($123,A4), D3 | |
| 074d 0123 movep.l ($123,A5), D3 | |
| 074e 0123 movep.l ($123,A6), D3 | |
| 074f 0123 movep.l ($123,A7), D3 | |
| 0750 bchg D3, (A0) | |
| 0751 bchg D3, (A1) | |
| 0752 bchg D3, (A2) | |
| 0753 bchg D3, (A3) | |
| 0754 bchg D3, (A4) | |
| 0755 bchg D3, (A5) | |
| 0756 bchg D3, (A6) | |
| 0757 bchg D3, (A7) | |
| 0758 bchg D3, (A0)+ | |
| 0759 bchg D3, (A1)+ | |
| 075a bchg D3, (A2)+ | |
| 075b bchg D3, (A3)+ | |
| 075c bchg D3, (A4)+ | |
| 075d bchg D3, (A5)+ | |
| 075e bchg D3, (A6)+ | |
| 075f bchg D3, (A7)+ | |
| 0760 bchg D3, -(A0) | |
| 0761 bchg D3, -(A1) | |
| 0762 bchg D3, -(A2) | |
| 0763 bchg D3, -(A3) | |
| 0764 bchg D3, -(A4) | |
| 0765 bchg D3, -(A5) | |
| 0766 bchg D3, -(A6) | |
| 0767 bchg D3, -(A7) | |
| 0768 0123 bchg D3, ($123,A0) | |
| 0769 0123 bchg D3, ($123,A1) | |
| 076a 0123 bchg D3, ($123,A2) | |
| 076b 0123 bchg D3, ($123,A3) | |
| 076c 0123 bchg D3, ($123,A4) | |
| 076d 0123 bchg D3, ($123,A5) | |
| 076e 0123 bchg D3, ($123,A6) | |
| 076f 0123 bchg D3, ($123,A7) | |
| 0770 0123 4567 89ab cdef bchg D3, ([$4567,A0,D0.w],-$3211) | |
| 0771 0123 4567 89ab cdef bchg D3, ([$4567,A1,D0.w],-$3211) | |
| 0772 0123 4567 89ab cdef bchg D3, ([$4567,A2,D0.w],-$3211) | |
| 0773 0123 4567 89ab cdef bchg D3, ([$4567,A3,D0.w],-$3211) | |
| 0774 0123 4567 89ab cdef bchg D3, ([$4567,A4,D0.w],-$3211) | |
| 0775 0123 4567 89ab cdef bchg D3, ([$4567,A5,D0.w],-$3211) | |
| 0776 0123 4567 89ab cdef bchg D3, ([$4567,A6,D0.w],-$3211) | |
| 0777 0123 4567 89ab cdef bchg D3, ([$4567,A7,D0.w],-$3211) | |
| 0778 0123 bchg D3, $123.w | |
| 0779 0123 4567 bchg D3, $1234567.l | |
| 0780 bclr D3, D0 | |
| 0781 bclr D3, D1 | |
| 0782 bclr D3, D2 | |
| 0783 bclr D3, D3 | |
| 0784 bclr D3, D4 | |
| 0785 bclr D3, D5 | |
| 0786 bclr D3, D6 | |
| 0787 bclr D3, D7 | |
| 0788 0123 movep.w D3, ($123,A0) | |
| 0789 0123 movep.w D3, ($123,A1) | |
| 078a 0123 movep.w D3, ($123,A2) | |
| 078b 0123 movep.w D3, ($123,A3) | |
| 078c 0123 movep.w D3, ($123,A4) | |
| 078d 0123 movep.w D3, ($123,A5) | |
| 078e 0123 movep.w D3, ($123,A6) | |
| 078f 0123 movep.w D3, ($123,A7) | |
| 0790 bclr D3, (A0) | |
| 0791 bclr D3, (A1) | |
| 0792 bclr D3, (A2) | |
| 0793 bclr D3, (A3) | |
| 0794 bclr D3, (A4) | |
| 0795 bclr D3, (A5) | |
| 0796 bclr D3, (A6) | |
| 0797 bclr D3, (A7) | |
| 0798 bclr D3, (A0)+ | |
| 0799 bclr D3, (A1)+ | |
| 079a bclr D3, (A2)+ | |
| 079b bclr D3, (A3)+ | |
| 079c bclr D3, (A4)+ | |
| 079d bclr D3, (A5)+ | |
| 079e bclr D3, (A6)+ | |
| 079f bclr D3, (A7)+ | |
| 07a0 bclr D3, -(A0) | |
| 07a1 bclr D3, -(A1) | |
| 07a2 bclr D3, -(A2) | |
| 07a3 bclr D3, -(A3) | |
| 07a4 bclr D3, -(A4) | |
| 07a5 bclr D3, -(A5) | |
| 07a6 bclr D3, -(A6) | |
| 07a7 bclr D3, -(A7) | |
| 07a8 0123 bclr D3, ($123,A0) | |
| 07a9 0123 bclr D3, ($123,A1) | |
| 07aa 0123 bclr D3, ($123,A2) | |
| 07ab 0123 bclr D3, ($123,A3) | |
| 07ac 0123 bclr D3, ($123,A4) | |
| 07ad 0123 bclr D3, ($123,A5) | |
| 07ae 0123 bclr D3, ($123,A6) | |
| 07af 0123 bclr D3, ($123,A7) | |
| 07b0 0123 4567 89ab cdef bclr D3, ([$4567,A0,D0.w],-$3211) | |
| 07b1 0123 4567 89ab cdef bclr D3, ([$4567,A1,D0.w],-$3211) | |
| 07b2 0123 4567 89ab cdef bclr D3, ([$4567,A2,D0.w],-$3211) | |
| 07b3 0123 4567 89ab cdef bclr D3, ([$4567,A3,D0.w],-$3211) | |
| 07b4 0123 4567 89ab cdef bclr D3, ([$4567,A4,D0.w],-$3211) | |
| 07b5 0123 4567 89ab cdef bclr D3, ([$4567,A5,D0.w],-$3211) | |
| 07b6 0123 4567 89ab cdef bclr D3, ([$4567,A6,D0.w],-$3211) | |
| 07b7 0123 4567 89ab cdef bclr D3, ([$4567,A7,D0.w],-$3211) | |
| 07b8 0123 bclr D3, $123.w | |
| 07b9 0123 4567 bclr D3, $1234567.l | |
| 07c0 bset D3, D0 | |
| 07c1 bset D3, D1 | |
| 07c2 bset D3, D2 | |
| 07c3 bset D3, D3 | |
| 07c4 bset D3, D4 | |
| 07c5 bset D3, D5 | |
| 07c6 bset D3, D6 | |
| 07c7 bset D3, D7 | |
| 07c8 0123 movep.l D3, ($123,A0) | |
| 07c9 0123 movep.l D3, ($123,A1) | |
| 07ca 0123 movep.l D3, ($123,A2) | |
| 07cb 0123 movep.l D3, ($123,A3) | |
| 07cc 0123 movep.l D3, ($123,A4) | |
| 07cd 0123 movep.l D3, ($123,A5) | |
| 07ce 0123 movep.l D3, ($123,A6) | |
| 07cf 0123 movep.l D3, ($123,A7) | |
| 07d0 bset D3, (A0) | |
| 07d1 bset D3, (A1) | |
| 07d2 bset D3, (A2) | |
| 07d3 bset D3, (A3) | |
| 07d4 bset D3, (A4) | |
| 07d5 bset D3, (A5) | |
| 07d6 bset D3, (A6) | |
| 07d7 bset D3, (A7) | |
| 07d8 bset D3, (A0)+ | |
| 07d9 bset D3, (A1)+ | |
| 07da bset D3, (A2)+ | |
| 07db bset D3, (A3)+ | |
| 07dc bset D3, (A4)+ | |
| 07dd bset D3, (A5)+ | |
| 07de bset D3, (A6)+ | |
| 07df bset D3, (A7)+ | |
| 07e0 bset D3, -(A0) | |
| 07e1 bset D3, -(A1) | |
| 07e2 bset D3, -(A2) | |
| 07e3 bset D3, -(A3) | |
| 07e4 bset D3, -(A4) | |
| 07e5 bset D3, -(A5) | |
| 07e6 bset D3, -(A6) | |
| 07e7 bset D3, -(A7) | |
| 07e8 0123 bset D3, ($123,A0) | |
| 07e9 0123 bset D3, ($123,A1) | |
| 07ea 0123 bset D3, ($123,A2) | |
| 07eb 0123 bset D3, ($123,A3) | |
| 07ec 0123 bset D3, ($123,A4) | |
| 07ed 0123 bset D3, ($123,A5) | |
| 07ee 0123 bset D3, ($123,A6) | |
| 07ef 0123 bset D3, ($123,A7) | |
| 07f0 0123 4567 89ab cdef bset D3, ([$4567,A0,D0.w],-$3211) | |
| 07f1 0123 4567 89ab cdef bset D3, ([$4567,A1,D0.w],-$3211) | |
| 07f2 0123 4567 89ab cdef bset D3, ([$4567,A2,D0.w],-$3211) | |
| 07f3 0123 4567 89ab cdef bset D3, ([$4567,A3,D0.w],-$3211) | |
| 07f4 0123 4567 89ab cdef bset D3, ([$4567,A4,D0.w],-$3211) | |
| 07f5 0123 4567 89ab cdef bset D3, ([$4567,A5,D0.w],-$3211) | |
| 07f6 0123 4567 89ab cdef bset D3, ([$4567,A6,D0.w],-$3211) | |
| 07f7 0123 4567 89ab cdef bset D3, ([$4567,A7,D0.w],-$3211) | |
| 07f8 0123 bset D3, $123.w | |
| 07f9 0123 4567 bset D3, $1234567.l | |
| 0800 0123 btst #$23, D0 | |
| 0801 0123 btst #$23, D1 | |
| 0802 0123 btst #$23, D2 | |
| 0803 0123 btst #$23, D3 | |
| 0804 0123 btst #$23, D4 | |
| 0805 0123 btst #$23, D5 | |
| 0806 0123 btst #$23, D6 | |
| 0807 0123 btst #$23, D7 | |
| 0810 0123 btst #$23, (A0) | |
| 0811 0123 btst #$23, (A1) | |
| 0812 0123 btst #$23, (A2) | |
| 0813 0123 btst #$23, (A3) | |
| 0814 0123 btst #$23, (A4) | |
| 0815 0123 btst #$23, (A5) | |
| 0816 0123 btst #$23, (A6) | |
| 0817 0123 btst #$23, (A7) | |
| 0818 0123 btst #$23, (A0)+ | |
| 0819 0123 btst #$23, (A1)+ | |
| 081a 0123 btst #$23, (A2)+ | |
| 081b 0123 btst #$23, (A3)+ | |
| 081c 0123 btst #$23, (A4)+ | |
| 081d 0123 btst #$23, (A5)+ | |
| 081e 0123 btst #$23, (A6)+ | |
| 081f 0123 btst #$23, (A7)+ | |
| 0820 0123 btst #$23, -(A0) | |
| 0821 0123 btst #$23, -(A1) | |
| 0822 0123 btst #$23, -(A2) | |
| 0823 0123 btst #$23, -(A3) | |
| 0824 0123 btst #$23, -(A4) | |
| 0825 0123 btst #$23, -(A5) | |
| 0826 0123 btst #$23, -(A6) | |
| 0827 0123 btst #$23, -(A7) | |
| 0828 0123 4567 btst #$23, ($4567,A0) | |
| 0829 0123 4567 btst #$23, ($4567,A1) | |
| 082a 0123 4567 btst #$23, ($4567,A2) | |
| 082b 0123 4567 btst #$23, ($4567,A3) | |
| 082c 0123 4567 btst #$23, ($4567,A4) | |
| 082d 0123 4567 btst #$23, ($4567,A5) | |
| 082e 0123 4567 btst #$23, ($4567,A6) | |
| 082f 0123 4567 btst #$23, ($4567,A7) | |
| 0830 0123 4567 89ab btst #$23, ([-$7655,A0]) | |
| 0831 0123 4567 89ab btst #$23, ([-$7655,A1]) | |
| 0832 0123 4567 89ab btst #$23, ([-$7655,A2]) | |
| 0833 0123 4567 89ab btst #$23, ([-$7655,A3]) | |
| 0834 0123 4567 89ab btst #$23, ([-$7655,A4]) | |
| 0835 0123 4567 89ab btst #$23, ([-$7655,A5]) | |
| 0836 0123 4567 89ab btst #$23, ([-$7655,A6]) | |
| 0837 0123 4567 89ab btst #$23, ([-$7655,A7]) | |
| 0838 0123 4567 btst #$23, $4567.w | |
| 0839 0123 4567 89ab btst #$23, $456789ab.l | |
| 083a 0123 4567 btst #$23, ($4567,PC); ($456b) | |
| 083b 0123 4567 89ab btst #$23, ([-$7655,PC]) | |
| 0840 0123 bchg #$23, D0 | |
| 0841 0123 bchg #$23, D1 | |
| 0842 0123 bchg #$23, D2 | |
| 0843 0123 bchg #$23, D3 | |
| 0844 0123 bchg #$23, D4 | |
| 0845 0123 bchg #$23, D5 | |
| 0846 0123 bchg #$23, D6 | |
| 0847 0123 bchg #$23, D7 | |
| 0850 0123 bchg #$23, (A0) | |
| 0851 0123 bchg #$23, (A1) | |
| 0852 0123 bchg #$23, (A2) | |
| 0853 0123 bchg #$23, (A3) | |
| 0854 0123 bchg #$23, (A4) | |
| 0855 0123 bchg #$23, (A5) | |
| 0856 0123 bchg #$23, (A6) | |
| 0857 0123 bchg #$23, (A7) | |
| 0858 0123 bchg #$23, (A0)+ | |
| 0859 0123 bchg #$23, (A1)+ | |
| 085a 0123 bchg #$23, (A2)+ | |
| 085b 0123 bchg #$23, (A3)+ | |
| 085c 0123 bchg #$23, (A4)+ | |
| 085d 0123 bchg #$23, (A5)+ | |
| 085e 0123 bchg #$23, (A6)+ | |
| 085f 0123 bchg #$23, (A7)+ | |
| 0860 0123 bchg #$23, -(A0) | |
| 0861 0123 bchg #$23, -(A1) | |
| 0862 0123 bchg #$23, -(A2) | |
| 0863 0123 bchg #$23, -(A3) | |
| 0864 0123 bchg #$23, -(A4) | |
| 0865 0123 bchg #$23, -(A5) | |
| 0866 0123 bchg #$23, -(A6) | |
| 0867 0123 bchg #$23, -(A7) | |
| 0868 0123 4567 bchg #$23, ($4567,A0) | |
| 0869 0123 4567 bchg #$23, ($4567,A1) | |
| 086a 0123 4567 bchg #$23, ($4567,A2) | |
| 086b 0123 4567 bchg #$23, ($4567,A3) | |
| 086c 0123 4567 bchg #$23, ($4567,A4) | |
| 086d 0123 4567 bchg #$23, ($4567,A5) | |
| 086e 0123 4567 bchg #$23, ($4567,A6) | |
| 086f 0123 4567 bchg #$23, ($4567,A7) | |
| 0870 0123 4567 89ab bchg #$23, ([-$7655,A0]) | |
| 0871 0123 4567 89ab bchg #$23, ([-$7655,A1]) | |
| 0872 0123 4567 89ab bchg #$23, ([-$7655,A2]) | |
| 0873 0123 4567 89ab bchg #$23, ([-$7655,A3]) | |
| 0874 0123 4567 89ab bchg #$23, ([-$7655,A4]) | |
| 0875 0123 4567 89ab bchg #$23, ([-$7655,A5]) | |
| 0876 0123 4567 89ab bchg #$23, ([-$7655,A6]) | |
| 0877 0123 4567 89ab bchg #$23, ([-$7655,A7]) | |
| 0878 0123 4567 bchg #$23, $4567.w | |
| 0879 0123 4567 89ab bchg #$23, $456789ab.l | |
| 0880 0123 bclr #$23, D0 | |
| 0881 0123 bclr #$23, D1 | |
| 0882 0123 bclr #$23, D2 | |
| 0883 0123 bclr #$23, D3 | |
| 0884 0123 bclr #$23, D4 | |
| 0885 0123 bclr #$23, D5 | |
| 0886 0123 bclr #$23, D6 | |
| 0887 0123 bclr #$23, D7 | |
| 0890 0123 bclr #$23, (A0) | |
| 0891 0123 bclr #$23, (A1) | |
| 0892 0123 bclr #$23, (A2) | |
| 0893 0123 bclr #$23, (A3) | |
| 0894 0123 bclr #$23, (A4) | |
| 0895 0123 bclr #$23, (A5) | |
| 0896 0123 bclr #$23, (A6) | |
| 0897 0123 bclr #$23, (A7) | |
| 0898 0123 bclr #$23, (A0)+ | |
| 0899 0123 bclr #$23, (A1)+ | |
| 089a 0123 bclr #$23, (A2)+ | |
| 089b 0123 bclr #$23, (A3)+ | |
| 089c 0123 bclr #$23, (A4)+ | |
| 089d 0123 bclr #$23, (A5)+ | |
| 089e 0123 bclr #$23, (A6)+ | |
| 089f 0123 bclr #$23, (A7)+ | |
| 08a0 0123 bclr #$23, -(A0) | |
| 08a1 0123 bclr #$23, -(A1) | |
| 08a2 0123 bclr #$23, -(A2) | |
| 08a3 0123 bclr #$23, -(A3) | |
| 08a4 0123 bclr #$23, -(A4) | |
| 08a5 0123 bclr #$23, -(A5) | |
| 08a6 0123 bclr #$23, -(A6) | |
| 08a7 0123 bclr #$23, -(A7) | |
| 08a8 0123 4567 bclr #$23, ($4567,A0) | |
| 08a9 0123 4567 bclr #$23, ($4567,A1) | |
| 08aa 0123 4567 bclr #$23, ($4567,A2) | |
| 08ab 0123 4567 bclr #$23, ($4567,A3) | |
| 08ac 0123 4567 bclr #$23, ($4567,A4) | |
| 08ad 0123 4567 bclr #$23, ($4567,A5) | |
| 08ae 0123 4567 bclr #$23, ($4567,A6) | |
| 08af 0123 4567 bclr #$23, ($4567,A7) | |
| 08b0 0123 4567 89ab bclr #$23, ([-$7655,A0]) | |
| 08b1 0123 4567 89ab bclr #$23, ([-$7655,A1]) | |
| 08b2 0123 4567 89ab bclr #$23, ([-$7655,A2]) | |
| 08b3 0123 4567 89ab bclr #$23, ([-$7655,A3]) | |
| 08b4 0123 4567 89ab bclr #$23, ([-$7655,A4]) | |
| 08b5 0123 4567 89ab bclr #$23, ([-$7655,A5]) | |
| 08b6 0123 4567 89ab bclr #$23, ([-$7655,A6]) | |
| 08b7 0123 4567 89ab bclr #$23, ([-$7655,A7]) | |
| 08b8 0123 4567 bclr #$23, $4567.w | |
| 08b9 0123 4567 89ab bclr #$23, $456789ab.l | |
| 08c0 0123 bset #$23, D0 | |
| 08c1 0123 bset #$23, D1 | |
| 08c2 0123 bset #$23, D2 | |
| 08c3 0123 bset #$23, D3 | |
| 08c4 0123 bset #$23, D4 | |
| 08c5 0123 bset #$23, D5 | |
| 08c6 0123 bset #$23, D6 | |
| 08c7 0123 bset #$23, D7 | |
| 08d0 0123 bset #$23, (A0) | |
| 08d1 0123 bset #$23, (A1) | |
| 08d2 0123 bset #$23, (A2) | |
| 08d3 0123 bset #$23, (A3) | |
| 08d4 0123 bset #$23, (A4) | |
| 08d5 0123 bset #$23, (A5) | |
| 08d6 0123 bset #$23, (A6) | |
| 08d7 0123 bset #$23, (A7) | |
| 08d8 0123 bset #$23, (A0)+ | |
| 08d9 0123 bset #$23, (A1)+ | |
| 08da 0123 bset #$23, (A2)+ | |
| 08db 0123 bset #$23, (A3)+ | |
| 08dc 0123 bset #$23, (A4)+ | |
| 08dd 0123 bset #$23, (A5)+ | |
| 08de 0123 bset #$23, (A6)+ | |
| 08df 0123 bset #$23, (A7)+ | |
| 08e0 0123 bset #$23, -(A0) | |
| 08e1 0123 bset #$23, -(A1) | |
| 08e2 0123 bset #$23, -(A2) | |
| 08e3 0123 bset #$23, -(A3) | |
| 08e4 0123 bset #$23, -(A4) | |
| 08e5 0123 bset #$23, -(A5) | |
| 08e6 0123 bset #$23, -(A6) | |
| 08e7 0123 bset #$23, -(A7) | |
| 08e8 0123 4567 bset #$23, ($4567,A0) | |
| 08e9 0123 4567 bset #$23, ($4567,A1) | |
| 08ea 0123 4567 bset #$23, ($4567,A2) | |
| 08eb 0123 4567 bset #$23, ($4567,A3) | |
| 08ec 0123 4567 bset #$23, ($4567,A4) | |
| 08ed 0123 4567 bset #$23, ($4567,A5) | |
| 08ee 0123 4567 bset #$23, ($4567,A6) | |
| 08ef 0123 4567 bset #$23, ($4567,A7) | |
| 08f0 0123 4567 89ab bset #$23, ([-$7655,A0]) | |
| 08f1 0123 4567 89ab bset #$23, ([-$7655,A1]) | |
| 08f2 0123 4567 89ab bset #$23, ([-$7655,A2]) | |
| 08f3 0123 4567 89ab bset #$23, ([-$7655,A3]) | |
| 08f4 0123 4567 89ab bset #$23, ([-$7655,A4]) | |
| 08f5 0123 4567 89ab bset #$23, ([-$7655,A5]) | |
| 08f6 0123 4567 89ab bset #$23, ([-$7655,A6]) | |
| 08f7 0123 4567 89ab bset #$23, ([-$7655,A7]) | |
| 08f8 0123 4567 bset #$23, $4567.w | |
| 08f9 0123 4567 89ab bset #$23, $456789ab.l | |
| 0900 btst D4, D0 | |
| 0901 btst D4, D1 | |
| 0902 btst D4, D2 | |
| 0903 btst D4, D3 | |
| 0904 btst D4, D4 | |
| 0905 btst D4, D5 | |
| 0906 btst D4, D6 | |
| 0907 btst D4, D7 | |
| 0908 0123 movep.w ($123,A0), D4 | |
| 0909 0123 movep.w ($123,A1), D4 | |
| 090a 0123 movep.w ($123,A2), D4 | |
| 090b 0123 movep.w ($123,A3), D4 | |
| 090c 0123 movep.w ($123,A4), D4 | |
| 090d 0123 movep.w ($123,A5), D4 | |
| 090e 0123 movep.w ($123,A6), D4 | |
| 090f 0123 movep.w ($123,A7), D4 | |
| 0910 btst D4, (A0) | |
| 0911 btst D4, (A1) | |
| 0912 btst D4, (A2) | |
| 0913 btst D4, (A3) | |
| 0914 btst D4, (A4) | |
| 0915 btst D4, (A5) | |
| 0916 btst D4, (A6) | |
| 0917 btst D4, (A7) | |
| 0918 btst D4, (A0)+ | |
| 0919 btst D4, (A1)+ | |
| 091a btst D4, (A2)+ | |
| 091b btst D4, (A3)+ | |
| 091c btst D4, (A4)+ | |
| 091d btst D4, (A5)+ | |
| 091e btst D4, (A6)+ | |
| 091f btst D4, (A7)+ | |
| 0920 btst D4, -(A0) | |
| 0921 btst D4, -(A1) | |
| 0922 btst D4, -(A2) | |
| 0923 btst D4, -(A3) | |
| 0924 btst D4, -(A4) | |
| 0925 btst D4, -(A5) | |
| 0926 btst D4, -(A6) | |
| 0927 btst D4, -(A7) | |
| 0928 0123 btst D4, ($123,A0) | |
| 0929 0123 btst D4, ($123,A1) | |
| 092a 0123 btst D4, ($123,A2) | |
| 092b 0123 btst D4, ($123,A3) | |
| 092c 0123 btst D4, ($123,A4) | |
| 092d 0123 btst D4, ($123,A5) | |
| 092e 0123 btst D4, ($123,A6) | |
| 092f 0123 btst D4, ($123,A7) | |
| 0930 0123 4567 89ab cdef btst D4, ([$4567,A0,D0.w],-$3211) | |
| 0931 0123 4567 89ab cdef btst D4, ([$4567,A1,D0.w],-$3211) | |
| 0932 0123 4567 89ab cdef btst D4, ([$4567,A2,D0.w],-$3211) | |
| 0933 0123 4567 89ab cdef btst D4, ([$4567,A3,D0.w],-$3211) | |
| 0934 0123 4567 89ab cdef btst D4, ([$4567,A4,D0.w],-$3211) | |
| 0935 0123 4567 89ab cdef btst D4, ([$4567,A5,D0.w],-$3211) | |
| 0936 0123 4567 89ab cdef btst D4, ([$4567,A6,D0.w],-$3211) | |
| 0937 0123 4567 89ab cdef btst D4, ([$4567,A7,D0.w],-$3211) | |
| 0938 0123 btst D4, $123.w | |
| 0939 0123 4567 btst D4, $1234567.l | |
| 093a 0123 btst D4, ($123,PC); ($125) | |
| 093b 0123 4567 89ab cdef btst D4, ([$4567,PC,D0.w],-$3211) | |
| 093c 0123 btst D4, #$23 | |
| 0940 bchg D4, D0 | |
| 0941 bchg D4, D1 | |
| 0942 bchg D4, D2 | |
| 0943 bchg D4, D3 | |
| 0944 bchg D4, D4 | |
| 0945 bchg D4, D5 | |
| 0946 bchg D4, D6 | |
| 0947 bchg D4, D7 | |
| 0948 0123 movep.l ($123,A0), D4 | |
| 0949 0123 movep.l ($123,A1), D4 | |
| 094a 0123 movep.l ($123,A2), D4 | |
| 094b 0123 movep.l ($123,A3), D4 | |
| 094c 0123 movep.l ($123,A4), D4 | |
| 094d 0123 movep.l ($123,A5), D4 | |
| 094e 0123 movep.l ($123,A6), D4 | |
| 094f 0123 movep.l ($123,A7), D4 | |
| 0950 bchg D4, (A0) | |
| 0951 bchg D4, (A1) | |
| 0952 bchg D4, (A2) | |
| 0953 bchg D4, (A3) | |
| 0954 bchg D4, (A4) | |
| 0955 bchg D4, (A5) | |
| 0956 bchg D4, (A6) | |
| 0957 bchg D4, (A7) | |
| 0958 bchg D4, (A0)+ | |
| 0959 bchg D4, (A1)+ | |
| 095a bchg D4, (A2)+ | |
| 095b bchg D4, (A3)+ | |
| 095c bchg D4, (A4)+ | |
| 095d bchg D4, (A5)+ | |
| 095e bchg D4, (A6)+ | |
| 095f bchg D4, (A7)+ | |
| 0960 bchg D4, -(A0) | |
| 0961 bchg D4, -(A1) | |
| 0962 bchg D4, -(A2) | |
| 0963 bchg D4, -(A3) | |
| 0964 bchg D4, -(A4) | |
| 0965 bchg D4, -(A5) | |
| 0966 bchg D4, -(A6) | |
| 0967 bchg D4, -(A7) | |
| 0968 0123 bchg D4, ($123,A0) | |
| 0969 0123 bchg D4, ($123,A1) | |
| 096a 0123 bchg D4, ($123,A2) | |
| 096b 0123 bchg D4, ($123,A3) | |
| 096c 0123 bchg D4, ($123,A4) | |
| 096d 0123 bchg D4, ($123,A5) | |
| 096e 0123 bchg D4, ($123,A6) | |
| 096f 0123 bchg D4, ($123,A7) | |
| 0970 0123 4567 89ab cdef bchg D4, ([$4567,A0,D0.w],-$3211) | |
| 0971 0123 4567 89ab cdef bchg D4, ([$4567,A1,D0.w],-$3211) | |
| 0972 0123 4567 89ab cdef bchg D4, ([$4567,A2,D0.w],-$3211) | |
| 0973 0123 4567 89ab cdef bchg D4, ([$4567,A3,D0.w],-$3211) | |
| 0974 0123 4567 89ab cdef bchg D4, ([$4567,A4,D0.w],-$3211) | |
| 0975 0123 4567 89ab cdef bchg D4, ([$4567,A5,D0.w],-$3211) | |
| 0976 0123 4567 89ab cdef bchg D4, ([$4567,A6,D0.w],-$3211) | |
| 0977 0123 4567 89ab cdef bchg D4, ([$4567,A7,D0.w],-$3211) | |
| 0978 0123 bchg D4, $123.w | |
| 0979 0123 4567 bchg D4, $1234567.l | |
| 0980 bclr D4, D0 | |
| 0981 bclr D4, D1 | |
| 0982 bclr D4, D2 | |
| 0983 bclr D4, D3 | |
| 0984 bclr D4, D4 | |
| 0985 bclr D4, D5 | |
| 0986 bclr D4, D6 | |
| 0987 bclr D4, D7 | |
| 0988 0123 movep.w D4, ($123,A0) | |
| 0989 0123 movep.w D4, ($123,A1) | |
| 098a 0123 movep.w D4, ($123,A2) | |
| 098b 0123 movep.w D4, ($123,A3) | |
| 098c 0123 movep.w D4, ($123,A4) | |
| 098d 0123 movep.w D4, ($123,A5) | |
| 098e 0123 movep.w D4, ($123,A6) | |
| 098f 0123 movep.w D4, ($123,A7) | |
| 0990 bclr D4, (A0) | |
| 0991 bclr D4, (A1) | |
| 0992 bclr D4, (A2) | |
| 0993 bclr D4, (A3) | |
| 0994 bclr D4, (A4) | |
| 0995 bclr D4, (A5) | |
| 0996 bclr D4, (A6) | |
| 0997 bclr D4, (A7) | |
| 0998 bclr D4, (A0)+ | |
| 0999 bclr D4, (A1)+ | |
| 099a bclr D4, (A2)+ | |
| 099b bclr D4, (A3)+ | |
| 099c bclr D4, (A4)+ | |
| 099d bclr D4, (A5)+ | |
| 099e bclr D4, (A6)+ | |
| 099f bclr D4, (A7)+ | |
| 09a0 bclr D4, -(A0) | |
| 09a1 bclr D4, -(A1) | |
| 09a2 bclr D4, -(A2) | |
| 09a3 bclr D4, -(A3) | |
| 09a4 bclr D4, -(A4) | |
| 09a5 bclr D4, -(A5) | |
| 09a6 bclr D4, -(A6) | |
| 09a7 bclr D4, -(A7) | |
| 09a8 0123 bclr D4, ($123,A0) | |
| 09a9 0123 bclr D4, ($123,A1) | |
| 09aa 0123 bclr D4, ($123,A2) | |
| 09ab 0123 bclr D4, ($123,A3) | |
| 09ac 0123 bclr D4, ($123,A4) | |
| 09ad 0123 bclr D4, ($123,A5) | |
| 09ae 0123 bclr D4, ($123,A6) | |
| 09af 0123 bclr D4, ($123,A7) | |
| 09b0 0123 4567 89ab cdef bclr D4, ([$4567,A0,D0.w],-$3211) | |
| 09b1 0123 4567 89ab cdef bclr D4, ([$4567,A1,D0.w],-$3211) | |
| 09b2 0123 4567 89ab cdef bclr D4, ([$4567,A2,D0.w],-$3211) | |
| 09b3 0123 4567 89ab cdef bclr D4, ([$4567,A3,D0.w],-$3211) | |
| 09b4 0123 4567 89ab cdef bclr D4, ([$4567,A4,D0.w],-$3211) | |
| 09b5 0123 4567 89ab cdef bclr D4, ([$4567,A5,D0.w],-$3211) | |
| 09b6 0123 4567 89ab cdef bclr D4, ([$4567,A6,D0.w],-$3211) | |
| 09b7 0123 4567 89ab cdef bclr D4, ([$4567,A7,D0.w],-$3211) | |
| 09b8 0123 bclr D4, $123.w | |
| 09b9 0123 4567 bclr D4, $1234567.l | |
| 09c0 bset D4, D0 | |
| 09c1 bset D4, D1 | |
| 09c2 bset D4, D2 | |
| 09c3 bset D4, D3 | |
| 09c4 bset D4, D4 | |
| 09c5 bset D4, D5 | |
| 09c6 bset D4, D6 | |
| 09c7 bset D4, D7 | |
| 09c8 0123 movep.l D4, ($123,A0) | |
| 09c9 0123 movep.l D4, ($123,A1) | |
| 09ca 0123 movep.l D4, ($123,A2) | |
| 09cb 0123 movep.l D4, ($123,A3) | |
| 09cc 0123 movep.l D4, ($123,A4) | |
| 09cd 0123 movep.l D4, ($123,A5) | |
| 09ce 0123 movep.l D4, ($123,A6) | |
| 09cf 0123 movep.l D4, ($123,A7) | |
| 09d0 bset D4, (A0) | |
| 09d1 bset D4, (A1) | |
| 09d2 bset D4, (A2) | |
| 09d3 bset D4, (A3) | |
| 09d4 bset D4, (A4) | |
| 09d5 bset D4, (A5) | |
| 09d6 bset D4, (A6) | |
| 09d7 bset D4, (A7) | |
| 09d8 bset D4, (A0)+ | |
| 09d9 bset D4, (A1)+ | |
| 09da bset D4, (A2)+ | |
| 09db bset D4, (A3)+ | |
| 09dc bset D4, (A4)+ | |
| 09dd bset D4, (A5)+ | |
| 09de bset D4, (A6)+ | |
| 09df bset D4, (A7)+ | |
| 09e0 bset D4, -(A0) | |
| 09e1 bset D4, -(A1) | |
| 09e2 bset D4, -(A2) | |
| 09e3 bset D4, -(A3) | |
| 09e4 bset D4, -(A4) | |
| 09e5 bset D4, -(A5) | |
| 09e6 bset D4, -(A6) | |
| 09e7 bset D4, -(A7) | |
| 09e8 0123 bset D4, ($123,A0) | |
| 09e9 0123 bset D4, ($123,A1) | |
| 09ea 0123 bset D4, ($123,A2) | |
| 09eb 0123 bset D4, ($123,A3) | |
| 09ec 0123 bset D4, ($123,A4) | |
| 09ed 0123 bset D4, ($123,A5) | |
| 09ee 0123 bset D4, ($123,A6) | |
| 09ef 0123 bset D4, ($123,A7) | |
| 09f0 0123 4567 89ab cdef bset D4, ([$4567,A0,D0.w],-$3211) | |
| 09f1 0123 4567 89ab cdef bset D4, ([$4567,A1,D0.w],-$3211) | |
| 09f2 0123 4567 89ab cdef bset D4, ([$4567,A2,D0.w],-$3211) | |
| 09f3 0123 4567 89ab cdef bset D4, ([$4567,A3,D0.w],-$3211) | |
| 09f4 0123 4567 89ab cdef bset D4, ([$4567,A4,D0.w],-$3211) | |
| 09f5 0123 4567 89ab cdef bset D4, ([$4567,A5,D0.w],-$3211) | |
| 09f6 0123 4567 89ab cdef bset D4, ([$4567,A6,D0.w],-$3211) | |
| 09f7 0123 4567 89ab cdef bset D4, ([$4567,A7,D0.w],-$3211) | |
| 09f8 0123 bset D4, $123.w | |
| 09f9 0123 4567 bset D4, $1234567.l | |
| 0a00 0123 eori.b #$23, D0 | |
| 0a01 0123 eori.b #$23, D1 | |
| 0a02 0123 eori.b #$23, D2 | |
| 0a03 0123 eori.b #$23, D3 | |
| 0a04 0123 eori.b #$23, D4 | |
| 0a05 0123 eori.b #$23, D5 | |
| 0a06 0123 eori.b #$23, D6 | |
| 0a07 0123 eori.b #$23, D7 | |
| 0a10 0123 eori.b #$23, (A0) | |
| 0a11 0123 eori.b #$23, (A1) | |
| 0a12 0123 eori.b #$23, (A2) | |
| 0a13 0123 eori.b #$23, (A3) | |
| 0a14 0123 eori.b #$23, (A4) | |
| 0a15 0123 eori.b #$23, (A5) | |
| 0a16 0123 eori.b #$23, (A6) | |
| 0a17 0123 eori.b #$23, (A7) | |
| 0a18 0123 eori.b #$23, (A0)+ | |
| 0a19 0123 eori.b #$23, (A1)+ | |
| 0a1a 0123 eori.b #$23, (A2)+ | |
| 0a1b 0123 eori.b #$23, (A3)+ | |
| 0a1c 0123 eori.b #$23, (A4)+ | |
| 0a1d 0123 eori.b #$23, (A5)+ | |
| 0a1e 0123 eori.b #$23, (A6)+ | |
| 0a1f 0123 eori.b #$23, (A7)+ | |
| 0a20 0123 eori.b #$23, -(A0) | |
| 0a21 0123 eori.b #$23, -(A1) | |
| 0a22 0123 eori.b #$23, -(A2) | |
| 0a23 0123 eori.b #$23, -(A3) | |
| 0a24 0123 eori.b #$23, -(A4) | |
| 0a25 0123 eori.b #$23, -(A5) | |
| 0a26 0123 eori.b #$23, -(A6) | |
| 0a27 0123 eori.b #$23, -(A7) | |
| 0a28 0123 4567 eori.b #$23, ($4567,A0) | |
| 0a29 0123 4567 eori.b #$23, ($4567,A1) | |
| 0a2a 0123 4567 eori.b #$23, ($4567,A2) | |
| 0a2b 0123 4567 eori.b #$23, ($4567,A3) | |
| 0a2c 0123 4567 eori.b #$23, ($4567,A4) | |
| 0a2d 0123 4567 eori.b #$23, ($4567,A5) | |
| 0a2e 0123 4567 eori.b #$23, ($4567,A6) | |
| 0a2f 0123 4567 eori.b #$23, ($4567,A7) | |
| 0a30 0123 4567 89ab eori.b #$23, ([-$7655,A0]) | |
| 0a31 0123 4567 89ab eori.b #$23, ([-$7655,A1]) | |
| 0a32 0123 4567 89ab eori.b #$23, ([-$7655,A2]) | |
| 0a33 0123 4567 89ab eori.b #$23, ([-$7655,A3]) | |
| 0a34 0123 4567 89ab eori.b #$23, ([-$7655,A4]) | |
| 0a35 0123 4567 89ab eori.b #$23, ([-$7655,A5]) | |
| 0a36 0123 4567 89ab eori.b #$23, ([-$7655,A6]) | |
| 0a37 0123 4567 89ab eori.b #$23, ([-$7655,A7]) | |
| 0a38 0123 4567 eori.b #$23, $4567.w | |
| 0a39 0123 4567 89ab eori.b #$23, $456789ab.l | |
| 0a3c 0123 eori #$23, CCR | |
| 0a40 0123 eori.w #$123, D0 | |
| 0a41 0123 eori.w #$123, D1 | |
| 0a42 0123 eori.w #$123, D2 | |
| 0a43 0123 eori.w #$123, D3 | |
| 0a44 0123 eori.w #$123, D4 | |
| 0a45 0123 eori.w #$123, D5 | |
| 0a46 0123 eori.w #$123, D6 | |
| 0a47 0123 eori.w #$123, D7 | |
| 0a50 0123 eori.w #$123, (A0) | |
| 0a51 0123 eori.w #$123, (A1) | |
| 0a52 0123 eori.w #$123, (A2) | |
| 0a53 0123 eori.w #$123, (A3) | |
| 0a54 0123 eori.w #$123, (A4) | |
| 0a55 0123 eori.w #$123, (A5) | |
| 0a56 0123 eori.w #$123, (A6) | |
| 0a57 0123 eori.w #$123, (A7) | |
| 0a58 0123 eori.w #$123, (A0)+ | |
| 0a59 0123 eori.w #$123, (A1)+ | |
| 0a5a 0123 eori.w #$123, (A2)+ | |
| 0a5b 0123 eori.w #$123, (A3)+ | |
| 0a5c 0123 eori.w #$123, (A4)+ | |
| 0a5d 0123 eori.w #$123, (A5)+ | |
| 0a5e 0123 eori.w #$123, (A6)+ | |
| 0a5f 0123 eori.w #$123, (A7)+ | |
| 0a60 0123 eori.w #$123, -(A0) | |
| 0a61 0123 eori.w #$123, -(A1) | |
| 0a62 0123 eori.w #$123, -(A2) | |
| 0a63 0123 eori.w #$123, -(A3) | |
| 0a64 0123 eori.w #$123, -(A4) | |
| 0a65 0123 eori.w #$123, -(A5) | |
| 0a66 0123 eori.w #$123, -(A6) | |
| 0a67 0123 eori.w #$123, -(A7) | |
| 0a68 0123 4567 eori.w #$123, ($4567,A0) | |
| 0a69 0123 4567 eori.w #$123, ($4567,A1) | |
| 0a6a 0123 4567 eori.w #$123, ($4567,A2) | |
| 0a6b 0123 4567 eori.w #$123, ($4567,A3) | |
| 0a6c 0123 4567 eori.w #$123, ($4567,A4) | |
| 0a6d 0123 4567 eori.w #$123, ($4567,A5) | |
| 0a6e 0123 4567 eori.w #$123, ($4567,A6) | |
| 0a6f 0123 4567 eori.w #$123, ($4567,A7) | |
| 0a70 0123 4567 89ab eori.w #$123, ([-$7655,A0]) | |
| 0a71 0123 4567 89ab eori.w #$123, ([-$7655,A1]) | |
| 0a72 0123 4567 89ab eori.w #$123, ([-$7655,A2]) | |
| 0a73 0123 4567 89ab eori.w #$123, ([-$7655,A3]) | |
| 0a74 0123 4567 89ab eori.w #$123, ([-$7655,A4]) | |
| 0a75 0123 4567 89ab eori.w #$123, ([-$7655,A5]) | |
| 0a76 0123 4567 89ab eori.w #$123, ([-$7655,A6]) | |
| 0a77 0123 4567 89ab eori.w #$123, ([-$7655,A7]) | |
| 0a78 0123 4567 eori.w #$123, $4567.w | |
| 0a79 0123 4567 89ab eori.w #$123, $456789ab.l | |
| 0a7c 0123 eori #$123, SR | |
| 0a80 0123 4567 eori.l #$1234567, D0 | |
| 0a81 0123 4567 eori.l #$1234567, D1 | |
| 0a82 0123 4567 eori.l #$1234567, D2 | |
| 0a83 0123 4567 eori.l #$1234567, D3 | |
| 0a84 0123 4567 eori.l #$1234567, D4 | |
| 0a85 0123 4567 eori.l #$1234567, D5 | |
| 0a86 0123 4567 eori.l #$1234567, D6 | |
| 0a87 0123 4567 eori.l #$1234567, D7 | |
| 0a90 0123 4567 eori.l #$1234567, (A0) | |
| 0a91 0123 4567 eori.l #$1234567, (A1) | |
| 0a92 0123 4567 eori.l #$1234567, (A2) | |
| 0a93 0123 4567 eori.l #$1234567, (A3) | |
| 0a94 0123 4567 eori.l #$1234567, (A4) | |
| 0a95 0123 4567 eori.l #$1234567, (A5) | |
| 0a96 0123 4567 eori.l #$1234567, (A6) | |
| 0a97 0123 4567 eori.l #$1234567, (A7) | |
| 0a98 0123 4567 eori.l #$1234567, (A0)+ | |
| 0a99 0123 4567 eori.l #$1234567, (A1)+ | |
| 0a9a 0123 4567 eori.l #$1234567, (A2)+ | |
| 0a9b 0123 4567 eori.l #$1234567, (A3)+ | |
| 0a9c 0123 4567 eori.l #$1234567, (A4)+ | |
| 0a9d 0123 4567 eori.l #$1234567, (A5)+ | |
| 0a9e 0123 4567 eori.l #$1234567, (A6)+ | |
| 0a9f 0123 4567 eori.l #$1234567, (A7)+ | |
| 0aa0 0123 4567 eori.l #$1234567, -(A0) | |
| 0aa1 0123 4567 eori.l #$1234567, -(A1) | |
| 0aa2 0123 4567 eori.l #$1234567, -(A2) | |
| 0aa3 0123 4567 eori.l #$1234567, -(A3) | |
| 0aa4 0123 4567 eori.l #$1234567, -(A4) | |
| 0aa5 0123 4567 eori.l #$1234567, -(A5) | |
| 0aa6 0123 4567 eori.l #$1234567, -(A6) | |
| 0aa7 0123 4567 eori.l #$1234567, -(A7) | |
| 0aa8 0123 4567 89ab eori.l #$1234567, (-$7655,A0) | |
| 0aa9 0123 4567 89ab eori.l #$1234567, (-$7655,A1) | |
| 0aaa 0123 4567 89ab eori.l #$1234567, (-$7655,A2) | |
| 0aab 0123 4567 89ab eori.l #$1234567, (-$7655,A3) | |
| 0aac 0123 4567 89ab eori.l #$1234567, (-$7655,A4) | |
| 0aad 0123 4567 89ab eori.l #$1234567, (-$7655,A5) | |
| 0aae 0123 4567 89ab eori.l #$1234567, (-$7655,A6) | |
| 0aaf 0123 4567 89ab eori.l #$1234567, (-$7655,A7) | |
| 0ab0 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab1 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab2 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab3 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab4 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab5 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab6 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab7 0123 4567 89ab cdef 0000 0000 eori.l #$1234567, ([-$3211,A0.l]) | |
| 0ab8 0123 4567 89ab eori.l #$1234567, $89ab.w | |
| 0ab9 0123 4567 89ab cdef eori.l #$1234567, $89abcdef.l | |
| 0ad0 0123 cas.b D3, D1, (A0); (2+) | |
| 0ad1 0123 cas.b D3, D1, (A1); (2+) | |
| 0ad2 0123 cas.b D3, D1, (A2); (2+) | |
| 0ad3 0123 cas.b D3, D1, (A3); (2+) | |
| 0ad4 0123 cas.b D3, D1, (A4); (2+) | |
| 0ad5 0123 cas.b D3, D1, (A5); (2+) | |
| 0ad6 0123 cas.b D3, D1, (A6); (2+) | |
| 0ad7 0123 cas.b D3, D1, (A7); (2+) | |
| 0ad8 0123 cas.b D3, D1, (A0)+; (2+) | |
| 0ad9 0123 cas.b D3, D1, (A1)+; (2+) | |
| 0ada 0123 cas.b D3, D1, (A2)+; (2+) | |
| 0adb 0123 cas.b D3, D1, (A3)+; (2+) | |
| 0adc 0123 cas.b D3, D1, (A4)+; (2+) | |
| 0add 0123 cas.b D3, D1, (A5)+; (2+) | |
| 0ade 0123 cas.b D3, D1, (A6)+; (2+) | |
| 0adf 0123 cas.b D3, D1, (A7)+; (2+) | |
| 0ae0 0123 cas.b D3, D1, -(A0); (2+) | |
| 0ae1 0123 cas.b D3, D1, -(A1); (2+) | |
| 0ae2 0123 cas.b D3, D1, -(A2); (2+) | |
| 0ae3 0123 cas.b D3, D1, -(A3); (2+) | |
| 0ae4 0123 cas.b D3, D1, -(A4); (2+) | |
| 0ae5 0123 cas.b D3, D1, -(A5); (2+) | |
| 0ae6 0123 cas.b D3, D1, -(A6); (2+) | |
| 0ae7 0123 cas.b D3, D1, -(A7); (2+) | |
| 0ae8 0123 4567 cas.b D3, D1, ($4567,A0); (2+) | |
| 0ae9 0123 4567 cas.b D3, D1, ($4567,A1); (2+) | |
| 0aea 0123 4567 cas.b D3, D1, ($4567,A2); (2+) | |
| 0aeb 0123 4567 cas.b D3, D1, ($4567,A3); (2+) | |
| 0aec 0123 4567 cas.b D3, D1, ($4567,A4); (2+) | |
| 0aed 0123 4567 cas.b D3, D1, ($4567,A5); (2+) | |
| 0aee 0123 4567 cas.b D3, D1, ($4567,A6); (2+) | |
| 0aef 0123 4567 cas.b D3, D1, ($4567,A7); (2+) | |
| 0af0 0123 4567 89ab cas.b D3, D1, ([-$7655,A0]); (2+) | |
| 0af1 0123 4567 89ab cas.b D3, D1, ([-$7655,A1]); (2+) | |
| 0af2 0123 4567 89ab cas.b D3, D1, ([-$7655,A2]); (2+) | |
| 0af3 0123 4567 89ab cas.b D3, D1, ([-$7655,A3]); (2+) | |
| 0af4 0123 4567 89ab cas.b D3, D1, ([-$7655,A4]); (2+) | |
| 0af5 0123 4567 89ab cas.b D3, D1, ([-$7655,A5]); (2+) | |
| 0af6 0123 4567 89ab cas.b D3, D1, ([-$7655,A6]); (2+) | |
| 0af7 0123 4567 89ab cas.b D3, D1, ([-$7655,A7]); (2+) | |
| 0af8 0123 4567 cas.b D3, D1, $4567.w; (2+) | |
| 0af9 0123 4567 89ab cas.b D3, D1, $456789ab.l; (2+) | |
| 0b00 btst D5, D0 | |
| 0b01 btst D5, D1 | |
| 0b02 btst D5, D2 | |
| 0b03 btst D5, D3 | |
| 0b04 btst D5, D4 | |
| 0b05 btst D5, D5 | |
| 0b06 btst D5, D6 | |
| 0b07 btst D5, D7 | |
| 0b08 0123 movep.w ($123,A0), D5 | |
| 0b09 0123 movep.w ($123,A1), D5 | |
| 0b0a 0123 movep.w ($123,A2), D5 | |
| 0b0b 0123 movep.w ($123,A3), D5 | |
| 0b0c 0123 movep.w ($123,A4), D5 | |
| 0b0d 0123 movep.w ($123,A5), D5 | |
| 0b0e 0123 movep.w ($123,A6), D5 | |
| 0b0f 0123 movep.w ($123,A7), D5 | |
| 0b10 btst D5, (A0) | |
| 0b11 btst D5, (A1) | |
| 0b12 btst D5, (A2) | |
| 0b13 btst D5, (A3) | |
| 0b14 btst D5, (A4) | |
| 0b15 btst D5, (A5) | |
| 0b16 btst D5, (A6) | |
| 0b17 btst D5, (A7) | |
| 0b18 btst D5, (A0)+ | |
| 0b19 btst D5, (A1)+ | |
| 0b1a btst D5, (A2)+ | |
| 0b1b btst D5, (A3)+ | |
| 0b1c btst D5, (A4)+ | |
| 0b1d btst D5, (A5)+ | |
| 0b1e btst D5, (A6)+ | |
| 0b1f btst D5, (A7)+ | |
| 0b20 btst D5, -(A0) | |
| 0b21 btst D5, -(A1) | |
| 0b22 btst D5, -(A2) | |
| 0b23 btst D5, -(A3) | |
| 0b24 btst D5, -(A4) | |
| 0b25 btst D5, -(A5) | |
| 0b26 btst D5, -(A6) | |
| 0b27 btst D5, -(A7) | |
| 0b28 0123 btst D5, ($123,A0) | |
| 0b29 0123 btst D5, ($123,A1) | |
| 0b2a 0123 btst D5, ($123,A2) | |
| 0b2b 0123 btst D5, ($123,A3) | |
| 0b2c 0123 btst D5, ($123,A4) | |
| 0b2d 0123 btst D5, ($123,A5) | |
| 0b2e 0123 btst D5, ($123,A6) | |
| 0b2f 0123 btst D5, ($123,A7) | |
| 0b30 0123 4567 89ab cdef btst D5, ([$4567,A0,D0.w],-$3211) | |
| 0b31 0123 4567 89ab cdef btst D5, ([$4567,A1,D0.w],-$3211) | |
| 0b32 0123 4567 89ab cdef btst D5, ([$4567,A2,D0.w],-$3211) | |
| 0b33 0123 4567 89ab cdef btst D5, ([$4567,A3,D0.w],-$3211) | |
| 0b34 0123 4567 89ab cdef btst D5, ([$4567,A4,D0.w],-$3211) | |
| 0b35 0123 4567 89ab cdef btst D5, ([$4567,A5,D0.w],-$3211) | |
| 0b36 0123 4567 89ab cdef btst D5, ([$4567,A6,D0.w],-$3211) | |
| 0b37 0123 4567 89ab cdef btst D5, ([$4567,A7,D0.w],-$3211) | |
| 0b38 0123 btst D5, $123.w | |
| 0b39 0123 4567 btst D5, $1234567.l | |
| 0b3a 0123 btst D5, ($123,PC); ($125) | |
| 0b3b 0123 4567 89ab cdef btst D5, ([$4567,PC,D0.w],-$3211) | |
| 0b3c 0123 btst D5, #$23 | |
| 0b40 bchg D5, D0 | |
| 0b41 bchg D5, D1 | |
| 0b42 bchg D5, D2 | |
| 0b43 bchg D5, D3 | |
| 0b44 bchg D5, D4 | |
| 0b45 bchg D5, D5 | |
| 0b46 bchg D5, D6 | |
| 0b47 bchg D5, D7 | |
| 0b48 0123 movep.l ($123,A0), D5 | |
| 0b49 0123 movep.l ($123,A1), D5 | |
| 0b4a 0123 movep.l ($123,A2), D5 | |
| 0b4b 0123 movep.l ($123,A3), D5 | |
| 0b4c 0123 movep.l ($123,A4), D5 | |
| 0b4d 0123 movep.l ($123,A5), D5 | |
| 0b4e 0123 movep.l ($123,A6), D5 | |
| 0b4f 0123 movep.l ($123,A7), D5 | |
| 0b50 bchg D5, (A0) | |
| 0b51 bchg D5, (A1) | |
| 0b52 bchg D5, (A2) | |
| 0b53 bchg D5, (A3) | |
| 0b54 bchg D5, (A4) | |
| 0b55 bchg D5, (A5) | |
| 0b56 bchg D5, (A6) | |
| 0b57 bchg D5, (A7) | |
| 0b58 bchg D5, (A0)+ | |
| 0b59 bchg D5, (A1)+ | |
| 0b5a bchg D5, (A2)+ | |
| 0b5b bchg D5, (A3)+ | |
| 0b5c bchg D5, (A4)+ | |
| 0b5d bchg D5, (A5)+ | |
| 0b5e bchg D5, (A6)+ | |
| 0b5f bchg D5, (A7)+ | |
| 0b60 bchg D5, -(A0) | |
| 0b61 bchg D5, -(A1) | |
| 0b62 bchg D5, -(A2) | |
| 0b63 bchg D5, -(A3) | |
| 0b64 bchg D5, -(A4) | |
| 0b65 bchg D5, -(A5) | |
| 0b66 bchg D5, -(A6) | |
| 0b67 bchg D5, -(A7) | |
| 0b68 0123 bchg D5, ($123,A0) | |
| 0b69 0123 bchg D5, ($123,A1) | |
| 0b6a 0123 bchg D5, ($123,A2) | |
| 0b6b 0123 bchg D5, ($123,A3) | |
| 0b6c 0123 bchg D5, ($123,A4) | |
| 0b6d 0123 bchg D5, ($123,A5) | |
| 0b6e 0123 bchg D5, ($123,A6) | |
| 0b6f 0123 bchg D5, ($123,A7) | |
| 0b70 0123 4567 89ab cdef bchg D5, ([$4567,A0,D0.w],-$3211) | |
| 0b71 0123 4567 89ab cdef bchg D5, ([$4567,A1,D0.w],-$3211) | |
| 0b72 0123 4567 89ab cdef bchg D5, ([$4567,A2,D0.w],-$3211) | |
| 0b73 0123 4567 89ab cdef bchg D5, ([$4567,A3,D0.w],-$3211) | |
| 0b74 0123 4567 89ab cdef bchg D5, ([$4567,A4,D0.w],-$3211) | |
| 0b75 0123 4567 89ab cdef bchg D5, ([$4567,A5,D0.w],-$3211) | |
| 0b76 0123 4567 89ab cdef bchg D5, ([$4567,A6,D0.w],-$3211) | |
| 0b77 0123 4567 89ab cdef bchg D5, ([$4567,A7,D0.w],-$3211) | |
| 0b78 0123 bchg D5, $123.w | |
| 0b79 0123 4567 bchg D5, $1234567.l | |
| 0b80 bclr D5, D0 | |
| 0b81 bclr D5, D1 | |
| 0b82 bclr D5, D2 | |
| 0b83 bclr D5, D3 | |
| 0b84 bclr D5, D4 | |
| 0b85 bclr D5, D5 | |
| 0b86 bclr D5, D6 | |
| 0b87 bclr D5, D7 | |
| 0b88 0123 movep.w D5, ($123,A0) | |
| 0b89 0123 movep.w D5, ($123,A1) | |
| 0b8a 0123 movep.w D5, ($123,A2) | |
| 0b8b 0123 movep.w D5, ($123,A3) | |
| 0b8c 0123 movep.w D5, ($123,A4) | |
| 0b8d 0123 movep.w D5, ($123,A5) | |
| 0b8e 0123 movep.w D5, ($123,A6) | |
| 0b8f 0123 movep.w D5, ($123,A7) | |
| 0b90 bclr D5, (A0) | |
| 0b91 bclr D5, (A1) | |
| 0b92 bclr D5, (A2) | |
| 0b93 bclr D5, (A3) | |
| 0b94 bclr D5, (A4) | |
| 0b95 bclr D5, (A5) | |
| 0b96 bclr D5, (A6) | |
| 0b97 bclr D5, (A7) | |
| 0b98 bclr D5, (A0)+ | |
| 0b99 bclr D5, (A1)+ | |
| 0b9a bclr D5, (A2)+ | |
| 0b9b bclr D5, (A3)+ | |
| 0b9c bclr D5, (A4)+ | |
| 0b9d bclr D5, (A5)+ | |
| 0b9e bclr D5, (A6)+ | |
| 0b9f bclr D5, (A7)+ | |
| 0ba0 bclr D5, -(A0) | |
| 0ba1 bclr D5, -(A1) | |
| 0ba2 bclr D5, -(A2) | |
| 0ba3 bclr D5, -(A3) | |
| 0ba4 bclr D5, -(A4) | |
| 0ba5 bclr D5, -(A5) | |
| 0ba6 bclr D5, -(A6) | |
| 0ba7 bclr D5, -(A7) | |
| 0ba8 0123 bclr D5, ($123,A0) | |
| 0ba9 0123 bclr D5, ($123,A1) | |
| 0baa 0123 bclr D5, ($123,A2) | |
| 0bab 0123 bclr D5, ($123,A3) | |
| 0bac 0123 bclr D5, ($123,A4) | |
| 0bad 0123 bclr D5, ($123,A5) | |
| 0bae 0123 bclr D5, ($123,A6) | |
| 0baf 0123 bclr D5, ($123,A7) | |
| 0bb0 0123 4567 89ab cdef bclr D5, ([$4567,A0,D0.w],-$3211) | |
| 0bb1 0123 4567 89ab cdef bclr D5, ([$4567,A1,D0.w],-$3211) | |
| 0bb2 0123 4567 89ab cdef bclr D5, ([$4567,A2,D0.w],-$3211) | |
| 0bb3 0123 4567 89ab cdef bclr D5, ([$4567,A3,D0.w],-$3211) | |
| 0bb4 0123 4567 89ab cdef bclr D5, ([$4567,A4,D0.w],-$3211) | |
| 0bb5 0123 4567 89ab cdef bclr D5, ([$4567,A5,D0.w],-$3211) | |
| 0bb6 0123 4567 89ab cdef bclr D5, ([$4567,A6,D0.w],-$3211) | |
| 0bb7 0123 4567 89ab cdef bclr D5, ([$4567,A7,D0.w],-$3211) | |
| 0bb8 0123 bclr D5, $123.w | |
| 0bb9 0123 4567 bclr D5, $1234567.l | |
| 0bc0 bset D5, D0 | |
| 0bc1 bset D5, D1 | |
| 0bc2 bset D5, D2 | |
| 0bc3 bset D5, D3 | |
| 0bc4 bset D5, D4 | |
| 0bc5 bset D5, D5 | |
| 0bc6 bset D5, D6 | |
| 0bc7 bset D5, D7 | |
| 0bc8 0123 movep.l D5, ($123,A0) | |
| 0bc9 0123 movep.l D5, ($123,A1) | |
| 0bca 0123 movep.l D5, ($123,A2) | |
| 0bcb 0123 movep.l D5, ($123,A3) | |
| 0bcc 0123 movep.l D5, ($123,A4) | |
| 0bcd 0123 movep.l D5, ($123,A5) | |
| 0bce 0123 movep.l D5, ($123,A6) | |
| 0bcf 0123 movep.l D5, ($123,A7) | |
| 0bd0 bset D5, (A0) | |
| 0bd1 bset D5, (A1) | |
| 0bd2 bset D5, (A2) | |
| 0bd3 bset D5, (A3) | |
| 0bd4 bset D5, (A4) | |
| 0bd5 bset D5, (A5) | |
| 0bd6 bset D5, (A6) | |
| 0bd7 bset D5, (A7) | |
| 0bd8 bset D5, (A0)+ | |
| 0bd9 bset D5, (A1)+ | |
| 0bda bset D5, (A2)+ | |
| 0bdb bset D5, (A3)+ | |
| 0bdc bset D5, (A4)+ | |
| 0bdd bset D5, (A5)+ | |
| 0bde bset D5, (A6)+ | |
| 0bdf bset D5, (A7)+ | |
| 0be0 bset D5, -(A0) | |
| 0be1 bset D5, -(A1) | |
| 0be2 bset D5, -(A2) | |
| 0be3 bset D5, -(A3) | |
| 0be4 bset D5, -(A4) | |
| 0be5 bset D5, -(A5) | |
| 0be6 bset D5, -(A6) | |
| 0be7 bset D5, -(A7) | |
| 0be8 0123 bset D5, ($123,A0) | |
| 0be9 0123 bset D5, ($123,A1) | |
| 0bea 0123 bset D5, ($123,A2) | |
| 0beb 0123 bset D5, ($123,A3) | |
| 0bec 0123 bset D5, ($123,A4) | |
| 0bed 0123 bset D5, ($123,A5) | |
| 0bee 0123 bset D5, ($123,A6) | |
| 0bef 0123 bset D5, ($123,A7) | |
| 0bf0 0123 4567 89ab cdef bset D5, ([$4567,A0,D0.w],-$3211) | |
| 0bf1 0123 4567 89ab cdef bset D5, ([$4567,A1,D0.w],-$3211) | |
| 0bf2 0123 4567 89ab cdef bset D5, ([$4567,A2,D0.w],-$3211) | |
| 0bf3 0123 4567 89ab cdef bset D5, ([$4567,A3,D0.w],-$3211) | |
| 0bf4 0123 4567 89ab cdef bset D5, ([$4567,A4,D0.w],-$3211) | |
| 0bf5 0123 4567 89ab cdef bset D5, ([$4567,A5,D0.w],-$3211) | |
| 0bf6 0123 4567 89ab cdef bset D5, ([$4567,A6,D0.w],-$3211) | |
| 0bf7 0123 4567 89ab cdef bset D5, ([$4567,A7,D0.w],-$3211) | |
| 0bf8 0123 bset D5, $123.w | |
| 0bf9 0123 4567 bset D5, $1234567.l | |
| 0c00 0123 cmpi.b #$23, D0 | |
| 0c01 0123 cmpi.b #$23, D1 | |
| 0c02 0123 cmpi.b #$23, D2 | |
| 0c03 0123 cmpi.b #$23, D3 | |
| 0c04 0123 cmpi.b #$23, D4 | |
| 0c05 0123 cmpi.b #$23, D5 | |
| 0c06 0123 cmpi.b #$23, D6 | |
| 0c07 0123 cmpi.b #$23, D7 | |
| 0c10 0123 cmpi.b #$23, (A0) | |
| 0c11 0123 cmpi.b #$23, (A1) | |
| 0c12 0123 cmpi.b #$23, (A2) | |
| 0c13 0123 cmpi.b #$23, (A3) | |
| 0c14 0123 cmpi.b #$23, (A4) | |
| 0c15 0123 cmpi.b #$23, (A5) | |
| 0c16 0123 cmpi.b #$23, (A6) | |
| 0c17 0123 cmpi.b #$23, (A7) | |
| 0c18 0123 cmpi.b #$23, (A0)+ | |
| 0c19 0123 cmpi.b #$23, (A1)+ | |
| 0c1a 0123 cmpi.b #$23, (A2)+ | |
| 0c1b 0123 cmpi.b #$23, (A3)+ | |
| 0c1c 0123 cmpi.b #$23, (A4)+ | |
| 0c1d 0123 cmpi.b #$23, (A5)+ | |
| 0c1e 0123 cmpi.b #$23, (A6)+ | |
| 0c1f 0123 cmpi.b #$23, (A7)+ | |
| 0c20 0123 cmpi.b #$23, -(A0) | |
| 0c21 0123 cmpi.b #$23, -(A1) | |
| 0c22 0123 cmpi.b #$23, -(A2) | |
| 0c23 0123 cmpi.b #$23, -(A3) | |
| 0c24 0123 cmpi.b #$23, -(A4) | |
| 0c25 0123 cmpi.b #$23, -(A5) | |
| 0c26 0123 cmpi.b #$23, -(A6) | |
| 0c27 0123 cmpi.b #$23, -(A7) | |
| 0c28 0123 4567 cmpi.b #$23, ($4567,A0) | |
| 0c29 0123 4567 cmpi.b #$23, ($4567,A1) | |
| 0c2a 0123 4567 cmpi.b #$23, ($4567,A2) | |
| 0c2b 0123 4567 cmpi.b #$23, ($4567,A3) | |
| 0c2c 0123 4567 cmpi.b #$23, ($4567,A4) | |
| 0c2d 0123 4567 cmpi.b #$23, ($4567,A5) | |
| 0c2e 0123 4567 cmpi.b #$23, ($4567,A6) | |
| 0c2f 0123 4567 cmpi.b #$23, ($4567,A7) | |
| 0c30 0123 4567 89ab cmpi.b #$23, ([-$7655,A0]) | |
| 0c31 0123 4567 89ab cmpi.b #$23, ([-$7655,A1]) | |
| 0c32 0123 4567 89ab cmpi.b #$23, ([-$7655,A2]) | |
| 0c33 0123 4567 89ab cmpi.b #$23, ([-$7655,A3]) | |
| 0c34 0123 4567 89ab cmpi.b #$23, ([-$7655,A4]) | |
| 0c35 0123 4567 89ab cmpi.b #$23, ([-$7655,A5]) | |
| 0c36 0123 4567 89ab cmpi.b #$23, ([-$7655,A6]) | |
| 0c37 0123 4567 89ab cmpi.b #$23, ([-$7655,A7]) | |
| 0c38 0123 4567 cmpi.b #$23, $4567.w | |
| 0c39 0123 4567 89ab cmpi.b #$23, $456789ab.l | |
| 0c3a 0123 4567 cmpi.b #$23, ($4567,PC); (2+); ($456b) | |
| 0c3b 0123 4567 89ab cmpi.b #$23, ([-$7655,PC]); (2+) | |
| 0c40 0123 cmpi.w #$123, D0 | |
| 0c41 0123 cmpi.w #$123, D1 | |
| 0c42 0123 cmpi.w #$123, D2 | |
| 0c43 0123 cmpi.w #$123, D3 | |
| 0c44 0123 cmpi.w #$123, D4 | |
| 0c45 0123 cmpi.w #$123, D5 | |
| 0c46 0123 cmpi.w #$123, D6 | |
| 0c47 0123 cmpi.w #$123, D7 | |
| 0c50 0123 cmpi.w #$123, (A0) | |
| 0c51 0123 cmpi.w #$123, (A1) | |
| 0c52 0123 cmpi.w #$123, (A2) | |
| 0c53 0123 cmpi.w #$123, (A3) | |
| 0c54 0123 cmpi.w #$123, (A4) | |
| 0c55 0123 cmpi.w #$123, (A5) | |
| 0c56 0123 cmpi.w #$123, (A6) | |
| 0c57 0123 cmpi.w #$123, (A7) | |
| 0c58 0123 cmpi.w #$123, (A0)+ | |
| 0c59 0123 cmpi.w #$123, (A1)+ | |
| 0c5a 0123 cmpi.w #$123, (A2)+ | |
| 0c5b 0123 cmpi.w #$123, (A3)+ | |
| 0c5c 0123 cmpi.w #$123, (A4)+ | |
| 0c5d 0123 cmpi.w #$123, (A5)+ | |
| 0c5e 0123 cmpi.w #$123, (A6)+ | |
| 0c5f 0123 cmpi.w #$123, (A7)+ | |
| 0c60 0123 cmpi.w #$123, -(A0) | |
| 0c61 0123 cmpi.w #$123, -(A1) | |
| 0c62 0123 cmpi.w #$123, -(A2) | |
| 0c63 0123 cmpi.w #$123, -(A3) | |
| 0c64 0123 cmpi.w #$123, -(A4) | |
| 0c65 0123 cmpi.w #$123, -(A5) | |
| 0c66 0123 cmpi.w #$123, -(A6) | |
| 0c67 0123 cmpi.w #$123, -(A7) | |
| 0c68 0123 4567 cmpi.w #$123, ($4567,A0) | |
| 0c69 0123 4567 cmpi.w #$123, ($4567,A1) | |
| 0c6a 0123 4567 cmpi.w #$123, ($4567,A2) | |
| 0c6b 0123 4567 cmpi.w #$123, ($4567,A3) | |
| 0c6c 0123 4567 cmpi.w #$123, ($4567,A4) | |
| 0c6d 0123 4567 cmpi.w #$123, ($4567,A5) | |
| 0c6e 0123 4567 cmpi.w #$123, ($4567,A6) | |
| 0c6f 0123 4567 cmpi.w #$123, ($4567,A7) | |
| 0c70 0123 4567 89ab cmpi.w #$123, ([-$7655,A0]) | |
| 0c71 0123 4567 89ab cmpi.w #$123, ([-$7655,A1]) | |
| 0c72 0123 4567 89ab cmpi.w #$123, ([-$7655,A2]) | |
| 0c73 0123 4567 89ab cmpi.w #$123, ([-$7655,A3]) | |
| 0c74 0123 4567 89ab cmpi.w #$123, ([-$7655,A4]) | |
| 0c75 0123 4567 89ab cmpi.w #$123, ([-$7655,A5]) | |
| 0c76 0123 4567 89ab cmpi.w #$123, ([-$7655,A6]) | |
| 0c77 0123 4567 89ab cmpi.w #$123, ([-$7655,A7]) | |
| 0c78 0123 4567 cmpi.w #$123, $4567.w | |
| 0c79 0123 4567 89ab cmpi.w #$123, $456789ab.l | |
| 0c7a 0123 4567 cmpi.w #$123, ($4567,PC); (2+); ($456b) | |
| 0c7b 0123 4567 89ab cmpi.w #$123, ([-$7655,PC]); (2+) | |
| 0c80 0123 4567 cmpi.l #$1234567, D0 | |
| 0c81 0123 4567 cmpi.l #$1234567, D1 | |
| 0c82 0123 4567 cmpi.l #$1234567, D2 | |
| 0c83 0123 4567 cmpi.l #$1234567, D3 | |
| 0c84 0123 4567 cmpi.l #$1234567, D4 | |
| 0c85 0123 4567 cmpi.l #$1234567, D5 | |
| 0c86 0123 4567 cmpi.l #$1234567, D6 | |
| 0c87 0123 4567 cmpi.l #$1234567, D7 | |
| 0c90 0123 4567 cmpi.l #$1234567, (A0) | |
| 0c91 0123 4567 cmpi.l #$1234567, (A1) | |
| 0c92 0123 4567 cmpi.l #$1234567, (A2) | |
| 0c93 0123 4567 cmpi.l #$1234567, (A3) | |
| 0c94 0123 4567 cmpi.l #$1234567, (A4) | |
| 0c95 0123 4567 cmpi.l #$1234567, (A5) | |
| 0c96 0123 4567 cmpi.l #$1234567, (A6) | |
| 0c97 0123 4567 cmpi.l #$1234567, (A7) | |
| 0c98 0123 4567 cmpi.l #$1234567, (A0)+ | |
| 0c99 0123 4567 cmpi.l #$1234567, (A1)+ | |
| 0c9a 0123 4567 cmpi.l #$1234567, (A2)+ | |
| 0c9b 0123 4567 cmpi.l #$1234567, (A3)+ | |
| 0c9c 0123 4567 cmpi.l #$1234567, (A4)+ | |
| 0c9d 0123 4567 cmpi.l #$1234567, (A5)+ | |
| 0c9e 0123 4567 cmpi.l #$1234567, (A6)+ | |
| 0c9f 0123 4567 cmpi.l #$1234567, (A7)+ | |
| 0ca0 0123 4567 cmpi.l #$1234567, -(A0) | |
| 0ca1 0123 4567 cmpi.l #$1234567, -(A1) | |
| 0ca2 0123 4567 cmpi.l #$1234567, -(A2) | |
| 0ca3 0123 4567 cmpi.l #$1234567, -(A3) | |
| 0ca4 0123 4567 cmpi.l #$1234567, -(A4) | |
| 0ca5 0123 4567 cmpi.l #$1234567, -(A5) | |
| 0ca6 0123 4567 cmpi.l #$1234567, -(A6) | |
| 0ca7 0123 4567 cmpi.l #$1234567, -(A7) | |
| 0ca8 0123 4567 89ab cmpi.l #$1234567, (-$7655,A0) | |
| 0ca9 0123 4567 89ab cmpi.l #$1234567, (-$7655,A1) | |
| 0caa 0123 4567 89ab cmpi.l #$1234567, (-$7655,A2) | |
| 0cab 0123 4567 89ab cmpi.l #$1234567, (-$7655,A3) | |
| 0cac 0123 4567 89ab cmpi.l #$1234567, (-$7655,A4) | |
| 0cad 0123 4567 89ab cmpi.l #$1234567, (-$7655,A5) | |
| 0cae 0123 4567 89ab cmpi.l #$1234567, (-$7655,A6) | |
| 0caf 0123 4567 89ab cmpi.l #$1234567, (-$7655,A7) | |
| 0cb0 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb1 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb2 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb3 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb4 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb5 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb6 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb7 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]) | |
| 0cb8 0123 4567 89ab cmpi.l #$1234567, $89ab.w | |
| 0cb9 0123 4567 89ab cdef cmpi.l #$1234567, $89abcdef.l | |
| 0cba 0123 4567 89ab cmpi.l #$1234567, (-$7655,PC); (2+); ($ffff89b1) | |
| 0cbb 0123 4567 89ab cdef 0000 0000 cmpi.l #$1234567, ([-$3211,A0.l]); (2+) | |
| 0cd0 0123 cas.w D3, D1, (A0); (2+) | |
| 0cd1 0123 cas.w D3, D1, (A1); (2+) | |
| 0cd2 0123 cas.w D3, D1, (A2); (2+) | |
| 0cd3 0123 cas.w D3, D1, (A3); (2+) | |
| 0cd4 0123 cas.w D3, D1, (A4); (2+) | |
| 0cd5 0123 cas.w D3, D1, (A5); (2+) | |
| 0cd6 0123 cas.w D3, D1, (A6); (2+) | |
| 0cd7 0123 cas.w D3, D1, (A7); (2+) | |
| 0cd8 0123 cas.w D3, D1, (A0)+; (2+) | |
| 0cd9 0123 cas.w D3, D1, (A1)+; (2+) | |
| 0cda 0123 cas.w D3, D1, (A2)+; (2+) | |
| 0cdb 0123 cas.w D3, D1, (A3)+; (2+) | |
| 0cdc 0123 cas.w D3, D1, (A4)+; (2+) | |
| 0cdd 0123 cas.w D3, D1, (A5)+; (2+) | |
| 0cde 0123 cas.w D3, D1, (A6)+; (2+) | |
| 0cdf 0123 cas.w D3, D1, (A7)+; (2+) | |
| 0ce0 0123 cas.w D3, D1, -(A0); (2+) | |
| 0ce1 0123 cas.w D3, D1, -(A1); (2+) | |
| 0ce2 0123 cas.w D3, D1, -(A2); (2+) | |
| 0ce3 0123 cas.w D3, D1, -(A3); (2+) | |
| 0ce4 0123 cas.w D3, D1, -(A4); (2+) | |
| 0ce5 0123 cas.w D3, D1, -(A5); (2+) | |
| 0ce6 0123 cas.w D3, D1, -(A6); (2+) | |
| 0ce7 0123 cas.w D3, D1, -(A7); (2+) | |
| 0ce8 0123 4567 cas.w D3, D1, ($4567,A0); (2+) | |
| 0ce9 0123 4567 cas.w D3, D1, ($4567,A1); (2+) | |
| 0cea 0123 4567 cas.w D3, D1, ($4567,A2); (2+) | |
| 0ceb 0123 4567 cas.w D3, D1, ($4567,A3); (2+) | |
| 0cec 0123 4567 cas.w D3, D1, ($4567,A4); (2+) | |
| 0ced 0123 4567 cas.w D3, D1, ($4567,A5); (2+) | |
| 0cee 0123 4567 cas.w D3, D1, ($4567,A6); (2+) | |
| 0cef 0123 4567 cas.w D3, D1, ($4567,A7); (2+) | |
| 0cf0 0123 4567 89ab cas.w D3, D1, ([-$7655,A0]); (2+) | |
| 0cf1 0123 4567 89ab cas.w D3, D1, ([-$7655,A1]); (2+) | |
| 0cf2 0123 4567 89ab cas.w D3, D1, ([-$7655,A2]); (2+) | |
| 0cf3 0123 4567 89ab cas.w D3, D1, ([-$7655,A3]); (2+) | |
| 0cf4 0123 4567 89ab cas.w D3, D1, ([-$7655,A4]); (2+) | |
| 0cf5 0123 4567 89ab cas.w D3, D1, ([-$7655,A5]); (2+) | |
| 0cf6 0123 4567 89ab cas.w D3, D1, ([-$7655,A6]); (2+) | |
| 0cf7 0123 4567 89ab cas.w D3, D1, ([-$7655,A7]); (2+) | |
| 0cf8 0123 4567 cas.w D3, D1, $4567.w; (2+) | |
| 0cf9 0123 4567 89ab cas.w D3, D1, $456789ab.l; (2+) | |
| 0cfc 0123 4567 cas2.w D3:D7:D4:D5, (D0):(D4); (2+) | |
| 0d00 btst D6, D0 | |
| 0d01 btst D6, D1 | |
| 0d02 btst D6, D2 | |
| 0d03 btst D6, D3 | |
| 0d04 btst D6, D4 | |
| 0d05 btst D6, D5 | |
| 0d06 btst D6, D6 | |
| 0d07 btst D6, D7 | |
| 0d08 0123 movep.w ($123,A0), D6 | |
| 0d09 0123 movep.w ($123,A1), D6 | |
| 0d0a 0123 movep.w ($123,A2), D6 | |
| 0d0b 0123 movep.w ($123,A3), D6 | |
| 0d0c 0123 movep.w ($123,A4), D6 | |
| 0d0d 0123 movep.w ($123,A5), D6 | |
| 0d0e 0123 movep.w ($123,A6), D6 | |
| 0d0f 0123 movep.w ($123,A7), D6 | |
| 0d10 btst D6, (A0) | |
| 0d11 btst D6, (A1) | |
| 0d12 btst D6, (A2) | |
| 0d13 btst D6, (A3) | |
| 0d14 btst D6, (A4) | |
| 0d15 btst D6, (A5) | |
| 0d16 btst D6, (A6) | |
| 0d17 btst D6, (A7) | |
| 0d18 btst D6, (A0)+ | |
| 0d19 btst D6, (A1)+ | |
| 0d1a btst D6, (A2)+ | |
| 0d1b btst D6, (A3)+ | |
| 0d1c btst D6, (A4)+ | |
| 0d1d btst D6, (A5)+ | |
| 0d1e btst D6, (A6)+ | |
| 0d1f btst D6, (A7)+ | |
| 0d20 btst D6, -(A0) | |
| 0d21 btst D6, -(A1) | |
| 0d22 btst D6, -(A2) | |
| 0d23 btst D6, -(A3) | |
| 0d24 btst D6, -(A4) | |
| 0d25 btst D6, -(A5) | |
| 0d26 btst D6, -(A6) | |
| 0d27 btst D6, -(A7) | |
| 0d28 0123 btst D6, ($123,A0) | |
| 0d29 0123 btst D6, ($123,A1) | |
| 0d2a 0123 btst D6, ($123,A2) | |
| 0d2b 0123 btst D6, ($123,A3) | |
| 0d2c 0123 btst D6, ($123,A4) | |
| 0d2d 0123 btst D6, ($123,A5) | |
| 0d2e 0123 btst D6, ($123,A6) | |
| 0d2f 0123 btst D6, ($123,A7) | |
| 0d30 0123 4567 89ab cdef btst D6, ([$4567,A0,D0.w],-$3211) | |
| 0d31 0123 4567 89ab cdef btst D6, ([$4567,A1,D0.w],-$3211) | |
| 0d32 0123 4567 89ab cdef btst D6, ([$4567,A2,D0.w],-$3211) | |
| 0d33 0123 4567 89ab cdef btst D6, ([$4567,A3,D0.w],-$3211) | |
| 0d34 0123 4567 89ab cdef btst D6, ([$4567,A4,D0.w],-$3211) | |
| 0d35 0123 4567 89ab cdef btst D6, ([$4567,A5,D0.w],-$3211) | |
| 0d36 0123 4567 89ab cdef btst D6, ([$4567,A6,D0.w],-$3211) | |
| 0d37 0123 4567 89ab cdef btst D6, ([$4567,A7,D0.w],-$3211) | |
| 0d38 0123 btst D6, $123.w | |
| 0d39 0123 4567 btst D6, $1234567.l | |
| 0d3a 0123 btst D6, ($123,PC); ($125) | |
| 0d3b 0123 4567 89ab cdef btst D6, ([$4567,PC,D0.w],-$3211) | |
| 0d3c 0123 btst D6, #$23 | |
| 0d40 bchg D6, D0 | |
| 0d41 bchg D6, D1 | |
| 0d42 bchg D6, D2 | |
| 0d43 bchg D6, D3 | |
| 0d44 bchg D6, D4 | |
| 0d45 bchg D6, D5 | |
| 0d46 bchg D6, D6 | |
| 0d47 bchg D6, D7 | |
| 0d48 0123 movep.l ($123,A0), D6 | |
| 0d49 0123 movep.l ($123,A1), D6 | |
| 0d4a 0123 movep.l ($123,A2), D6 | |
| 0d4b 0123 movep.l ($123,A3), D6 | |
| 0d4c 0123 movep.l ($123,A4), D6 | |
| 0d4d 0123 movep.l ($123,A5), D6 | |
| 0d4e 0123 movep.l ($123,A6), D6 | |
| 0d4f 0123 movep.l ($123,A7), D6 | |
| 0d50 bchg D6, (A0) | |
| 0d51 bchg D6, (A1) | |
| 0d52 bchg D6, (A2) | |
| 0d53 bchg D6, (A3) | |
| 0d54 bchg D6, (A4) | |
| 0d55 bchg D6, (A5) | |
| 0d56 bchg D6, (A6) | |
| 0d57 bchg D6, (A7) | |
| 0d58 bchg D6, (A0)+ | |
| 0d59 bchg D6, (A1)+ | |
| 0d5a bchg D6, (A2)+ | |
| 0d5b bchg D6, (A3)+ | |
| 0d5c bchg D6, (A4)+ | |
| 0d5d bchg D6, (A5)+ | |
| 0d5e bchg D6, (A6)+ | |
| 0d5f bchg D6, (A7)+ | |
| 0d60 bchg D6, -(A0) | |
| 0d61 bchg D6, -(A1) | |
| 0d62 bchg D6, -(A2) | |
| 0d63 bchg D6, -(A3) | |
| 0d64 bchg D6, -(A4) | |
| 0d65 bchg D6, -(A5) | |
| 0d66 bchg D6, -(A6) | |
| 0d67 bchg D6, -(A7) | |
| 0d68 0123 bchg D6, ($123,A0) | |
| 0d69 0123 bchg D6, ($123,A1) | |
| 0d6a 0123 bchg D6, ($123,A2) | |
| 0d6b 0123 bchg D6, ($123,A3) | |
| 0d6c 0123 bchg D6, ($123,A4) | |
| 0d6d 0123 bchg D6, ($123,A5) | |
| 0d6e 0123 bchg D6, ($123,A6) | |
| 0d6f 0123 bchg D6, ($123,A7) | |
| 0d70 0123 4567 89ab cdef bchg D6, ([$4567,A0,D0.w],-$3211) | |
| 0d71 0123 4567 89ab cdef bchg D6, ([$4567,A1,D0.w],-$3211) | |
| 0d72 0123 4567 89ab cdef bchg D6, ([$4567,A2,D0.w],-$3211) | |
| 0d73 0123 4567 89ab cdef bchg D6, ([$4567,A3,D0.w],-$3211) | |
| 0d74 0123 4567 89ab cdef bchg D6, ([$4567,A4,D0.w],-$3211) | |
| 0d75 0123 4567 89ab cdef bchg D6, ([$4567,A5,D0.w],-$3211) | |
| 0d76 0123 4567 89ab cdef bchg D6, ([$4567,A6,D0.w],-$3211) | |
| 0d77 0123 4567 89ab cdef bchg D6, ([$4567,A7,D0.w],-$3211) | |
| 0d78 0123 bchg D6, $123.w | |
| 0d79 0123 4567 bchg D6, $1234567.l | |
| 0d80 bclr D6, D0 | |
| 0d81 bclr D6, D1 | |
| 0d82 bclr D6, D2 | |
| 0d83 bclr D6, D3 | |
| 0d84 bclr D6, D4 | |
| 0d85 bclr D6, D5 | |
| 0d86 bclr D6, D6 | |
| 0d87 bclr D6, D7 | |
| 0d88 0123 movep.w D6, ($123,A0) | |
| 0d89 0123 movep.w D6, ($123,A1) | |
| 0d8a 0123 movep.w D6, ($123,A2) | |
| 0d8b 0123 movep.w D6, ($123,A3) | |
| 0d8c 0123 movep.w D6, ($123,A4) | |
| 0d8d 0123 movep.w D6, ($123,A5) | |
| 0d8e 0123 movep.w D6, ($123,A6) | |
| 0d8f 0123 movep.w D6, ($123,A7) | |
| 0d90 bclr D6, (A0) | |
| 0d91 bclr D6, (A1) | |
| 0d92 bclr D6, (A2) | |
| 0d93 bclr D6, (A3) | |
| 0d94 bclr D6, (A4) | |
| 0d95 bclr D6, (A5) | |
| 0d96 bclr D6, (A6) | |
| 0d97 bclr D6, (A7) | |
| 0d98 bclr D6, (A0)+ | |
| 0d99 bclr D6, (A1)+ | |
| 0d9a bclr D6, (A2)+ | |
| 0d9b bclr D6, (A3)+ | |
| 0d9c bclr D6, (A4)+ | |
| 0d9d bclr D6, (A5)+ | |
| 0d9e bclr D6, (A6)+ | |
| 0d9f bclr D6, (A7)+ | |
| 0da0 bclr D6, -(A0) | |
| 0da1 bclr D6, -(A1) | |
| 0da2 bclr D6, -(A2) | |
| 0da3 bclr D6, -(A3) | |
| 0da4 bclr D6, -(A4) | |
| 0da5 bclr D6, -(A5) | |
| 0da6 bclr D6, -(A6) | |
| 0da7 bclr D6, -(A7) | |
| 0da8 0123 bclr D6, ($123,A0) | |
| 0da9 0123 bclr D6, ($123,A1) | |
| 0daa 0123 bclr D6, ($123,A2) | |
| 0dab 0123 bclr D6, ($123,A3) | |
| 0dac 0123 bclr D6, ($123,A4) | |
| 0dad 0123 bclr D6, ($123,A5) | |
| 0dae 0123 bclr D6, ($123,A6) | |
| 0daf 0123 bclr D6, ($123,A7) | |
| 0db0 0123 4567 89ab cdef bclr D6, ([$4567,A0,D0.w],-$3211) | |
| 0db1 0123 4567 89ab cdef bclr D6, ([$4567,A1,D0.w],-$3211) | |
| 0db2 0123 4567 89ab cdef bclr D6, ([$4567,A2,D0.w],-$3211) | |
| 0db3 0123 4567 89ab cdef bclr D6, ([$4567,A3,D0.w],-$3211) | |
| 0db4 0123 4567 89ab cdef bclr D6, ([$4567,A4,D0.w],-$3211) | |
| 0db5 0123 4567 89ab cdef bclr D6, ([$4567,A5,D0.w],-$3211) | |
| 0db6 0123 4567 89ab cdef bclr D6, ([$4567,A6,D0.w],-$3211) | |
| 0db7 0123 4567 89ab cdef bclr D6, ([$4567,A7,D0.w],-$3211) | |
| 0db8 0123 bclr D6, $123.w | |
| 0db9 0123 4567 bclr D6, $1234567.l | |
| 0dc0 bset D6, D0 | |
| 0dc1 bset D6, D1 | |
| 0dc2 bset D6, D2 | |
| 0dc3 bset D6, D3 | |
| 0dc4 bset D6, D4 | |
| 0dc5 bset D6, D5 | |
| 0dc6 bset D6, D6 | |
| 0dc7 bset D6, D7 | |
| 0dc8 0123 movep.l D6, ($123,A0) | |
| 0dc9 0123 movep.l D6, ($123,A1) | |
| 0dca 0123 movep.l D6, ($123,A2) | |
| 0dcb 0123 movep.l D6, ($123,A3) | |
| 0dcc 0123 movep.l D6, ($123,A4) | |
| 0dcd 0123 movep.l D6, ($123,A5) | |
| 0dce 0123 movep.l D6, ($123,A6) | |
| 0dcf 0123 movep.l D6, ($123,A7) | |
| 0dd0 bset D6, (A0) | |
| 0dd1 bset D6, (A1) | |
| 0dd2 bset D6, (A2) | |
| 0dd3 bset D6, (A3) | |
| 0dd4 bset D6, (A4) | |
| 0dd5 bset D6, (A5) | |
| 0dd6 bset D6, (A6) | |
| 0dd7 bset D6, (A7) | |
| 0dd8 bset D6, (A0)+ | |
| 0dd9 bset D6, (A1)+ | |
| 0dda bset D6, (A2)+ | |
| 0ddb bset D6, (A3)+ | |
| 0ddc bset D6, (A4)+ | |
| 0ddd bset D6, (A5)+ | |
| 0dde bset D6, (A6)+ | |
| 0ddf bset D6, (A7)+ | |
| 0de0 bset D6, -(A0) | |
| 0de1 bset D6, -(A1) | |
| 0de2 bset D6, -(A2) | |
| 0de3 bset D6, -(A3) | |
| 0de4 bset D6, -(A4) | |
| 0de5 bset D6, -(A5) | |
| 0de6 bset D6, -(A6) | |
| 0de7 bset D6, -(A7) | |
| 0de8 0123 bset D6, ($123,A0) | |
| 0de9 0123 bset D6, ($123,A1) | |
| 0dea 0123 bset D6, ($123,A2) | |
| 0deb 0123 bset D6, ($123,A3) | |
| 0dec 0123 bset D6, ($123,A4) | |
| 0ded 0123 bset D6, ($123,A5) | |
| 0dee 0123 bset D6, ($123,A6) | |
| 0def 0123 bset D6, ($123,A7) | |
| 0df0 0123 4567 89ab cdef bset D6, ([$4567,A0,D0.w],-$3211) | |
| 0df1 0123 4567 89ab cdef bset D6, ([$4567,A1,D0.w],-$3211) | |
| 0df2 0123 4567 89ab cdef bset D6, ([$4567,A2,D0.w],-$3211) | |
| 0df3 0123 4567 89ab cdef bset D6, ([$4567,A3,D0.w],-$3211) | |
| 0df4 0123 4567 89ab cdef bset D6, ([$4567,A4,D0.w],-$3211) | |
| 0df5 0123 4567 89ab cdef bset D6, ([$4567,A5,D0.w],-$3211) | |
| 0df6 0123 4567 89ab cdef bset D6, ([$4567,A6,D0.w],-$3211) | |
| 0df7 0123 4567 89ab cdef bset D6, ([$4567,A7,D0.w],-$3211) | |
| 0df8 0123 bset D6, $123.w | |
| 0df9 0123 4567 bset D6, $1234567.l | |
| 0e10 0123 moves.b (A0), D0; (1+) | |
| 0e11 0123 moves.b (A1), D0; (1+) | |
| 0e12 0123 moves.b (A2), D0; (1+) | |
| 0e13 0123 moves.b (A3), D0; (1+) | |
| 0e14 0123 moves.b (A4), D0; (1+) | |
| 0e15 0123 moves.b (A5), D0; (1+) | |
| 0e16 0123 moves.b (A6), D0; (1+) | |
| 0e17 0123 moves.b (A7), D0; (1+) | |
| 0e18 0123 moves.b (A0)+, D0; (1+) | |
| 0e19 0123 moves.b (A1)+, D0; (1+) | |
| 0e1a 0123 moves.b (A2)+, D0; (1+) | |
| 0e1b 0123 moves.b (A3)+, D0; (1+) | |
| 0e1c 0123 moves.b (A4)+, D0; (1+) | |
| 0e1d 0123 moves.b (A5)+, D0; (1+) | |
| 0e1e 0123 moves.b (A6)+, D0; (1+) | |
| 0e1f 0123 moves.b (A7)+, D0; (1+) | |
| 0e20 0123 moves.b -(A0), D0; (1+) | |
| 0e21 0123 moves.b -(A1), D0; (1+) | |
| 0e22 0123 moves.b -(A2), D0; (1+) | |
| 0e23 0123 moves.b -(A3), D0; (1+) | |
| 0e24 0123 moves.b -(A4), D0; (1+) | |
| 0e25 0123 moves.b -(A5), D0; (1+) | |
| 0e26 0123 moves.b -(A6), D0; (1+) | |
| 0e27 0123 moves.b -(A7), D0; (1+) | |
| 0e28 0123 4567 moves.b ($4567,A0), D0; (1+) | |
| 0e29 0123 4567 moves.b ($4567,A1), D0; (1+) | |
| 0e2a 0123 4567 moves.b ($4567,A2), D0; (1+) | |
| 0e2b 0123 4567 moves.b ($4567,A3), D0; (1+) | |
| 0e2c 0123 4567 moves.b ($4567,A4), D0; (1+) | |
| 0e2d 0123 4567 moves.b ($4567,A5), D0; (1+) | |
| 0e2e 0123 4567 moves.b ($4567,A6), D0; (1+) | |
| 0e2f 0123 4567 moves.b ($4567,A7), D0; (1+) | |
| 0e30 0123 4567 89ab moves.b ([-$7655,A0]), D0; (1+) | |
| 0e31 0123 4567 89ab moves.b ([-$7655,A1]), D0; (1+) | |
| 0e32 0123 4567 89ab moves.b ([-$7655,A2]), D0; (1+) | |
| 0e33 0123 4567 89ab moves.b ([-$7655,A3]), D0; (1+) | |
| 0e34 0123 4567 89ab moves.b ([-$7655,A4]), D0; (1+) | |
| 0e35 0123 4567 89ab moves.b ([-$7655,A5]), D0; (1+) | |
| 0e36 0123 4567 89ab moves.b ([-$7655,A6]), D0; (1+) | |
| 0e37 0123 4567 89ab moves.b ([-$7655,A7]), D0; (1+) | |
| 0e38 0123 4567 moves.b $4567.w, D0; (1+) | |
| 0e39 0123 4567 89ab moves.b $456789ab.l, D0; (1+) | |
| 0e50 0123 moves.b (A0), D0; (1+) | |
| 0e51 0123 moves.b (A1), D0; (1+) | |
| 0e52 0123 moves.b (A2), D0; (1+) | |
| 0e53 0123 moves.b (A3), D0; (1+) | |
| 0e54 0123 moves.b (A4), D0; (1+) | |
| 0e55 0123 moves.b (A5), D0; (1+) | |
| 0e56 0123 moves.b (A6), D0; (1+) | |
| 0e57 0123 moves.b (A7), D0; (1+) | |
| 0e58 0123 moves.b (A0)+, D0; (1+) | |
| 0e59 0123 moves.b (A1)+, D0; (1+) | |
| 0e5a 0123 moves.b (A2)+, D0; (1+) | |
| 0e5b 0123 moves.b (A3)+, D0; (1+) | |
| 0e5c 0123 moves.b (A4)+, D0; (1+) | |
| 0e5d 0123 moves.b (A5)+, D0; (1+) | |
| 0e5e 0123 moves.b (A6)+, D0; (1+) | |
| 0e5f 0123 moves.b (A7)+, D0; (1+) | |
| 0e60 0123 moves.b -(A0), D0; (1+) | |
| 0e61 0123 moves.b -(A1), D0; (1+) | |
| 0e62 0123 moves.b -(A2), D0; (1+) | |
| 0e63 0123 moves.b -(A3), D0; (1+) | |
| 0e64 0123 moves.b -(A4), D0; (1+) | |
| 0e65 0123 moves.b -(A5), D0; (1+) | |
| 0e66 0123 moves.b -(A6), D0; (1+) | |
| 0e67 0123 moves.b -(A7), D0; (1+) | |
| 0e68 0123 4567 moves.b ($4567,A0), D0; (1+) | |
| 0e69 0123 4567 moves.b ($4567,A1), D0; (1+) | |
| 0e6a 0123 4567 moves.b ($4567,A2), D0; (1+) | |
| 0e6b 0123 4567 moves.b ($4567,A3), D0; (1+) | |
| 0e6c 0123 4567 moves.b ($4567,A4), D0; (1+) | |
| 0e6d 0123 4567 moves.b ($4567,A5), D0; (1+) | |
| 0e6e 0123 4567 moves.b ($4567,A6), D0; (1+) | |
| 0e6f 0123 4567 moves.b ($4567,A7), D0; (1+) | |
| 0e70 0123 4567 89ab moves.b ([-$7655,A0]), D0; (1+) | |
| 0e71 0123 4567 89ab moves.b ([-$7655,A1]), D0; (1+) | |
| 0e72 0123 4567 89ab moves.b ([-$7655,A2]), D0; (1+) | |
| 0e73 0123 4567 89ab moves.b ([-$7655,A3]), D0; (1+) | |
| 0e74 0123 4567 89ab moves.b ([-$7655,A4]), D0; (1+) | |
| 0e75 0123 4567 89ab moves.b ([-$7655,A5]), D0; (1+) | |
| 0e76 0123 4567 89ab moves.b ([-$7655,A6]), D0; (1+) | |
| 0e77 0123 4567 89ab moves.b ([-$7655,A7]), D0; (1+) | |
| 0e78 0123 4567 moves.b $4567.w, D0; (1+) | |
| 0e79 0123 4567 89ab moves.b $456789ab.l, D0; (1+) | |
| 0e90 0123 moves.b (A0), D0; (1+) | |
| 0e91 0123 moves.b (A1), D0; (1+) | |
| 0e92 0123 moves.b (A2), D0; (1+) | |
| 0e93 0123 moves.b (A3), D0; (1+) | |
| 0e94 0123 moves.b (A4), D0; (1+) | |
| 0e95 0123 moves.b (A5), D0; (1+) | |
| 0e96 0123 moves.b (A6), D0; (1+) | |
| 0e97 0123 moves.b (A7), D0; (1+) | |
| 0e98 0123 moves.b (A0)+, D0; (1+) | |
| 0e99 0123 moves.b (A1)+, D0; (1+) | |
| 0e9a 0123 moves.b (A2)+, D0; (1+) | |
| 0e9b 0123 moves.b (A3)+, D0; (1+) | |
| 0e9c 0123 moves.b (A4)+, D0; (1+) | |
| 0e9d 0123 moves.b (A5)+, D0; (1+) | |
| 0e9e 0123 moves.b (A6)+, D0; (1+) | |
| 0e9f 0123 moves.b (A7)+, D0; (1+) | |
| 0ea0 0123 moves.b -(A0), D0; (1+) | |
| 0ea1 0123 moves.b -(A1), D0; (1+) | |
| 0ea2 0123 moves.b -(A2), D0; (1+) | |
| 0ea3 0123 moves.b -(A3), D0; (1+) | |
| 0ea4 0123 moves.b -(A4), D0; (1+) | |
| 0ea5 0123 moves.b -(A5), D0; (1+) | |
| 0ea6 0123 moves.b -(A6), D0; (1+) | |
| 0ea7 0123 moves.b -(A7), D0; (1+) | |
| 0ea8 0123 4567 moves.b ($4567,A0), D0; (1+) | |
| 0ea9 0123 4567 moves.b ($4567,A1), D0; (1+) | |
| 0eaa 0123 4567 moves.b ($4567,A2), D0; (1+) | |
| 0eab 0123 4567 moves.b ($4567,A3), D0; (1+) | |
| 0eac 0123 4567 moves.b ($4567,A4), D0; (1+) | |
| 0ead 0123 4567 moves.b ($4567,A5), D0; (1+) | |
| 0eae 0123 4567 moves.b ($4567,A6), D0; (1+) | |
| 0eaf 0123 4567 moves.b ($4567,A7), D0; (1+) | |
| 0eb0 0123 4567 89ab moves.b ([-$7655,A0]), D0; (1+) | |
| 0eb1 0123 4567 89ab moves.b ([-$7655,A1]), D0; (1+) | |
| 0eb2 0123 4567 89ab moves.b ([-$7655,A2]), D0; (1+) | |
| 0eb3 0123 4567 89ab moves.b ([-$7655,A3]), D0; (1+) | |
| 0eb4 0123 4567 89ab moves.b ([-$7655,A4]), D0; (1+) | |
| 0eb5 0123 4567 89ab moves.b ([-$7655,A5]), D0; (1+) | |
| 0eb6 0123 4567 89ab moves.b ([-$7655,A6]), D0; (1+) | |
| 0eb7 0123 4567 89ab moves.b ([-$7655,A7]), D0; (1+) | |
| 0eb8 0123 4567 moves.b $4567.w, D0; (1+) | |
| 0eb9 0123 4567 89ab moves.b $456789ab.l, D0; (1+) | |
| 0ed0 0123 cas.l D3, D1, (A0); (2+) | |
| 0ed1 0123 cas.l D3, D1, (A1); (2+) | |
| 0ed2 0123 cas.l D3, D1, (A2); (2+) | |
| 0ed3 0123 cas.l D3, D1, (A3); (2+) | |
| 0ed4 0123 cas.l D3, D1, (A4); (2+) | |
| 0ed5 0123 cas.l D3, D1, (A5); (2+) | |
| 0ed6 0123 cas.l D3, D1, (A6); (2+) | |
| 0ed7 0123 cas.l D3, D1, (A7); (2+) | |
| 0ed8 0123 cas.l D3, D1, (A0)+; (2+) | |
| 0ed9 0123 cas.l D3, D1, (A1)+; (2+) | |
| 0eda 0123 cas.l D3, D1, (A2)+; (2+) | |
| 0edb 0123 cas.l D3, D1, (A3)+; (2+) | |
| 0edc 0123 cas.l D3, D1, (A4)+; (2+) | |
| 0edd 0123 cas.l D3, D1, (A5)+; (2+) | |
| 0ede 0123 cas.l D3, D1, (A6)+; (2+) | |
| 0edf 0123 cas.l D3, D1, (A7)+; (2+) | |
| 0ee0 0123 cas.l D3, D1, -(A0); (2+) | |
| 0ee1 0123 cas.l D3, D1, -(A1); (2+) | |
| 0ee2 0123 cas.l D3, D1, -(A2); (2+) | |
| 0ee3 0123 cas.l D3, D1, -(A3); (2+) | |
| 0ee4 0123 cas.l D3, D1, -(A4); (2+) | |
| 0ee5 0123 cas.l D3, D1, -(A5); (2+) | |
| 0ee6 0123 cas.l D3, D1, -(A6); (2+) | |
| 0ee7 0123 cas.l D3, D1, -(A7); (2+) | |
| 0ee8 0123 4567 cas.l D3, D1, ($4567,A0); (2+) | |
| 0ee9 0123 4567 cas.l D3, D1, ($4567,A1); (2+) | |
| 0eea 0123 4567 cas.l D3, D1, ($4567,A2); (2+) | |
| 0eeb 0123 4567 cas.l D3, D1, ($4567,A3); (2+) | |
| 0eec 0123 4567 cas.l D3, D1, ($4567,A4); (2+) | |
| 0eed 0123 4567 cas.l D3, D1, ($4567,A5); (2+) | |
| 0eee 0123 4567 cas.l D3, D1, ($4567,A6); (2+) | |
| 0eef 0123 4567 cas.l D3, D1, ($4567,A7); (2+) | |
| 0ef0 0123 4567 89ab cas.l D3, D1, ([-$7655,A0]); (2+) | |
| 0ef1 0123 4567 89ab cas.l D3, D1, ([-$7655,A1]); (2+) | |
| 0ef2 0123 4567 89ab cas.l D3, D1, ([-$7655,A2]); (2+) | |
| 0ef3 0123 4567 89ab cas.l D3, D1, ([-$7655,A3]); (2+) | |
| 0ef4 0123 4567 89ab cas.l D3, D1, ([-$7655,A4]); (2+) | |
| 0ef5 0123 4567 89ab cas.l D3, D1, ([-$7655,A5]); (2+) | |
| 0ef6 0123 4567 89ab cas.l D3, D1, ([-$7655,A6]); (2+) | |
| 0ef7 0123 4567 89ab cas.l D3, D1, ([-$7655,A7]); (2+) | |
| 0ef8 0123 4567 cas.l D3, D1, $4567.w; (2+) | |
| 0ef9 0123 4567 89ab cas.l D3, D1, $456789ab.l; (2+) | |
| 0efc 0123 4567 cas2.l D3:D7:D4:D5, (D0):(D4); (2+) | |
| 0f00 btst D7, D0 | |
| 0f01 btst D7, D1 | |
| 0f02 btst D7, D2 | |
| 0f03 btst D7, D3 | |
| 0f04 btst D7, D4 | |
| 0f05 btst D7, D5 | |
| 0f06 btst D7, D6 | |
| 0f07 btst D7, D7 | |
| 0f08 0123 movep.w ($123,A0), D7 | |
| 0f09 0123 movep.w ($123,A1), D7 | |
| 0f0a 0123 movep.w ($123,A2), D7 | |
| 0f0b 0123 movep.w ($123,A3), D7 | |
| 0f0c 0123 movep.w ($123,A4), D7 | |
| 0f0d 0123 movep.w ($123,A5), D7 | |
| 0f0e 0123 movep.w ($123,A6), D7 | |
| 0f0f 0123 movep.w ($123,A7), D7 | |
| 0f10 btst D7, (A0) | |
| 0f11 btst D7, (A1) | |
| 0f12 btst D7, (A2) | |
| 0f13 btst D7, (A3) | |
| 0f14 btst D7, (A4) | |
| 0f15 btst D7, (A5) | |
| 0f16 btst D7, (A6) | |
| 0f17 btst D7, (A7) | |
| 0f18 btst D7, (A0)+ | |
| 0f19 btst D7, (A1)+ | |
| 0f1a btst D7, (A2)+ | |
| 0f1b btst D7, (A3)+ | |
| 0f1c btst D7, (A4)+ | |
| 0f1d btst D7, (A5)+ | |
| 0f1e btst D7, (A6)+ | |
| 0f1f btst D7, (A7)+ | |
| 0f20 btst D7, -(A0) | |
| 0f21 btst D7, -(A1) | |
| 0f22 btst D7, -(A2) | |
| 0f23 btst D7, -(A3) | |
| 0f24 btst D7, -(A4) | |
| 0f25 btst D7, -(A5) | |
| 0f26 btst D7, -(A6) | |
| 0f27 btst D7, -(A7) | |
| 0f28 0123 btst D7, ($123,A0) | |
| 0f29 0123 btst D7, ($123,A1) | |
| 0f2a 0123 btst D7, ($123,A2) | |
| 0f2b 0123 btst D7, ($123,A3) | |
| 0f2c 0123 btst D7, ($123,A4) | |
| 0f2d 0123 btst D7, ($123,A5) | |
| 0f2e 0123 btst D7, ($123,A6) | |
| 0f2f 0123 btst D7, ($123,A7) | |
| 0f30 0123 4567 89ab cdef btst D7, ([$4567,A0,D0.w],-$3211) | |
| 0f31 0123 4567 89ab cdef btst D7, ([$4567,A1,D0.w],-$3211) | |
| 0f32 0123 4567 89ab cdef btst D7, ([$4567,A2,D0.w],-$3211) | |
| 0f33 0123 4567 89ab cdef btst D7, ([$4567,A3,D0.w],-$3211) | |
| 0f34 0123 4567 89ab cdef btst D7, ([$4567,A4,D0.w],-$3211) | |
| 0f35 0123 4567 89ab cdef btst D7, ([$4567,A5,D0.w],-$3211) | |
| 0f36 0123 4567 89ab cdef btst D7, ([$4567,A6,D0.w],-$3211) | |
| 0f37 0123 4567 89ab cdef btst D7, ([$4567,A7,D0.w],-$3211) | |
| 0f38 0123 btst D7, $123.w | |
| 0f39 0123 4567 btst D7, $1234567.l | |
| 0f3a 0123 btst D7, ($123,PC); ($125) | |
| 0f3b 0123 4567 89ab cdef btst D7, ([$4567,PC,D0.w],-$3211) | |
| 0f3c 0123 btst D7, #$23 | |
| 0f40 bchg D7, D0 | |
| 0f41 bchg D7, D1 | |
| 0f42 bchg D7, D2 | |
| 0f43 bchg D7, D3 | |
| 0f44 bchg D7, D4 | |
| 0f45 bchg D7, D5 | |
| 0f46 bchg D7, D6 | |
| 0f47 bchg D7, D7 | |
| 0f48 0123 movep.l ($123,A0), D7 | |
| 0f49 0123 movep.l ($123,A1), D7 | |
| 0f4a 0123 movep.l ($123,A2), D7 | |
| 0f4b 0123 movep.l ($123,A3), D7 | |
| 0f4c 0123 movep.l ($123,A4), D7 | |
| 0f4d 0123 movep.l ($123,A5), D7 | |
| 0f4e 0123 movep.l ($123,A6), D7 | |
| 0f4f 0123 movep.l ($123,A7), D7 | |
| 0f50 bchg D7, (A0) | |
| 0f51 bchg D7, (A1) | |
| 0f52 bchg D7, (A2) | |
| 0f53 bchg D7, (A3) | |
| 0f54 bchg D7, (A4) | |
| 0f55 bchg D7, (A5) | |
| 0f56 bchg D7, (A6) | |
| 0f57 bchg D7, (A7) | |
| 0f58 bchg D7, (A0)+ | |
| 0f59 bchg D7, (A1)+ | |
| 0f5a bchg D7, (A2)+ | |
| 0f5b bchg D7, (A3)+ | |
| 0f5c bchg D7, (A4)+ | |
| 0f5d bchg D7, (A5)+ | |
| 0f5e bchg D7, (A6)+ | |
| 0f5f bchg D7, (A7)+ | |
| 0f60 bchg D7, -(A0) | |
| 0f61 bchg D7, -(A1) | |
| 0f62 bchg D7, -(A2) | |
| 0f63 bchg D7, -(A3) | |
| 0f64 bchg D7, -(A4) | |
| 0f65 bchg D7, -(A5) | |
| 0f66 bchg D7, -(A6) | |
| 0f67 bchg D7, -(A7) | |
| 0f68 0123 bchg D7, ($123,A0) | |
| 0f69 0123 bchg D7, ($123,A1) | |
| 0f6a 0123 bchg D7, ($123,A2) | |
| 0f6b 0123 bchg D7, ($123,A3) | |
| 0f6c 0123 bchg D7, ($123,A4) | |
| 0f6d 0123 bchg D7, ($123,A5) | |
| 0f6e 0123 bchg D7, ($123,A6) | |
| 0f6f 0123 bchg D7, ($123,A7) | |
| 0f70 0123 4567 89ab cdef bchg D7, ([$4567,A0,D0.w],-$3211) | |
| 0f71 0123 4567 89ab cdef bchg D7, ([$4567,A1,D0.w],-$3211) | |
| 0f72 0123 4567 89ab cdef bchg D7, ([$4567,A2,D0.w],-$3211) | |
| 0f73 0123 4567 89ab cdef bchg D7, ([$4567,A3,D0.w],-$3211) | |
| 0f74 0123 4567 89ab cdef bchg D7, ([$4567,A4,D0.w],-$3211) | |
| 0f75 0123 4567 89ab cdef bchg D7, ([$4567,A5,D0.w],-$3211) | |
| 0f76 0123 4567 89ab cdef bchg D7, ([$4567,A6,D0.w],-$3211) | |
| 0f77 0123 4567 89ab cdef bchg D7, ([$4567,A7,D0.w],-$3211) | |
| 0f78 0123 bchg D7, $123.w | |
| 0f79 0123 4567 bchg D7, $1234567.l | |
| 0f80 bclr D7, D0 | |
| 0f81 bclr D7, D1 | |
| 0f82 bclr D7, D2 | |
| 0f83 bclr D7, D3 | |
| 0f84 bclr D7, D4 | |
| 0f85 bclr D7, D5 | |
| 0f86 bclr D7, D6 | |
| 0f87 bclr D7, D7 | |
| 0f88 0123 movep.w D7, ($123,A0) | |
| 0f89 0123 movep.w D7, ($123,A1) | |
| 0f8a 0123 movep.w D7, ($123,A2) | |
| 0f8b 0123 movep.w D7, ($123,A3) | |
| 0f8c 0123 movep.w D7, ($123,A4) | |
| 0f8d 0123 movep.w D7, ($123,A5) | |
| 0f8e 0123 movep.w D7, ($123,A6) | |
| 0f8f 0123 movep.w D7, ($123,A7) | |
| 0f90 bclr D7, (A0) | |
| 0f91 bclr D7, (A1) | |
| 0f92 bclr D7, (A2) | |
| 0f93 bclr D7, (A3) | |
| 0f94 bclr D7, (A4) | |
| 0f95 bclr D7, (A5) | |
| 0f96 bclr D7, (A6) | |
| 0f97 bclr D7, (A7) | |
| 0f98 bclr D7, (A0)+ | |
| 0f99 bclr D7, (A1)+ | |
| 0f9a bclr D7, (A2)+ | |
| 0f9b bclr D7, (A3)+ | |
| 0f9c bclr D7, (A4)+ | |
| 0f9d bclr D7, (A5)+ | |
| 0f9e bclr D7, (A6)+ | |
| 0f9f bclr D7, (A7)+ | |
| 0fa0 bclr D7, -(A0) | |
| 0fa1 bclr D7, -(A1) | |
| 0fa2 bclr D7, -(A2) | |
| 0fa3 bclr D7, -(A3) | |
| 0fa4 bclr D7, -(A4) | |
| 0fa5 bclr D7, -(A5) | |
| 0fa6 bclr D7, -(A6) | |
| 0fa7 bclr D7, -(A7) | |
| 0fa8 0123 bclr D7, ($123,A0) | |
| 0fa9 0123 bclr D7, ($123,A1) | |
| 0faa 0123 bclr D7, ($123,A2) | |
| 0fab 0123 bclr D7, ($123,A3) | |
| 0fac 0123 bclr D7, ($123,A4) | |
| 0fad 0123 bclr D7, ($123,A5) | |
| 0fae 0123 bclr D7, ($123,A6) | |
| 0faf 0123 bclr D7, ($123,A7) | |
| 0fb0 0123 4567 89ab cdef bclr D7, ([$4567,A0,D0.w],-$3211) | |
| 0fb1 0123 4567 89ab cdef bclr D7, ([$4567,A1,D0.w],-$3211) | |
| 0fb2 0123 4567 89ab cdef bclr D7, ([$4567,A2,D0.w],-$3211) | |
| 0fb3 0123 4567 89ab cdef bclr D7, ([$4567,A3,D0.w],-$3211) | |
| 0fb4 0123 4567 89ab cdef bclr D7, ([$4567,A4,D0.w],-$3211) | |
| 0fb5 0123 4567 89ab cdef bclr D7, ([$4567,A5,D0.w],-$3211) | |
| 0fb6 0123 4567 89ab cdef bclr D7, ([$4567,A6,D0.w],-$3211) | |
| 0fb7 0123 4567 89ab cdef bclr D7, ([$4567,A7,D0.w],-$3211) | |
| 0fb8 0123 bclr D7, $123.w | |
| 0fb9 0123 4567 bclr D7, $1234567.l | |
| 0fc0 bset D7, D0 | |
| 0fc1 bset D7, D1 | |
| 0fc2 bset D7, D2 | |
| 0fc3 bset D7, D3 | |
| 0fc4 bset D7, D4 | |
| 0fc5 bset D7, D5 | |
| 0fc6 bset D7, D6 | |
| 0fc7 bset D7, D7 | |
| 0fc8 0123 movep.l D7, ($123,A0) | |
| 0fc9 0123 movep.l D7, ($123,A1) | |
| 0fca 0123 movep.l D7, ($123,A2) | |
| 0fcb 0123 movep.l D7, ($123,A3) | |
| 0fcc 0123 movep.l D7, ($123,A4) | |
| 0fcd 0123 movep.l D7, ($123,A5) | |
| 0fce 0123 movep.l D7, ($123,A6) | |
| 0fcf 0123 movep.l D7, ($123,A7) | |
| 0fd0 bset D7, (A0) | |
| 0fd1 bset D7, (A1) | |
| 0fd2 bset D7, (A2) | |
| 0fd3 bset D7, (A3) | |
| 0fd4 bset D7, (A4) | |
| 0fd5 bset D7, (A5) | |
| 0fd6 bset D7, (A6) | |
| 0fd7 bset D7, (A7) | |
| 0fd8 bset D7, (A0)+ | |
| 0fd9 bset D7, (A1)+ | |
| 0fda bset D7, (A2)+ | |
| 0fdb bset D7, (A3)+ | |
| 0fdc bset D7, (A4)+ | |
| 0fdd bset D7, (A5)+ | |
| 0fde bset D7, (A6)+ | |
| 0fdf bset D7, (A7)+ | |
| 0fe0 bset D7, -(A0) | |
| 0fe1 bset D7, -(A1) | |
| 0fe2 bset D7, -(A2) | |
| 0fe3 bset D7, -(A3) | |
| 0fe4 bset D7, -(A4) | |
| 0fe5 bset D7, -(A5) | |
| 0fe6 bset D7, -(A6) | |
| 0fe7 bset D7, -(A7) | |
| 0fe8 0123 bset D7, ($123,A0) | |
| 0fe9 0123 bset D7, ($123,A1) | |
| 0fea 0123 bset D7, ($123,A2) | |
| 0feb 0123 bset D7, ($123,A3) | |
| 0fec 0123 bset D7, ($123,A4) | |
| 0fed 0123 bset D7, ($123,A5) | |
| 0fee 0123 bset D7, ($123,A6) | |
| 0fef 0123 bset D7, ($123,A7) | |
| 0ff0 0123 4567 89ab cdef bset D7, ([$4567,A0,D0.w],-$3211) | |
| 0ff1 0123 4567 89ab cdef bset D7, ([$4567,A1,D0.w],-$3211) | |
| 0ff2 0123 4567 89ab cdef bset D7, ([$4567,A2,D0.w],-$3211) | |
| 0ff3 0123 4567 89ab cdef bset D7, ([$4567,A3,D0.w],-$3211) | |
| 0ff4 0123 4567 89ab cdef bset D7, ([$4567,A4,D0.w],-$3211) | |
| 0ff5 0123 4567 89ab cdef bset D7, ([$4567,A5,D0.w],-$3211) | |
| 0ff6 0123 4567 89ab cdef bset D7, ([$4567,A6,D0.w],-$3211) | |
| 0ff7 0123 4567 89ab cdef bset D7, ([$4567,A7,D0.w],-$3211) | |
| 0ff8 0123 bset D7, $123.w | |
| 0ff9 0123 4567 bset D7, $1234567.l | |
| 1000 move.b D0, D0 | |
| 1001 move.b D1, D0 | |
| 1002 move.b D2, D0 | |
| 1003 move.b D3, D0 | |
| 1004 move.b D4, D0 | |
| 1005 move.b D5, D0 | |
| 1006 move.b D6, D0 | |
| 1007 move.b D7, D0 | |
| 1010 move.b (A0), D0 | |
| 1011 move.b (A1), D0 | |
| 1012 move.b (A2), D0 | |
| 1013 move.b (A3), D0 | |
| 1014 move.b (A4), D0 | |
| 1015 move.b (A5), D0 | |
| 1016 move.b (A6), D0 | |
| 1017 move.b (A7), D0 | |
| 1018 move.b (A0)+, D0 | |
| 1019 move.b (A1)+, D0 | |
| 101a move.b (A2)+, D0 | |
| 101b move.b (A3)+, D0 | |
| 101c move.b (A4)+, D0 | |
| 101d move.b (A5)+, D0 | |
| 101e move.b (A6)+, D0 | |
| 101f move.b (A7)+, D0 | |
| 1020 move.b -(A0), D0 | |
| 1021 move.b -(A1), D0 | |
| 1022 move.b -(A2), D0 | |
| 1023 move.b -(A3), D0 | |
| 1024 move.b -(A4), D0 | |
| 1025 move.b -(A5), D0 | |
| 1026 move.b -(A6), D0 | |
| 1027 move.b -(A7), D0 | |
| 1028 0123 move.b ($123,A0), D0 | |
| 1029 0123 move.b ($123,A1), D0 | |
| 102a 0123 move.b ($123,A2), D0 | |
| 102b 0123 move.b ($123,A3), D0 | |
| 102c 0123 move.b ($123,A4), D0 | |
| 102d 0123 move.b ($123,A5), D0 | |
| 102e 0123 move.b ($123,A6), D0 | |
| 102f 0123 move.b ($123,A7), D0 | |
| 1030 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D0 | |
| 1031 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D0 | |
| 1032 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D0 | |
| 1033 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D0 | |
| 1034 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D0 | |
| 1035 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D0 | |
| 1036 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D0 | |
| 1037 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D0 | |
| 1038 0123 move.b $123.w, D0 | |
| 1039 0123 4567 move.b $1234567.l, D0 | |
| 103a 0123 move.b ($123,PC), D0; ($125) | |
| 103b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D0 | |
| 103c 0123 move.b #$23, D0 | |
| 1080 move.b D0, (A0) | |
| 1081 move.b D1, (A0) | |
| 1082 move.b D2, (A0) | |
| 1083 move.b D3, (A0) | |
| 1084 move.b D4, (A0) | |
| 1085 move.b D5, (A0) | |
| 1086 move.b D6, (A0) | |
| 1087 move.b D7, (A0) | |
| 1090 move.b (A0), (A0) | |
| 1091 move.b (A1), (A0) | |
| 1092 move.b (A2), (A0) | |
| 1093 move.b (A3), (A0) | |
| 1094 move.b (A4), (A0) | |
| 1095 move.b (A5), (A0) | |
| 1096 move.b (A6), (A0) | |
| 1097 move.b (A7), (A0) | |
| 1098 move.b (A0)+, (A0) | |
| 1099 move.b (A1)+, (A0) | |
| 109a move.b (A2)+, (A0) | |
| 109b move.b (A3)+, (A0) | |
| 109c move.b (A4)+, (A0) | |
| 109d move.b (A5)+, (A0) | |
| 109e move.b (A6)+, (A0) | |
| 109f move.b (A7)+, (A0) | |
| 10a0 move.b -(A0), (A0) | |
| 10a1 move.b -(A1), (A0) | |
| 10a2 move.b -(A2), (A0) | |
| 10a3 move.b -(A3), (A0) | |
| 10a4 move.b -(A4), (A0) | |
| 10a5 move.b -(A5), (A0) | |
| 10a6 move.b -(A6), (A0) | |
| 10a7 move.b -(A7), (A0) | |
| 10a8 0123 move.b ($123,A0), (A0) | |
| 10a9 0123 move.b ($123,A1), (A0) | |
| 10aa 0123 move.b ($123,A2), (A0) | |
| 10ab 0123 move.b ($123,A3), (A0) | |
| 10ac 0123 move.b ($123,A4), (A0) | |
| 10ad 0123 move.b ($123,A5), (A0) | |
| 10ae 0123 move.b ($123,A6), (A0) | |
| 10af 0123 move.b ($123,A7), (A0) | |
| 10b0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A0) | |
| 10b1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A0) | |
| 10b2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A0) | |
| 10b3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A0) | |
| 10b4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A0) | |
| 10b5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A0) | |
| 10b6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A0) | |
| 10b7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A0) | |
| 10b8 0123 move.b $123.w, (A0) | |
| 10b9 0123 4567 move.b $1234567.l, (A0) | |
| 10ba 0123 move.b ($123,PC), (A0); ($125) | |
| 10bb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A0) | |
| 10bc 0123 move.b #$23, (A0) | |
| 10c0 move.b D0, (A0)+ | |
| 10c1 move.b D1, (A0)+ | |
| 10c2 move.b D2, (A0)+ | |
| 10c3 move.b D3, (A0)+ | |
| 10c4 move.b D4, (A0)+ | |
| 10c5 move.b D5, (A0)+ | |
| 10c6 move.b D6, (A0)+ | |
| 10c7 move.b D7, (A0)+ | |
| 10d0 move.b (A0), (A0)+ | |
| 10d1 move.b (A1), (A0)+ | |
| 10d2 move.b (A2), (A0)+ | |
| 10d3 move.b (A3), (A0)+ | |
| 10d4 move.b (A4), (A0)+ | |
| 10d5 move.b (A5), (A0)+ | |
| 10d6 move.b (A6), (A0)+ | |
| 10d7 move.b (A7), (A0)+ | |
| 10d8 move.b (A0)+, (A0)+ | |
| 10d9 move.b (A1)+, (A0)+ | |
| 10da move.b (A2)+, (A0)+ | |
| 10db move.b (A3)+, (A0)+ | |
| 10dc move.b (A4)+, (A0)+ | |
| 10dd move.b (A5)+, (A0)+ | |
| 10de move.b (A6)+, (A0)+ | |
| 10df move.b (A7)+, (A0)+ | |
| 10e0 move.b -(A0), (A0)+ | |
| 10e1 move.b -(A1), (A0)+ | |
| 10e2 move.b -(A2), (A0)+ | |
| 10e3 move.b -(A3), (A0)+ | |
| 10e4 move.b -(A4), (A0)+ | |
| 10e5 move.b -(A5), (A0)+ | |
| 10e6 move.b -(A6), (A0)+ | |
| 10e7 move.b -(A7), (A0)+ | |
| 10e8 0123 move.b ($123,A0), (A0)+ | |
| 10e9 0123 move.b ($123,A1), (A0)+ | |
| 10ea 0123 move.b ($123,A2), (A0)+ | |
| 10eb 0123 move.b ($123,A3), (A0)+ | |
| 10ec 0123 move.b ($123,A4), (A0)+ | |
| 10ed 0123 move.b ($123,A5), (A0)+ | |
| 10ee 0123 move.b ($123,A6), (A0)+ | |
| 10ef 0123 move.b ($123,A7), (A0)+ | |
| 10f0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A0)+ | |
| 10f1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A0)+ | |
| 10f2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A0)+ | |
| 10f3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A0)+ | |
| 10f4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A0)+ | |
| 10f5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A0)+ | |
| 10f6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A0)+ | |
| 10f7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A0)+ | |
| 10f8 0123 move.b $123.w, (A0)+ | |
| 10f9 0123 4567 move.b $1234567.l, (A0)+ | |
| 10fa 0123 move.b ($123,PC), (A0)+; ($125) | |
| 10fb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A0)+ | |
| 10fc 0123 move.b #$23, (A0)+ | |
| 1100 move.b D0, -(A0) | |
| 1101 move.b D1, -(A0) | |
| 1102 move.b D2, -(A0) | |
| 1103 move.b D3, -(A0) | |
| 1104 move.b D4, -(A0) | |
| 1105 move.b D5, -(A0) | |
| 1106 move.b D6, -(A0) | |
| 1107 move.b D7, -(A0) | |
| 1110 move.b (A0), -(A0) | |
| 1111 move.b (A1), -(A0) | |
| 1112 move.b (A2), -(A0) | |
| 1113 move.b (A3), -(A0) | |
| 1114 move.b (A4), -(A0) | |
| 1115 move.b (A5), -(A0) | |
| 1116 move.b (A6), -(A0) | |
| 1117 move.b (A7), -(A0) | |
| 1118 move.b (A0)+, -(A0) | |
| 1119 move.b (A1)+, -(A0) | |
| 111a move.b (A2)+, -(A0) | |
| 111b move.b (A3)+, -(A0) | |
| 111c move.b (A4)+, -(A0) | |
| 111d move.b (A5)+, -(A0) | |
| 111e move.b (A6)+, -(A0) | |
| 111f move.b (A7)+, -(A0) | |
| 1120 move.b -(A0), -(A0) | |
| 1121 move.b -(A1), -(A0) | |
| 1122 move.b -(A2), -(A0) | |
| 1123 move.b -(A3), -(A0) | |
| 1124 move.b -(A4), -(A0) | |
| 1125 move.b -(A5), -(A0) | |
| 1126 move.b -(A6), -(A0) | |
| 1127 move.b -(A7), -(A0) | |
| 1128 0123 move.b ($123,A0), -(A0) | |
| 1129 0123 move.b ($123,A1), -(A0) | |
| 112a 0123 move.b ($123,A2), -(A0) | |
| 112b 0123 move.b ($123,A3), -(A0) | |
| 112c 0123 move.b ($123,A4), -(A0) | |
| 112d 0123 move.b ($123,A5), -(A0) | |
| 112e 0123 move.b ($123,A6), -(A0) | |
| 112f 0123 move.b ($123,A7), -(A0) | |
| 1130 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A0) | |
| 1131 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A0) | |
| 1132 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A0) | |
| 1133 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A0) | |
| 1134 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A0) | |
| 1135 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A0) | |
| 1136 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A0) | |
| 1137 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A0) | |
| 1138 0123 move.b $123.w, -(A0) | |
| 1139 0123 4567 move.b $1234567.l, -(A0) | |
| 113a 0123 move.b ($123,PC), -(A0); ($125) | |
| 113b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A0) | |
| 113c 0123 move.b #$23, -(A0) | |
| 1140 0123 move.b D0, ($123,A0) | |
| 1141 0123 move.b D1, ($123,A0) | |
| 1142 0123 move.b D2, ($123,A0) | |
| 1143 0123 move.b D3, ($123,A0) | |
| 1144 0123 move.b D4, ($123,A0) | |
| 1145 0123 move.b D5, ($123,A0) | |
| 1146 0123 move.b D6, ($123,A0) | |
| 1147 0123 move.b D7, ($123,A0) | |
| 1150 0123 move.b (A0), ($123,A0) | |
| 1151 0123 move.b (A1), ($123,A0) | |
| 1152 0123 move.b (A2), ($123,A0) | |
| 1153 0123 move.b (A3), ($123,A0) | |
| 1154 0123 move.b (A4), ($123,A0) | |
| 1155 0123 move.b (A5), ($123,A0) | |
| 1156 0123 move.b (A6), ($123,A0) | |
| 1157 0123 move.b (A7), ($123,A0) | |
| 1158 0123 move.b (A0)+, ($123,A0) | |
| 1159 0123 move.b (A1)+, ($123,A0) | |
| 115a 0123 move.b (A2)+, ($123,A0) | |
| 115b 0123 move.b (A3)+, ($123,A0) | |
| 115c 0123 move.b (A4)+, ($123,A0) | |
| 115d 0123 move.b (A5)+, ($123,A0) | |
| 115e 0123 move.b (A6)+, ($123,A0) | |
| 115f 0123 move.b (A7)+, ($123,A0) | |
| 1160 0123 move.b -(A0), ($123,A0) | |
| 1161 0123 move.b -(A1), ($123,A0) | |
| 1162 0123 move.b -(A2), ($123,A0) | |
| 1163 0123 move.b -(A3), ($123,A0) | |
| 1164 0123 move.b -(A4), ($123,A0) | |
| 1165 0123 move.b -(A5), ($123,A0) | |
| 1166 0123 move.b -(A6), ($123,A0) | |
| 1167 0123 move.b -(A7), ($123,A0) | |
| 1168 0123 4567 move.b ($123,A0), ($4567,A0) | |
| 1169 0123 4567 move.b ($123,A1), ($4567,A0) | |
| 116a 0123 4567 move.b ($123,A2), ($4567,A0) | |
| 116b 0123 4567 move.b ($123,A3), ($4567,A0) | |
| 116c 0123 4567 move.b ($123,A4), ($4567,A0) | |
| 116d 0123 4567 move.b ($123,A5), ($4567,A0) | |
| 116e 0123 4567 move.b ($123,A6), ($4567,A0) | |
| 116f 0123 4567 move.b ($123,A7), ($4567,A0) | |
| 1170 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A0) | |
| 1171 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A0) | |
| 1172 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A0) | |
| 1173 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A0) | |
| 1174 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A0) | |
| 1175 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A0) | |
| 1176 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A0) | |
| 1177 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A0) | |
| 1178 0123 4567 move.b $123.w, ($4567,A0) | |
| 1179 0123 4567 89ab move.b $1234567.l, (-$7655,A0) | |
| 117a 0123 4567 move.b ($123,PC), ($4567,A0); ($125) | |
| 117b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A0) | |
| 117c 0123 4567 move.b #$23, ($4567,A0) | |
| 1180 0123 4567 89ab cdef move.b D0, ([$4567,A0,D0.w],-$3211) | |
| 1181 0123 4567 89ab cdef move.b D1, ([$4567,A0,D0.w],-$3211) | |
| 1182 0123 4567 89ab cdef move.b D2, ([$4567,A0,D0.w],-$3211) | |
| 1183 0123 4567 89ab cdef move.b D3, ([$4567,A0,D0.w],-$3211) | |
| 1184 0123 4567 89ab cdef move.b D4, ([$4567,A0,D0.w],-$3211) | |
| 1185 0123 4567 89ab cdef move.b D5, ([$4567,A0,D0.w],-$3211) | |
| 1186 0123 4567 89ab cdef move.b D6, ([$4567,A0,D0.w],-$3211) | |
| 1187 0123 4567 89ab cdef move.b D7, ([$4567,A0,D0.w],-$3211) | |
| 1190 0123 4567 89ab cdef move.b (A0), ([$4567,A0,D0.w],-$3211) | |
| 1191 0123 4567 89ab cdef move.b (A1), ([$4567,A0,D0.w],-$3211) | |
| 1192 0123 4567 89ab cdef move.b (A2), ([$4567,A0,D0.w],-$3211) | |
| 1193 0123 4567 89ab cdef move.b (A3), ([$4567,A0,D0.w],-$3211) | |
| 1194 0123 4567 89ab cdef move.b (A4), ([$4567,A0,D0.w],-$3211) | |
| 1195 0123 4567 89ab cdef move.b (A5), ([$4567,A0,D0.w],-$3211) | |
| 1196 0123 4567 89ab cdef move.b (A6), ([$4567,A0,D0.w],-$3211) | |
| 1197 0123 4567 89ab cdef move.b (A7), ([$4567,A0,D0.w],-$3211) | |
| 1198 0123 4567 89ab cdef move.b (A0)+, ([$4567,A0,D0.w],-$3211) | |
| 1199 0123 4567 89ab cdef move.b (A1)+, ([$4567,A0,D0.w],-$3211) | |
| 119a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A0,D0.w],-$3211) | |
| 119b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A0,D0.w],-$3211) | |
| 119c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A0,D0.w],-$3211) | |
| 119d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A0,D0.w],-$3211) | |
| 119e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A0,D0.w],-$3211) | |
| 119f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A0,D0.w],-$3211) | |
| 11a0 0123 4567 89ab cdef move.b -(A0), ([$4567,A0,D0.w],-$3211) | |
| 11a1 0123 4567 89ab cdef move.b -(A1), ([$4567,A0,D0.w],-$3211) | |
| 11a2 0123 4567 89ab cdef move.b -(A2), ([$4567,A0,D0.w],-$3211) | |
| 11a3 0123 4567 89ab cdef move.b -(A3), ([$4567,A0,D0.w],-$3211) | |
| 11a4 0123 4567 89ab cdef move.b -(A4), ([$4567,A0,D0.w],-$3211) | |
| 11a5 0123 4567 89ab cdef move.b -(A5), ([$4567,A0,D0.w],-$3211) | |
| 11a6 0123 4567 89ab cdef move.b -(A6), ([$4567,A0,D0.w],-$3211) | |
| 11a7 0123 4567 89ab cdef move.b -(A7), ([$4567,A0,D0.w],-$3211) | |
| 11a8 0123 4567 89ab move.b ($123,A0), ([-$7655,A0]) | |
| 11a9 0123 4567 89ab move.b ($123,A1), ([-$7655,A0]) | |
| 11aa 0123 4567 89ab move.b ($123,A2), ([-$7655,A0]) | |
| 11ab 0123 4567 89ab move.b ($123,A3), ([-$7655,A0]) | |
| 11ac 0123 4567 89ab move.b ($123,A4), ([-$7655,A0]) | |
| 11ad 0123 4567 89ab move.b ($123,A5), ([-$7655,A0]) | |
| 11ae 0123 4567 89ab move.b ($123,A6), ([-$7655,A0]) | |
| 11af 0123 4567 89ab move.b ($123,A7), ([-$7655,A0]) | |
| 11b0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A0,D0.w) | |
| 11b1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A0,D0.w) | |
| 11b2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A0,D0.w) | |
| 11b3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A0,D0.w) | |
| 11b4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A0,D0.w) | |
| 11b5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A0,D0.w) | |
| 11b6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A0,D0.w) | |
| 11b7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A0,D0.w) | |
| 11b8 0123 4567 89ab move.b $123.w, ([-$7655,A0]) | |
| 11b9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 11ba 0123 4567 89ab move.b ($123,PC), ([-$7655,A0]); ($125) | |
| 11bb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A0,D0.w) | |
| 11bc 0123 4567 89ab move.b #$23, ([-$7655,A0]) | |
| 11c0 0123 move.b D0, $123.w | |
| 11c1 0123 move.b D1, $123.w | |
| 11c2 0123 move.b D2, $123.w | |
| 11c3 0123 move.b D3, $123.w | |
| 11c4 0123 move.b D4, $123.w | |
| 11c5 0123 move.b D5, $123.w | |
| 11c6 0123 move.b D6, $123.w | |
| 11c7 0123 move.b D7, $123.w | |
| 11d0 0123 move.b (A0), $123.w | |
| 11d1 0123 move.b (A1), $123.w | |
| 11d2 0123 move.b (A2), $123.w | |
| 11d3 0123 move.b (A3), $123.w | |
| 11d4 0123 move.b (A4), $123.w | |
| 11d5 0123 move.b (A5), $123.w | |
| 11d6 0123 move.b (A6), $123.w | |
| 11d7 0123 move.b (A7), $123.w | |
| 11d8 0123 move.b (A0)+, $123.w | |
| 11d9 0123 move.b (A1)+, $123.w | |
| 11da 0123 move.b (A2)+, $123.w | |
| 11db 0123 move.b (A3)+, $123.w | |
| 11dc 0123 move.b (A4)+, $123.w | |
| 11dd 0123 move.b (A5)+, $123.w | |
| 11de 0123 move.b (A6)+, $123.w | |
| 11df 0123 move.b (A7)+, $123.w | |
| 11e0 0123 move.b -(A0), $123.w | |
| 11e1 0123 move.b -(A1), $123.w | |
| 11e2 0123 move.b -(A2), $123.w | |
| 11e3 0123 move.b -(A3), $123.w | |
| 11e4 0123 move.b -(A4), $123.w | |
| 11e5 0123 move.b -(A5), $123.w | |
| 11e6 0123 move.b -(A6), $123.w | |
| 11e7 0123 move.b -(A7), $123.w | |
| 11e8 0123 4567 move.b ($123,A0), $4567.w | |
| 11e9 0123 4567 move.b ($123,A1), $4567.w | |
| 11ea 0123 4567 move.b ($123,A2), $4567.w | |
| 11eb 0123 4567 move.b ($123,A3), $4567.w | |
| 11ec 0123 4567 move.b ($123,A4), $4567.w | |
| 11ed 0123 4567 move.b ($123,A5), $4567.w | |
| 11ee 0123 4567 move.b ($123,A6), $4567.w | |
| 11ef 0123 4567 move.b ($123,A7), $4567.w | |
| 11f0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), $0.w | |
| 11f1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), $0.w | |
| 11f2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), $0.w | |
| 11f3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), $0.w | |
| 11f4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), $0.w | |
| 11f5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), $0.w | |
| 11f6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), $0.w | |
| 11f7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), $0.w | |
| 11f8 0123 4567 move.b $123.w, $4567.w | |
| 11f9 0123 4567 89ab move.b $1234567.l, $89ab.w | |
| 11fa 0123 4567 move.b ($123,PC), $4567.w; ($125) | |
| 11fb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), $0.w | |
| 11fc 0123 4567 move.b #$23, $4567.w | |
| 1200 move.b D0, D1 | |
| 1201 move.b D1, D1 | |
| 1202 move.b D2, D1 | |
| 1203 move.b D3, D1 | |
| 1204 move.b D4, D1 | |
| 1205 move.b D5, D1 | |
| 1206 move.b D6, D1 | |
| 1207 move.b D7, D1 | |
| 1210 move.b (A0), D1 | |
| 1211 move.b (A1), D1 | |
| 1212 move.b (A2), D1 | |
| 1213 move.b (A3), D1 | |
| 1214 move.b (A4), D1 | |
| 1215 move.b (A5), D1 | |
| 1216 move.b (A6), D1 | |
| 1217 move.b (A7), D1 | |
| 1218 move.b (A0)+, D1 | |
| 1219 move.b (A1)+, D1 | |
| 121a move.b (A2)+, D1 | |
| 121b move.b (A3)+, D1 | |
| 121c move.b (A4)+, D1 | |
| 121d move.b (A5)+, D1 | |
| 121e move.b (A6)+, D1 | |
| 121f move.b (A7)+, D1 | |
| 1220 move.b -(A0), D1 | |
| 1221 move.b -(A1), D1 | |
| 1222 move.b -(A2), D1 | |
| 1223 move.b -(A3), D1 | |
| 1224 move.b -(A4), D1 | |
| 1225 move.b -(A5), D1 | |
| 1226 move.b -(A6), D1 | |
| 1227 move.b -(A7), D1 | |
| 1228 0123 move.b ($123,A0), D1 | |
| 1229 0123 move.b ($123,A1), D1 | |
| 122a 0123 move.b ($123,A2), D1 | |
| 122b 0123 move.b ($123,A3), D1 | |
| 122c 0123 move.b ($123,A4), D1 | |
| 122d 0123 move.b ($123,A5), D1 | |
| 122e 0123 move.b ($123,A6), D1 | |
| 122f 0123 move.b ($123,A7), D1 | |
| 1230 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D1 | |
| 1231 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D1 | |
| 1232 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D1 | |
| 1233 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D1 | |
| 1234 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D1 | |
| 1235 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D1 | |
| 1236 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D1 | |
| 1237 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D1 | |
| 1238 0123 move.b $123.w, D1 | |
| 1239 0123 4567 move.b $1234567.l, D1 | |
| 123a 0123 move.b ($123,PC), D1; ($125) | |
| 123b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D1 | |
| 123c 0123 move.b #$23, D1 | |
| 1280 move.b D0, (A1) | |
| 1281 move.b D1, (A1) | |
| 1282 move.b D2, (A1) | |
| 1283 move.b D3, (A1) | |
| 1284 move.b D4, (A1) | |
| 1285 move.b D5, (A1) | |
| 1286 move.b D6, (A1) | |
| 1287 move.b D7, (A1) | |
| 1290 move.b (A0), (A1) | |
| 1291 move.b (A1), (A1) | |
| 1292 move.b (A2), (A1) | |
| 1293 move.b (A3), (A1) | |
| 1294 move.b (A4), (A1) | |
| 1295 move.b (A5), (A1) | |
| 1296 move.b (A6), (A1) | |
| 1297 move.b (A7), (A1) | |
| 1298 move.b (A0)+, (A1) | |
| 1299 move.b (A1)+, (A1) | |
| 129a move.b (A2)+, (A1) | |
| 129b move.b (A3)+, (A1) | |
| 129c move.b (A4)+, (A1) | |
| 129d move.b (A5)+, (A1) | |
| 129e move.b (A6)+, (A1) | |
| 129f move.b (A7)+, (A1) | |
| 12a0 move.b -(A0), (A1) | |
| 12a1 move.b -(A1), (A1) | |
| 12a2 move.b -(A2), (A1) | |
| 12a3 move.b -(A3), (A1) | |
| 12a4 move.b -(A4), (A1) | |
| 12a5 move.b -(A5), (A1) | |
| 12a6 move.b -(A6), (A1) | |
| 12a7 move.b -(A7), (A1) | |
| 12a8 0123 move.b ($123,A0), (A1) | |
| 12a9 0123 move.b ($123,A1), (A1) | |
| 12aa 0123 move.b ($123,A2), (A1) | |
| 12ab 0123 move.b ($123,A3), (A1) | |
| 12ac 0123 move.b ($123,A4), (A1) | |
| 12ad 0123 move.b ($123,A5), (A1) | |
| 12ae 0123 move.b ($123,A6), (A1) | |
| 12af 0123 move.b ($123,A7), (A1) | |
| 12b0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A1) | |
| 12b1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A1) | |
| 12b2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A1) | |
| 12b3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A1) | |
| 12b4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A1) | |
| 12b5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A1) | |
| 12b6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A1) | |
| 12b7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A1) | |
| 12b8 0123 move.b $123.w, (A1) | |
| 12b9 0123 4567 move.b $1234567.l, (A1) | |
| 12ba 0123 move.b ($123,PC), (A1); ($125) | |
| 12bb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A1) | |
| 12bc 0123 move.b #$23, (A1) | |
| 12c0 move.b D0, (A1)+ | |
| 12c1 move.b D1, (A1)+ | |
| 12c2 move.b D2, (A1)+ | |
| 12c3 move.b D3, (A1)+ | |
| 12c4 move.b D4, (A1)+ | |
| 12c5 move.b D5, (A1)+ | |
| 12c6 move.b D6, (A1)+ | |
| 12c7 move.b D7, (A1)+ | |
| 12d0 move.b (A0), (A1)+ | |
| 12d1 move.b (A1), (A1)+ | |
| 12d2 move.b (A2), (A1)+ | |
| 12d3 move.b (A3), (A1)+ | |
| 12d4 move.b (A4), (A1)+ | |
| 12d5 move.b (A5), (A1)+ | |
| 12d6 move.b (A6), (A1)+ | |
| 12d7 move.b (A7), (A1)+ | |
| 12d8 move.b (A0)+, (A1)+ | |
| 12d9 move.b (A1)+, (A1)+ | |
| 12da move.b (A2)+, (A1)+ | |
| 12db move.b (A3)+, (A1)+ | |
| 12dc move.b (A4)+, (A1)+ | |
| 12dd move.b (A5)+, (A1)+ | |
| 12de move.b (A6)+, (A1)+ | |
| 12df move.b (A7)+, (A1)+ | |
| 12e0 move.b -(A0), (A1)+ | |
| 12e1 move.b -(A1), (A1)+ | |
| 12e2 move.b -(A2), (A1)+ | |
| 12e3 move.b -(A3), (A1)+ | |
| 12e4 move.b -(A4), (A1)+ | |
| 12e5 move.b -(A5), (A1)+ | |
| 12e6 move.b -(A6), (A1)+ | |
| 12e7 move.b -(A7), (A1)+ | |
| 12e8 0123 move.b ($123,A0), (A1)+ | |
| 12e9 0123 move.b ($123,A1), (A1)+ | |
| 12ea 0123 move.b ($123,A2), (A1)+ | |
| 12eb 0123 move.b ($123,A3), (A1)+ | |
| 12ec 0123 move.b ($123,A4), (A1)+ | |
| 12ed 0123 move.b ($123,A5), (A1)+ | |
| 12ee 0123 move.b ($123,A6), (A1)+ | |
| 12ef 0123 move.b ($123,A7), (A1)+ | |
| 12f0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A1)+ | |
| 12f1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A1)+ | |
| 12f2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A1)+ | |
| 12f3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A1)+ | |
| 12f4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A1)+ | |
| 12f5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A1)+ | |
| 12f6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A1)+ | |
| 12f7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A1)+ | |
| 12f8 0123 move.b $123.w, (A1)+ | |
| 12f9 0123 4567 move.b $1234567.l, (A1)+ | |
| 12fa 0123 move.b ($123,PC), (A1)+; ($125) | |
| 12fb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A1)+ | |
| 12fc 0123 move.b #$23, (A1)+ | |
| 1300 move.b D0, -(A1) | |
| 1301 move.b D1, -(A1) | |
| 1302 move.b D2, -(A1) | |
| 1303 move.b D3, -(A1) | |
| 1304 move.b D4, -(A1) | |
| 1305 move.b D5, -(A1) | |
| 1306 move.b D6, -(A1) | |
| 1307 move.b D7, -(A1) | |
| 1310 move.b (A0), -(A1) | |
| 1311 move.b (A1), -(A1) | |
| 1312 move.b (A2), -(A1) | |
| 1313 move.b (A3), -(A1) | |
| 1314 move.b (A4), -(A1) | |
| 1315 move.b (A5), -(A1) | |
| 1316 move.b (A6), -(A1) | |
| 1317 move.b (A7), -(A1) | |
| 1318 move.b (A0)+, -(A1) | |
| 1319 move.b (A1)+, -(A1) | |
| 131a move.b (A2)+, -(A1) | |
| 131b move.b (A3)+, -(A1) | |
| 131c move.b (A4)+, -(A1) | |
| 131d move.b (A5)+, -(A1) | |
| 131e move.b (A6)+, -(A1) | |
| 131f move.b (A7)+, -(A1) | |
| 1320 move.b -(A0), -(A1) | |
| 1321 move.b -(A1), -(A1) | |
| 1322 move.b -(A2), -(A1) | |
| 1323 move.b -(A3), -(A1) | |
| 1324 move.b -(A4), -(A1) | |
| 1325 move.b -(A5), -(A1) | |
| 1326 move.b -(A6), -(A1) | |
| 1327 move.b -(A7), -(A1) | |
| 1328 0123 move.b ($123,A0), -(A1) | |
| 1329 0123 move.b ($123,A1), -(A1) | |
| 132a 0123 move.b ($123,A2), -(A1) | |
| 132b 0123 move.b ($123,A3), -(A1) | |
| 132c 0123 move.b ($123,A4), -(A1) | |
| 132d 0123 move.b ($123,A5), -(A1) | |
| 132e 0123 move.b ($123,A6), -(A1) | |
| 132f 0123 move.b ($123,A7), -(A1) | |
| 1330 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A1) | |
| 1331 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A1) | |
| 1332 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A1) | |
| 1333 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A1) | |
| 1334 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A1) | |
| 1335 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A1) | |
| 1336 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A1) | |
| 1337 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A1) | |
| 1338 0123 move.b $123.w, -(A1) | |
| 1339 0123 4567 move.b $1234567.l, -(A1) | |
| 133a 0123 move.b ($123,PC), -(A1); ($125) | |
| 133b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A1) | |
| 133c 0123 move.b #$23, -(A1) | |
| 1340 0123 move.b D0, ($123,A1) | |
| 1341 0123 move.b D1, ($123,A1) | |
| 1342 0123 move.b D2, ($123,A1) | |
| 1343 0123 move.b D3, ($123,A1) | |
| 1344 0123 move.b D4, ($123,A1) | |
| 1345 0123 move.b D5, ($123,A1) | |
| 1346 0123 move.b D6, ($123,A1) | |
| 1347 0123 move.b D7, ($123,A1) | |
| 1350 0123 move.b (A0), ($123,A1) | |
| 1351 0123 move.b (A1), ($123,A1) | |
| 1352 0123 move.b (A2), ($123,A1) | |
| 1353 0123 move.b (A3), ($123,A1) | |
| 1354 0123 move.b (A4), ($123,A1) | |
| 1355 0123 move.b (A5), ($123,A1) | |
| 1356 0123 move.b (A6), ($123,A1) | |
| 1357 0123 move.b (A7), ($123,A1) | |
| 1358 0123 move.b (A0)+, ($123,A1) | |
| 1359 0123 move.b (A1)+, ($123,A1) | |
| 135a 0123 move.b (A2)+, ($123,A1) | |
| 135b 0123 move.b (A3)+, ($123,A1) | |
| 135c 0123 move.b (A4)+, ($123,A1) | |
| 135d 0123 move.b (A5)+, ($123,A1) | |
| 135e 0123 move.b (A6)+, ($123,A1) | |
| 135f 0123 move.b (A7)+, ($123,A1) | |
| 1360 0123 move.b -(A0), ($123,A1) | |
| 1361 0123 move.b -(A1), ($123,A1) | |
| 1362 0123 move.b -(A2), ($123,A1) | |
| 1363 0123 move.b -(A3), ($123,A1) | |
| 1364 0123 move.b -(A4), ($123,A1) | |
| 1365 0123 move.b -(A5), ($123,A1) | |
| 1366 0123 move.b -(A6), ($123,A1) | |
| 1367 0123 move.b -(A7), ($123,A1) | |
| 1368 0123 4567 move.b ($123,A0), ($4567,A1) | |
| 1369 0123 4567 move.b ($123,A1), ($4567,A1) | |
| 136a 0123 4567 move.b ($123,A2), ($4567,A1) | |
| 136b 0123 4567 move.b ($123,A3), ($4567,A1) | |
| 136c 0123 4567 move.b ($123,A4), ($4567,A1) | |
| 136d 0123 4567 move.b ($123,A5), ($4567,A1) | |
| 136e 0123 4567 move.b ($123,A6), ($4567,A1) | |
| 136f 0123 4567 move.b ($123,A7), ($4567,A1) | |
| 1370 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A1) | |
| 1371 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A1) | |
| 1372 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A1) | |
| 1373 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A1) | |
| 1374 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A1) | |
| 1375 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A1) | |
| 1376 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A1) | |
| 1377 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A1) | |
| 1378 0123 4567 move.b $123.w, ($4567,A1) | |
| 1379 0123 4567 89ab move.b $1234567.l, (-$7655,A1) | |
| 137a 0123 4567 move.b ($123,PC), ($4567,A1); ($125) | |
| 137b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A1) | |
| 137c 0123 4567 move.b #$23, ($4567,A1) | |
| 1380 0123 4567 89ab cdef move.b D0, ([$4567,A1,D0.w],-$3211) | |
| 1381 0123 4567 89ab cdef move.b D1, ([$4567,A1,D0.w],-$3211) | |
| 1382 0123 4567 89ab cdef move.b D2, ([$4567,A1,D0.w],-$3211) | |
| 1383 0123 4567 89ab cdef move.b D3, ([$4567,A1,D0.w],-$3211) | |
| 1384 0123 4567 89ab cdef move.b D4, ([$4567,A1,D0.w],-$3211) | |
| 1385 0123 4567 89ab cdef move.b D5, ([$4567,A1,D0.w],-$3211) | |
| 1386 0123 4567 89ab cdef move.b D6, ([$4567,A1,D0.w],-$3211) | |
| 1387 0123 4567 89ab cdef move.b D7, ([$4567,A1,D0.w],-$3211) | |
| 1390 0123 4567 89ab cdef move.b (A0), ([$4567,A1,D0.w],-$3211) | |
| 1391 0123 4567 89ab cdef move.b (A1), ([$4567,A1,D0.w],-$3211) | |
| 1392 0123 4567 89ab cdef move.b (A2), ([$4567,A1,D0.w],-$3211) | |
| 1393 0123 4567 89ab cdef move.b (A3), ([$4567,A1,D0.w],-$3211) | |
| 1394 0123 4567 89ab cdef move.b (A4), ([$4567,A1,D0.w],-$3211) | |
| 1395 0123 4567 89ab cdef move.b (A5), ([$4567,A1,D0.w],-$3211) | |
| 1396 0123 4567 89ab cdef move.b (A6), ([$4567,A1,D0.w],-$3211) | |
| 1397 0123 4567 89ab cdef move.b (A7), ([$4567,A1,D0.w],-$3211) | |
| 1398 0123 4567 89ab cdef move.b (A0)+, ([$4567,A1,D0.w],-$3211) | |
| 1399 0123 4567 89ab cdef move.b (A1)+, ([$4567,A1,D0.w],-$3211) | |
| 139a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A1,D0.w],-$3211) | |
| 139b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A1,D0.w],-$3211) | |
| 139c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A1,D0.w],-$3211) | |
| 139d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A1,D0.w],-$3211) | |
| 139e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A1,D0.w],-$3211) | |
| 139f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A1,D0.w],-$3211) | |
| 13a0 0123 4567 89ab cdef move.b -(A0), ([$4567,A1,D0.w],-$3211) | |
| 13a1 0123 4567 89ab cdef move.b -(A1), ([$4567,A1,D0.w],-$3211) | |
| 13a2 0123 4567 89ab cdef move.b -(A2), ([$4567,A1,D0.w],-$3211) | |
| 13a3 0123 4567 89ab cdef move.b -(A3), ([$4567,A1,D0.w],-$3211) | |
| 13a4 0123 4567 89ab cdef move.b -(A4), ([$4567,A1,D0.w],-$3211) | |
| 13a5 0123 4567 89ab cdef move.b -(A5), ([$4567,A1,D0.w],-$3211) | |
| 13a6 0123 4567 89ab cdef move.b -(A6), ([$4567,A1,D0.w],-$3211) | |
| 13a7 0123 4567 89ab cdef move.b -(A7), ([$4567,A1,D0.w],-$3211) | |
| 13a8 0123 4567 89ab move.b ($123,A0), ([-$7655,A1]) | |
| 13a9 0123 4567 89ab move.b ($123,A1), ([-$7655,A1]) | |
| 13aa 0123 4567 89ab move.b ($123,A2), ([-$7655,A1]) | |
| 13ab 0123 4567 89ab move.b ($123,A3), ([-$7655,A1]) | |
| 13ac 0123 4567 89ab move.b ($123,A4), ([-$7655,A1]) | |
| 13ad 0123 4567 89ab move.b ($123,A5), ([-$7655,A1]) | |
| 13ae 0123 4567 89ab move.b ($123,A6), ([-$7655,A1]) | |
| 13af 0123 4567 89ab move.b ($123,A7), ([-$7655,A1]) | |
| 13b0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A1,D0.w) | |
| 13b1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A1,D0.w) | |
| 13b2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A1,D0.w) | |
| 13b3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A1,D0.w) | |
| 13b4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A1,D0.w) | |
| 13b5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A1,D0.w) | |
| 13b6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A1,D0.w) | |
| 13b7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A1,D0.w) | |
| 13b8 0123 4567 89ab move.b $123.w, ([-$7655,A1]) | |
| 13b9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 13ba 0123 4567 89ab move.b ($123,PC), ([-$7655,A1]); ($125) | |
| 13bb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A1,D0.w) | |
| 13bc 0123 4567 89ab move.b #$23, ([-$7655,A1]) | |
| 13c0 0123 4567 move.b D0, $1234567.l | |
| 13c1 0123 4567 move.b D1, $1234567.l | |
| 13c2 0123 4567 move.b D2, $1234567.l | |
| 13c3 0123 4567 move.b D3, $1234567.l | |
| 13c4 0123 4567 move.b D4, $1234567.l | |
| 13c5 0123 4567 move.b D5, $1234567.l | |
| 13c6 0123 4567 move.b D6, $1234567.l | |
| 13c7 0123 4567 move.b D7, $1234567.l | |
| 13d0 0123 4567 move.b (A0), $1234567.l | |
| 13d1 0123 4567 move.b (A1), $1234567.l | |
| 13d2 0123 4567 move.b (A2), $1234567.l | |
| 13d3 0123 4567 move.b (A3), $1234567.l | |
| 13d4 0123 4567 move.b (A4), $1234567.l | |
| 13d5 0123 4567 move.b (A5), $1234567.l | |
| 13d6 0123 4567 move.b (A6), $1234567.l | |
| 13d7 0123 4567 move.b (A7), $1234567.l | |
| 13d8 0123 4567 move.b (A0)+, $1234567.l | |
| 13d9 0123 4567 move.b (A1)+, $1234567.l | |
| 13da 0123 4567 move.b (A2)+, $1234567.l | |
| 13db 0123 4567 move.b (A3)+, $1234567.l | |
| 13dc 0123 4567 move.b (A4)+, $1234567.l | |
| 13dd 0123 4567 move.b (A5)+, $1234567.l | |
| 13de 0123 4567 move.b (A6)+, $1234567.l | |
| 13df 0123 4567 move.b (A7)+, $1234567.l | |
| 13e0 0123 4567 move.b -(A0), $1234567.l | |
| 13e1 0123 4567 move.b -(A1), $1234567.l | |
| 13e2 0123 4567 move.b -(A2), $1234567.l | |
| 13e3 0123 4567 move.b -(A3), $1234567.l | |
| 13e4 0123 4567 move.b -(A4), $1234567.l | |
| 13e5 0123 4567 move.b -(A5), $1234567.l | |
| 13e6 0123 4567 move.b -(A6), $1234567.l | |
| 13e7 0123 4567 move.b -(A7), $1234567.l | |
| 13e8 0123 4567 89ab move.b ($123,A0), $456789ab.l | |
| 13e9 0123 4567 89ab move.b ($123,A1), $456789ab.l | |
| 13ea 0123 4567 89ab move.b ($123,A2), $456789ab.l | |
| 13eb 0123 4567 89ab move.b ($123,A3), $456789ab.l | |
| 13ec 0123 4567 89ab move.b ($123,A4), $456789ab.l | |
| 13ed 0123 4567 89ab move.b ($123,A5), $456789ab.l | |
| 13ee 0123 4567 89ab move.b ($123,A6), $456789ab.l | |
| 13ef 0123 4567 89ab move.b ($123,A7), $456789ab.l | |
| 13f0 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A0,D0.w],-$3211), $0.l | |
| 13f1 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A1,D0.w],-$3211), $0.l | |
| 13f2 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A2,D0.w],-$3211), $0.l | |
| 13f3 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A3,D0.w],-$3211), $0.l | |
| 13f4 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A4,D0.w],-$3211), $0.l | |
| 13f5 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A5,D0.w],-$3211), $0.l | |
| 13f6 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A6,D0.w],-$3211), $0.l | |
| 13f7 0123 4567 89ab cdef 0000 0000 move.b ([$4567,A7,D0.w],-$3211), $0.l | |
| 13f8 0123 4567 89ab move.b $123.w, $456789ab.l | |
| 13f9 0123 4567 89ab cdef move.b $1234567.l, $89abcdef.l | |
| 13fa 0123 4567 89ab move.b ($123,PC), $456789ab.l; ($125) | |
| 13fb 0123 4567 89ab cdef 0000 0000 move.b ([$4567,PC,D0.w],-$3211), $0.l | |
| 13fc 0123 4567 89ab move.b #$23, $456789ab.l | |
| 1400 move.b D0, D2 | |
| 1401 move.b D1, D2 | |
| 1402 move.b D2, D2 | |
| 1403 move.b D3, D2 | |
| 1404 move.b D4, D2 | |
| 1405 move.b D5, D2 | |
| 1406 move.b D6, D2 | |
| 1407 move.b D7, D2 | |
| 1410 move.b (A0), D2 | |
| 1411 move.b (A1), D2 | |
| 1412 move.b (A2), D2 | |
| 1413 move.b (A3), D2 | |
| 1414 move.b (A4), D2 | |
| 1415 move.b (A5), D2 | |
| 1416 move.b (A6), D2 | |
| 1417 move.b (A7), D2 | |
| 1418 move.b (A0)+, D2 | |
| 1419 move.b (A1)+, D2 | |
| 141a move.b (A2)+, D2 | |
| 141b move.b (A3)+, D2 | |
| 141c move.b (A4)+, D2 | |
| 141d move.b (A5)+, D2 | |
| 141e move.b (A6)+, D2 | |
| 141f move.b (A7)+, D2 | |
| 1420 move.b -(A0), D2 | |
| 1421 move.b -(A1), D2 | |
| 1422 move.b -(A2), D2 | |
| 1423 move.b -(A3), D2 | |
| 1424 move.b -(A4), D2 | |
| 1425 move.b -(A5), D2 | |
| 1426 move.b -(A6), D2 | |
| 1427 move.b -(A7), D2 | |
| 1428 0123 move.b ($123,A0), D2 | |
| 1429 0123 move.b ($123,A1), D2 | |
| 142a 0123 move.b ($123,A2), D2 | |
| 142b 0123 move.b ($123,A3), D2 | |
| 142c 0123 move.b ($123,A4), D2 | |
| 142d 0123 move.b ($123,A5), D2 | |
| 142e 0123 move.b ($123,A6), D2 | |
| 142f 0123 move.b ($123,A7), D2 | |
| 1430 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D2 | |
| 1431 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D2 | |
| 1432 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D2 | |
| 1433 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D2 | |
| 1434 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D2 | |
| 1435 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D2 | |
| 1436 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D2 | |
| 1437 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D2 | |
| 1438 0123 move.b $123.w, D2 | |
| 1439 0123 4567 move.b $1234567.l, D2 | |
| 143a 0123 move.b ($123,PC), D2; ($125) | |
| 143b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D2 | |
| 143c 0123 move.b #$23, D2 | |
| 1480 move.b D0, (A2) | |
| 1481 move.b D1, (A2) | |
| 1482 move.b D2, (A2) | |
| 1483 move.b D3, (A2) | |
| 1484 move.b D4, (A2) | |
| 1485 move.b D5, (A2) | |
| 1486 move.b D6, (A2) | |
| 1487 move.b D7, (A2) | |
| 1490 move.b (A0), (A2) | |
| 1491 move.b (A1), (A2) | |
| 1492 move.b (A2), (A2) | |
| 1493 move.b (A3), (A2) | |
| 1494 move.b (A4), (A2) | |
| 1495 move.b (A5), (A2) | |
| 1496 move.b (A6), (A2) | |
| 1497 move.b (A7), (A2) | |
| 1498 move.b (A0)+, (A2) | |
| 1499 move.b (A1)+, (A2) | |
| 149a move.b (A2)+, (A2) | |
| 149b move.b (A3)+, (A2) | |
| 149c move.b (A4)+, (A2) | |
| 149d move.b (A5)+, (A2) | |
| 149e move.b (A6)+, (A2) | |
| 149f move.b (A7)+, (A2) | |
| 14a0 move.b -(A0), (A2) | |
| 14a1 move.b -(A1), (A2) | |
| 14a2 move.b -(A2), (A2) | |
| 14a3 move.b -(A3), (A2) | |
| 14a4 move.b -(A4), (A2) | |
| 14a5 move.b -(A5), (A2) | |
| 14a6 move.b -(A6), (A2) | |
| 14a7 move.b -(A7), (A2) | |
| 14a8 0123 move.b ($123,A0), (A2) | |
| 14a9 0123 move.b ($123,A1), (A2) | |
| 14aa 0123 move.b ($123,A2), (A2) | |
| 14ab 0123 move.b ($123,A3), (A2) | |
| 14ac 0123 move.b ($123,A4), (A2) | |
| 14ad 0123 move.b ($123,A5), (A2) | |
| 14ae 0123 move.b ($123,A6), (A2) | |
| 14af 0123 move.b ($123,A7), (A2) | |
| 14b0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A2) | |
| 14b1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A2) | |
| 14b2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A2) | |
| 14b3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A2) | |
| 14b4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A2) | |
| 14b5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A2) | |
| 14b6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A2) | |
| 14b7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A2) | |
| 14b8 0123 move.b $123.w, (A2) | |
| 14b9 0123 4567 move.b $1234567.l, (A2) | |
| 14ba 0123 move.b ($123,PC), (A2); ($125) | |
| 14bb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A2) | |
| 14bc 0123 move.b #$23, (A2) | |
| 14c0 move.b D0, (A2)+ | |
| 14c1 move.b D1, (A2)+ | |
| 14c2 move.b D2, (A2)+ | |
| 14c3 move.b D3, (A2)+ | |
| 14c4 move.b D4, (A2)+ | |
| 14c5 move.b D5, (A2)+ | |
| 14c6 move.b D6, (A2)+ | |
| 14c7 move.b D7, (A2)+ | |
| 14d0 move.b (A0), (A2)+ | |
| 14d1 move.b (A1), (A2)+ | |
| 14d2 move.b (A2), (A2)+ | |
| 14d3 move.b (A3), (A2)+ | |
| 14d4 move.b (A4), (A2)+ | |
| 14d5 move.b (A5), (A2)+ | |
| 14d6 move.b (A6), (A2)+ | |
| 14d7 move.b (A7), (A2)+ | |
| 14d8 move.b (A0)+, (A2)+ | |
| 14d9 move.b (A1)+, (A2)+ | |
| 14da move.b (A2)+, (A2)+ | |
| 14db move.b (A3)+, (A2)+ | |
| 14dc move.b (A4)+, (A2)+ | |
| 14dd move.b (A5)+, (A2)+ | |
| 14de move.b (A6)+, (A2)+ | |
| 14df move.b (A7)+, (A2)+ | |
| 14e0 move.b -(A0), (A2)+ | |
| 14e1 move.b -(A1), (A2)+ | |
| 14e2 move.b -(A2), (A2)+ | |
| 14e3 move.b -(A3), (A2)+ | |
| 14e4 move.b -(A4), (A2)+ | |
| 14e5 move.b -(A5), (A2)+ | |
| 14e6 move.b -(A6), (A2)+ | |
| 14e7 move.b -(A7), (A2)+ | |
| 14e8 0123 move.b ($123,A0), (A2)+ | |
| 14e9 0123 move.b ($123,A1), (A2)+ | |
| 14ea 0123 move.b ($123,A2), (A2)+ | |
| 14eb 0123 move.b ($123,A3), (A2)+ | |
| 14ec 0123 move.b ($123,A4), (A2)+ | |
| 14ed 0123 move.b ($123,A5), (A2)+ | |
| 14ee 0123 move.b ($123,A6), (A2)+ | |
| 14ef 0123 move.b ($123,A7), (A2)+ | |
| 14f0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A2)+ | |
| 14f1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A2)+ | |
| 14f2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A2)+ | |
| 14f3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A2)+ | |
| 14f4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A2)+ | |
| 14f5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A2)+ | |
| 14f6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A2)+ | |
| 14f7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A2)+ | |
| 14f8 0123 move.b $123.w, (A2)+ | |
| 14f9 0123 4567 move.b $1234567.l, (A2)+ | |
| 14fa 0123 move.b ($123,PC), (A2)+; ($125) | |
| 14fb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A2)+ | |
| 14fc 0123 move.b #$23, (A2)+ | |
| 1500 move.b D0, -(A2) | |
| 1501 move.b D1, -(A2) | |
| 1502 move.b D2, -(A2) | |
| 1503 move.b D3, -(A2) | |
| 1504 move.b D4, -(A2) | |
| 1505 move.b D5, -(A2) | |
| 1506 move.b D6, -(A2) | |
| 1507 move.b D7, -(A2) | |
| 1510 move.b (A0), -(A2) | |
| 1511 move.b (A1), -(A2) | |
| 1512 move.b (A2), -(A2) | |
| 1513 move.b (A3), -(A2) | |
| 1514 move.b (A4), -(A2) | |
| 1515 move.b (A5), -(A2) | |
| 1516 move.b (A6), -(A2) | |
| 1517 move.b (A7), -(A2) | |
| 1518 move.b (A0)+, -(A2) | |
| 1519 move.b (A1)+, -(A2) | |
| 151a move.b (A2)+, -(A2) | |
| 151b move.b (A3)+, -(A2) | |
| 151c move.b (A4)+, -(A2) | |
| 151d move.b (A5)+, -(A2) | |
| 151e move.b (A6)+, -(A2) | |
| 151f move.b (A7)+, -(A2) | |
| 1520 move.b -(A0), -(A2) | |
| 1521 move.b -(A1), -(A2) | |
| 1522 move.b -(A2), -(A2) | |
| 1523 move.b -(A3), -(A2) | |
| 1524 move.b -(A4), -(A2) | |
| 1525 move.b -(A5), -(A2) | |
| 1526 move.b -(A6), -(A2) | |
| 1527 move.b -(A7), -(A2) | |
| 1528 0123 move.b ($123,A0), -(A2) | |
| 1529 0123 move.b ($123,A1), -(A2) | |
| 152a 0123 move.b ($123,A2), -(A2) | |
| 152b 0123 move.b ($123,A3), -(A2) | |
| 152c 0123 move.b ($123,A4), -(A2) | |
| 152d 0123 move.b ($123,A5), -(A2) | |
| 152e 0123 move.b ($123,A6), -(A2) | |
| 152f 0123 move.b ($123,A7), -(A2) | |
| 1530 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A2) | |
| 1531 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A2) | |
| 1532 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A2) | |
| 1533 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A2) | |
| 1534 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A2) | |
| 1535 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A2) | |
| 1536 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A2) | |
| 1537 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A2) | |
| 1538 0123 move.b $123.w, -(A2) | |
| 1539 0123 4567 move.b $1234567.l, -(A2) | |
| 153a 0123 move.b ($123,PC), -(A2); ($125) | |
| 153b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A2) | |
| 153c 0123 move.b #$23, -(A2) | |
| 1540 0123 move.b D0, ($123,A2) | |
| 1541 0123 move.b D1, ($123,A2) | |
| 1542 0123 move.b D2, ($123,A2) | |
| 1543 0123 move.b D3, ($123,A2) | |
| 1544 0123 move.b D4, ($123,A2) | |
| 1545 0123 move.b D5, ($123,A2) | |
| 1546 0123 move.b D6, ($123,A2) | |
| 1547 0123 move.b D7, ($123,A2) | |
| 1550 0123 move.b (A0), ($123,A2) | |
| 1551 0123 move.b (A1), ($123,A2) | |
| 1552 0123 move.b (A2), ($123,A2) | |
| 1553 0123 move.b (A3), ($123,A2) | |
| 1554 0123 move.b (A4), ($123,A2) | |
| 1555 0123 move.b (A5), ($123,A2) | |
| 1556 0123 move.b (A6), ($123,A2) | |
| 1557 0123 move.b (A7), ($123,A2) | |
| 1558 0123 move.b (A0)+, ($123,A2) | |
| 1559 0123 move.b (A1)+, ($123,A2) | |
| 155a 0123 move.b (A2)+, ($123,A2) | |
| 155b 0123 move.b (A3)+, ($123,A2) | |
| 155c 0123 move.b (A4)+, ($123,A2) | |
| 155d 0123 move.b (A5)+, ($123,A2) | |
| 155e 0123 move.b (A6)+, ($123,A2) | |
| 155f 0123 move.b (A7)+, ($123,A2) | |
| 1560 0123 move.b -(A0), ($123,A2) | |
| 1561 0123 move.b -(A1), ($123,A2) | |
| 1562 0123 move.b -(A2), ($123,A2) | |
| 1563 0123 move.b -(A3), ($123,A2) | |
| 1564 0123 move.b -(A4), ($123,A2) | |
| 1565 0123 move.b -(A5), ($123,A2) | |
| 1566 0123 move.b -(A6), ($123,A2) | |
| 1567 0123 move.b -(A7), ($123,A2) | |
| 1568 0123 4567 move.b ($123,A0), ($4567,A2) | |
| 1569 0123 4567 move.b ($123,A1), ($4567,A2) | |
| 156a 0123 4567 move.b ($123,A2), ($4567,A2) | |
| 156b 0123 4567 move.b ($123,A3), ($4567,A2) | |
| 156c 0123 4567 move.b ($123,A4), ($4567,A2) | |
| 156d 0123 4567 move.b ($123,A5), ($4567,A2) | |
| 156e 0123 4567 move.b ($123,A6), ($4567,A2) | |
| 156f 0123 4567 move.b ($123,A7), ($4567,A2) | |
| 1570 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A2) | |
| 1571 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A2) | |
| 1572 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A2) | |
| 1573 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A2) | |
| 1574 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A2) | |
| 1575 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A2) | |
| 1576 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A2) | |
| 1577 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A2) | |
| 1578 0123 4567 move.b $123.w, ($4567,A2) | |
| 1579 0123 4567 89ab move.b $1234567.l, (-$7655,A2) | |
| 157a 0123 4567 move.b ($123,PC), ($4567,A2); ($125) | |
| 157b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A2) | |
| 157c 0123 4567 move.b #$23, ($4567,A2) | |
| 1580 0123 4567 89ab cdef move.b D0, ([$4567,A2,D0.w],-$3211) | |
| 1581 0123 4567 89ab cdef move.b D1, ([$4567,A2,D0.w],-$3211) | |
| 1582 0123 4567 89ab cdef move.b D2, ([$4567,A2,D0.w],-$3211) | |
| 1583 0123 4567 89ab cdef move.b D3, ([$4567,A2,D0.w],-$3211) | |
| 1584 0123 4567 89ab cdef move.b D4, ([$4567,A2,D0.w],-$3211) | |
| 1585 0123 4567 89ab cdef move.b D5, ([$4567,A2,D0.w],-$3211) | |
| 1586 0123 4567 89ab cdef move.b D6, ([$4567,A2,D0.w],-$3211) | |
| 1587 0123 4567 89ab cdef move.b D7, ([$4567,A2,D0.w],-$3211) | |
| 1590 0123 4567 89ab cdef move.b (A0), ([$4567,A2,D0.w],-$3211) | |
| 1591 0123 4567 89ab cdef move.b (A1), ([$4567,A2,D0.w],-$3211) | |
| 1592 0123 4567 89ab cdef move.b (A2), ([$4567,A2,D0.w],-$3211) | |
| 1593 0123 4567 89ab cdef move.b (A3), ([$4567,A2,D0.w],-$3211) | |
| 1594 0123 4567 89ab cdef move.b (A4), ([$4567,A2,D0.w],-$3211) | |
| 1595 0123 4567 89ab cdef move.b (A5), ([$4567,A2,D0.w],-$3211) | |
| 1596 0123 4567 89ab cdef move.b (A6), ([$4567,A2,D0.w],-$3211) | |
| 1597 0123 4567 89ab cdef move.b (A7), ([$4567,A2,D0.w],-$3211) | |
| 1598 0123 4567 89ab cdef move.b (A0)+, ([$4567,A2,D0.w],-$3211) | |
| 1599 0123 4567 89ab cdef move.b (A1)+, ([$4567,A2,D0.w],-$3211) | |
| 159a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A2,D0.w],-$3211) | |
| 159b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A2,D0.w],-$3211) | |
| 159c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A2,D0.w],-$3211) | |
| 159d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A2,D0.w],-$3211) | |
| 159e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A2,D0.w],-$3211) | |
| 159f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A2,D0.w],-$3211) | |
| 15a0 0123 4567 89ab cdef move.b -(A0), ([$4567,A2,D0.w],-$3211) | |
| 15a1 0123 4567 89ab cdef move.b -(A1), ([$4567,A2,D0.w],-$3211) | |
| 15a2 0123 4567 89ab cdef move.b -(A2), ([$4567,A2,D0.w],-$3211) | |
| 15a3 0123 4567 89ab cdef move.b -(A3), ([$4567,A2,D0.w],-$3211) | |
| 15a4 0123 4567 89ab cdef move.b -(A4), ([$4567,A2,D0.w],-$3211) | |
| 15a5 0123 4567 89ab cdef move.b -(A5), ([$4567,A2,D0.w],-$3211) | |
| 15a6 0123 4567 89ab cdef move.b -(A6), ([$4567,A2,D0.w],-$3211) | |
| 15a7 0123 4567 89ab cdef move.b -(A7), ([$4567,A2,D0.w],-$3211) | |
| 15a8 0123 4567 89ab move.b ($123,A0), ([-$7655,A2]) | |
| 15a9 0123 4567 89ab move.b ($123,A1), ([-$7655,A2]) | |
| 15aa 0123 4567 89ab move.b ($123,A2), ([-$7655,A2]) | |
| 15ab 0123 4567 89ab move.b ($123,A3), ([-$7655,A2]) | |
| 15ac 0123 4567 89ab move.b ($123,A4), ([-$7655,A2]) | |
| 15ad 0123 4567 89ab move.b ($123,A5), ([-$7655,A2]) | |
| 15ae 0123 4567 89ab move.b ($123,A6), ([-$7655,A2]) | |
| 15af 0123 4567 89ab move.b ($123,A7), ([-$7655,A2]) | |
| 15b0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A2,D0.w) | |
| 15b1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A2,D0.w) | |
| 15b2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A2,D0.w) | |
| 15b3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A2,D0.w) | |
| 15b4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A2,D0.w) | |
| 15b5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A2,D0.w) | |
| 15b6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A2,D0.w) | |
| 15b7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A2,D0.w) | |
| 15b8 0123 4567 89ab move.b $123.w, ([-$7655,A2]) | |
| 15b9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 15ba 0123 4567 89ab move.b ($123,PC), ([-$7655,A2]); ($125) | |
| 15bb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A2,D0.w) | |
| 15bc 0123 4567 89ab move.b #$23, ([-$7655,A2]) | |
| 1600 move.b D0, D3 | |
| 1601 move.b D1, D3 | |
| 1602 move.b D2, D3 | |
| 1603 move.b D3, D3 | |
| 1604 move.b D4, D3 | |
| 1605 move.b D5, D3 | |
| 1606 move.b D6, D3 | |
| 1607 move.b D7, D3 | |
| 1610 move.b (A0), D3 | |
| 1611 move.b (A1), D3 | |
| 1612 move.b (A2), D3 | |
| 1613 move.b (A3), D3 | |
| 1614 move.b (A4), D3 | |
| 1615 move.b (A5), D3 | |
| 1616 move.b (A6), D3 | |
| 1617 move.b (A7), D3 | |
| 1618 move.b (A0)+, D3 | |
| 1619 move.b (A1)+, D3 | |
| 161a move.b (A2)+, D3 | |
| 161b move.b (A3)+, D3 | |
| 161c move.b (A4)+, D3 | |
| 161d move.b (A5)+, D3 | |
| 161e move.b (A6)+, D3 | |
| 161f move.b (A7)+, D3 | |
| 1620 move.b -(A0), D3 | |
| 1621 move.b -(A1), D3 | |
| 1622 move.b -(A2), D3 | |
| 1623 move.b -(A3), D3 | |
| 1624 move.b -(A4), D3 | |
| 1625 move.b -(A5), D3 | |
| 1626 move.b -(A6), D3 | |
| 1627 move.b -(A7), D3 | |
| 1628 0123 move.b ($123,A0), D3 | |
| 1629 0123 move.b ($123,A1), D3 | |
| 162a 0123 move.b ($123,A2), D3 | |
| 162b 0123 move.b ($123,A3), D3 | |
| 162c 0123 move.b ($123,A4), D3 | |
| 162d 0123 move.b ($123,A5), D3 | |
| 162e 0123 move.b ($123,A6), D3 | |
| 162f 0123 move.b ($123,A7), D3 | |
| 1630 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D3 | |
| 1631 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D3 | |
| 1632 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D3 | |
| 1633 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D3 | |
| 1634 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D3 | |
| 1635 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D3 | |
| 1636 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D3 | |
| 1637 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D3 | |
| 1638 0123 move.b $123.w, D3 | |
| 1639 0123 4567 move.b $1234567.l, D3 | |
| 163a 0123 move.b ($123,PC), D3; ($125) | |
| 163b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D3 | |
| 163c 0123 move.b #$23, D3 | |
| 1680 move.b D0, (A3) | |
| 1681 move.b D1, (A3) | |
| 1682 move.b D2, (A3) | |
| 1683 move.b D3, (A3) | |
| 1684 move.b D4, (A3) | |
| 1685 move.b D5, (A3) | |
| 1686 move.b D6, (A3) | |
| 1687 move.b D7, (A3) | |
| 1690 move.b (A0), (A3) | |
| 1691 move.b (A1), (A3) | |
| 1692 move.b (A2), (A3) | |
| 1693 move.b (A3), (A3) | |
| 1694 move.b (A4), (A3) | |
| 1695 move.b (A5), (A3) | |
| 1696 move.b (A6), (A3) | |
| 1697 move.b (A7), (A3) | |
| 1698 move.b (A0)+, (A3) | |
| 1699 move.b (A1)+, (A3) | |
| 169a move.b (A2)+, (A3) | |
| 169b move.b (A3)+, (A3) | |
| 169c move.b (A4)+, (A3) | |
| 169d move.b (A5)+, (A3) | |
| 169e move.b (A6)+, (A3) | |
| 169f move.b (A7)+, (A3) | |
| 16a0 move.b -(A0), (A3) | |
| 16a1 move.b -(A1), (A3) | |
| 16a2 move.b -(A2), (A3) | |
| 16a3 move.b -(A3), (A3) | |
| 16a4 move.b -(A4), (A3) | |
| 16a5 move.b -(A5), (A3) | |
| 16a6 move.b -(A6), (A3) | |
| 16a7 move.b -(A7), (A3) | |
| 16a8 0123 move.b ($123,A0), (A3) | |
| 16a9 0123 move.b ($123,A1), (A3) | |
| 16aa 0123 move.b ($123,A2), (A3) | |
| 16ab 0123 move.b ($123,A3), (A3) | |
| 16ac 0123 move.b ($123,A4), (A3) | |
| 16ad 0123 move.b ($123,A5), (A3) | |
| 16ae 0123 move.b ($123,A6), (A3) | |
| 16af 0123 move.b ($123,A7), (A3) | |
| 16b0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A3) | |
| 16b1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A3) | |
| 16b2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A3) | |
| 16b3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A3) | |
| 16b4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A3) | |
| 16b5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A3) | |
| 16b6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A3) | |
| 16b7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A3) | |
| 16b8 0123 move.b $123.w, (A3) | |
| 16b9 0123 4567 move.b $1234567.l, (A3) | |
| 16ba 0123 move.b ($123,PC), (A3); ($125) | |
| 16bb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A3) | |
| 16bc 0123 move.b #$23, (A3) | |
| 16c0 move.b D0, (A3)+ | |
| 16c1 move.b D1, (A3)+ | |
| 16c2 move.b D2, (A3)+ | |
| 16c3 move.b D3, (A3)+ | |
| 16c4 move.b D4, (A3)+ | |
| 16c5 move.b D5, (A3)+ | |
| 16c6 move.b D6, (A3)+ | |
| 16c7 move.b D7, (A3)+ | |
| 16d0 move.b (A0), (A3)+ | |
| 16d1 move.b (A1), (A3)+ | |
| 16d2 move.b (A2), (A3)+ | |
| 16d3 move.b (A3), (A3)+ | |
| 16d4 move.b (A4), (A3)+ | |
| 16d5 move.b (A5), (A3)+ | |
| 16d6 move.b (A6), (A3)+ | |
| 16d7 move.b (A7), (A3)+ | |
| 16d8 move.b (A0)+, (A3)+ | |
| 16d9 move.b (A1)+, (A3)+ | |
| 16da move.b (A2)+, (A3)+ | |
| 16db move.b (A3)+, (A3)+ | |
| 16dc move.b (A4)+, (A3)+ | |
| 16dd move.b (A5)+, (A3)+ | |
| 16de move.b (A6)+, (A3)+ | |
| 16df move.b (A7)+, (A3)+ | |
| 16e0 move.b -(A0), (A3)+ | |
| 16e1 move.b -(A1), (A3)+ | |
| 16e2 move.b -(A2), (A3)+ | |
| 16e3 move.b -(A3), (A3)+ | |
| 16e4 move.b -(A4), (A3)+ | |
| 16e5 move.b -(A5), (A3)+ | |
| 16e6 move.b -(A6), (A3)+ | |
| 16e7 move.b -(A7), (A3)+ | |
| 16e8 0123 move.b ($123,A0), (A3)+ | |
| 16e9 0123 move.b ($123,A1), (A3)+ | |
| 16ea 0123 move.b ($123,A2), (A3)+ | |
| 16eb 0123 move.b ($123,A3), (A3)+ | |
| 16ec 0123 move.b ($123,A4), (A3)+ | |
| 16ed 0123 move.b ($123,A5), (A3)+ | |
| 16ee 0123 move.b ($123,A6), (A3)+ | |
| 16ef 0123 move.b ($123,A7), (A3)+ | |
| 16f0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A3)+ | |
| 16f1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A3)+ | |
| 16f2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A3)+ | |
| 16f3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A3)+ | |
| 16f4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A3)+ | |
| 16f5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A3)+ | |
| 16f6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A3)+ | |
| 16f7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A3)+ | |
| 16f8 0123 move.b $123.w, (A3)+ | |
| 16f9 0123 4567 move.b $1234567.l, (A3)+ | |
| 16fa 0123 move.b ($123,PC), (A3)+; ($125) | |
| 16fb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A3)+ | |
| 16fc 0123 move.b #$23, (A3)+ | |
| 1700 move.b D0, -(A3) | |
| 1701 move.b D1, -(A3) | |
| 1702 move.b D2, -(A3) | |
| 1703 move.b D3, -(A3) | |
| 1704 move.b D4, -(A3) | |
| 1705 move.b D5, -(A3) | |
| 1706 move.b D6, -(A3) | |
| 1707 move.b D7, -(A3) | |
| 1710 move.b (A0), -(A3) | |
| 1711 move.b (A1), -(A3) | |
| 1712 move.b (A2), -(A3) | |
| 1713 move.b (A3), -(A3) | |
| 1714 move.b (A4), -(A3) | |
| 1715 move.b (A5), -(A3) | |
| 1716 move.b (A6), -(A3) | |
| 1717 move.b (A7), -(A3) | |
| 1718 move.b (A0)+, -(A3) | |
| 1719 move.b (A1)+, -(A3) | |
| 171a move.b (A2)+, -(A3) | |
| 171b move.b (A3)+, -(A3) | |
| 171c move.b (A4)+, -(A3) | |
| 171d move.b (A5)+, -(A3) | |
| 171e move.b (A6)+, -(A3) | |
| 171f move.b (A7)+, -(A3) | |
| 1720 move.b -(A0), -(A3) | |
| 1721 move.b -(A1), -(A3) | |
| 1722 move.b -(A2), -(A3) | |
| 1723 move.b -(A3), -(A3) | |
| 1724 move.b -(A4), -(A3) | |
| 1725 move.b -(A5), -(A3) | |
| 1726 move.b -(A6), -(A3) | |
| 1727 move.b -(A7), -(A3) | |
| 1728 0123 move.b ($123,A0), -(A3) | |
| 1729 0123 move.b ($123,A1), -(A3) | |
| 172a 0123 move.b ($123,A2), -(A3) | |
| 172b 0123 move.b ($123,A3), -(A3) | |
| 172c 0123 move.b ($123,A4), -(A3) | |
| 172d 0123 move.b ($123,A5), -(A3) | |
| 172e 0123 move.b ($123,A6), -(A3) | |
| 172f 0123 move.b ($123,A7), -(A3) | |
| 1730 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A3) | |
| 1731 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A3) | |
| 1732 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A3) | |
| 1733 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A3) | |
| 1734 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A3) | |
| 1735 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A3) | |
| 1736 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A3) | |
| 1737 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A3) | |
| 1738 0123 move.b $123.w, -(A3) | |
| 1739 0123 4567 move.b $1234567.l, -(A3) | |
| 173a 0123 move.b ($123,PC), -(A3); ($125) | |
| 173b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A3) | |
| 173c 0123 move.b #$23, -(A3) | |
| 1740 0123 move.b D0, ($123,A3) | |
| 1741 0123 move.b D1, ($123,A3) | |
| 1742 0123 move.b D2, ($123,A3) | |
| 1743 0123 move.b D3, ($123,A3) | |
| 1744 0123 move.b D4, ($123,A3) | |
| 1745 0123 move.b D5, ($123,A3) | |
| 1746 0123 move.b D6, ($123,A3) | |
| 1747 0123 move.b D7, ($123,A3) | |
| 1750 0123 move.b (A0), ($123,A3) | |
| 1751 0123 move.b (A1), ($123,A3) | |
| 1752 0123 move.b (A2), ($123,A3) | |
| 1753 0123 move.b (A3), ($123,A3) | |
| 1754 0123 move.b (A4), ($123,A3) | |
| 1755 0123 move.b (A5), ($123,A3) | |
| 1756 0123 move.b (A6), ($123,A3) | |
| 1757 0123 move.b (A7), ($123,A3) | |
| 1758 0123 move.b (A0)+, ($123,A3) | |
| 1759 0123 move.b (A1)+, ($123,A3) | |
| 175a 0123 move.b (A2)+, ($123,A3) | |
| 175b 0123 move.b (A3)+, ($123,A3) | |
| 175c 0123 move.b (A4)+, ($123,A3) | |
| 175d 0123 move.b (A5)+, ($123,A3) | |
| 175e 0123 move.b (A6)+, ($123,A3) | |
| 175f 0123 move.b (A7)+, ($123,A3) | |
| 1760 0123 move.b -(A0), ($123,A3) | |
| 1761 0123 move.b -(A1), ($123,A3) | |
| 1762 0123 move.b -(A2), ($123,A3) | |
| 1763 0123 move.b -(A3), ($123,A3) | |
| 1764 0123 move.b -(A4), ($123,A3) | |
| 1765 0123 move.b -(A5), ($123,A3) | |
| 1766 0123 move.b -(A6), ($123,A3) | |
| 1767 0123 move.b -(A7), ($123,A3) | |
| 1768 0123 4567 move.b ($123,A0), ($4567,A3) | |
| 1769 0123 4567 move.b ($123,A1), ($4567,A3) | |
| 176a 0123 4567 move.b ($123,A2), ($4567,A3) | |
| 176b 0123 4567 move.b ($123,A3), ($4567,A3) | |
| 176c 0123 4567 move.b ($123,A4), ($4567,A3) | |
| 176d 0123 4567 move.b ($123,A5), ($4567,A3) | |
| 176e 0123 4567 move.b ($123,A6), ($4567,A3) | |
| 176f 0123 4567 move.b ($123,A7), ($4567,A3) | |
| 1770 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A3) | |
| 1771 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A3) | |
| 1772 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A3) | |
| 1773 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A3) | |
| 1774 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A3) | |
| 1775 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A3) | |
| 1776 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A3) | |
| 1777 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A3) | |
| 1778 0123 4567 move.b $123.w, ($4567,A3) | |
| 1779 0123 4567 89ab move.b $1234567.l, (-$7655,A3) | |
| 177a 0123 4567 move.b ($123,PC), ($4567,A3); ($125) | |
| 177b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A3) | |
| 177c 0123 4567 move.b #$23, ($4567,A3) | |
| 1780 0123 4567 89ab cdef move.b D0, ([$4567,A3,D0.w],-$3211) | |
| 1781 0123 4567 89ab cdef move.b D1, ([$4567,A3,D0.w],-$3211) | |
| 1782 0123 4567 89ab cdef move.b D2, ([$4567,A3,D0.w],-$3211) | |
| 1783 0123 4567 89ab cdef move.b D3, ([$4567,A3,D0.w],-$3211) | |
| 1784 0123 4567 89ab cdef move.b D4, ([$4567,A3,D0.w],-$3211) | |
| 1785 0123 4567 89ab cdef move.b D5, ([$4567,A3,D0.w],-$3211) | |
| 1786 0123 4567 89ab cdef move.b D6, ([$4567,A3,D0.w],-$3211) | |
| 1787 0123 4567 89ab cdef move.b D7, ([$4567,A3,D0.w],-$3211) | |
| 1790 0123 4567 89ab cdef move.b (A0), ([$4567,A3,D0.w],-$3211) | |
| 1791 0123 4567 89ab cdef move.b (A1), ([$4567,A3,D0.w],-$3211) | |
| 1792 0123 4567 89ab cdef move.b (A2), ([$4567,A3,D0.w],-$3211) | |
| 1793 0123 4567 89ab cdef move.b (A3), ([$4567,A3,D0.w],-$3211) | |
| 1794 0123 4567 89ab cdef move.b (A4), ([$4567,A3,D0.w],-$3211) | |
| 1795 0123 4567 89ab cdef move.b (A5), ([$4567,A3,D0.w],-$3211) | |
| 1796 0123 4567 89ab cdef move.b (A6), ([$4567,A3,D0.w],-$3211) | |
| 1797 0123 4567 89ab cdef move.b (A7), ([$4567,A3,D0.w],-$3211) | |
| 1798 0123 4567 89ab cdef move.b (A0)+, ([$4567,A3,D0.w],-$3211) | |
| 1799 0123 4567 89ab cdef move.b (A1)+, ([$4567,A3,D0.w],-$3211) | |
| 179a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A3,D0.w],-$3211) | |
| 179b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A3,D0.w],-$3211) | |
| 179c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A3,D0.w],-$3211) | |
| 179d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A3,D0.w],-$3211) | |
| 179e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A3,D0.w],-$3211) | |
| 179f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A3,D0.w],-$3211) | |
| 17a0 0123 4567 89ab cdef move.b -(A0), ([$4567,A3,D0.w],-$3211) | |
| 17a1 0123 4567 89ab cdef move.b -(A1), ([$4567,A3,D0.w],-$3211) | |
| 17a2 0123 4567 89ab cdef move.b -(A2), ([$4567,A3,D0.w],-$3211) | |
| 17a3 0123 4567 89ab cdef move.b -(A3), ([$4567,A3,D0.w],-$3211) | |
| 17a4 0123 4567 89ab cdef move.b -(A4), ([$4567,A3,D0.w],-$3211) | |
| 17a5 0123 4567 89ab cdef move.b -(A5), ([$4567,A3,D0.w],-$3211) | |
| 17a6 0123 4567 89ab cdef move.b -(A6), ([$4567,A3,D0.w],-$3211) | |
| 17a7 0123 4567 89ab cdef move.b -(A7), ([$4567,A3,D0.w],-$3211) | |
| 17a8 0123 4567 89ab move.b ($123,A0), ([-$7655,A3]) | |
| 17a9 0123 4567 89ab move.b ($123,A1), ([-$7655,A3]) | |
| 17aa 0123 4567 89ab move.b ($123,A2), ([-$7655,A3]) | |
| 17ab 0123 4567 89ab move.b ($123,A3), ([-$7655,A3]) | |
| 17ac 0123 4567 89ab move.b ($123,A4), ([-$7655,A3]) | |
| 17ad 0123 4567 89ab move.b ($123,A5), ([-$7655,A3]) | |
| 17ae 0123 4567 89ab move.b ($123,A6), ([-$7655,A3]) | |
| 17af 0123 4567 89ab move.b ($123,A7), ([-$7655,A3]) | |
| 17b0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A3,D0.w) | |
| 17b1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A3,D0.w) | |
| 17b2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A3,D0.w) | |
| 17b3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A3,D0.w) | |
| 17b4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A3,D0.w) | |
| 17b5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A3,D0.w) | |
| 17b6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A3,D0.w) | |
| 17b7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A3,D0.w) | |
| 17b8 0123 4567 89ab move.b $123.w, ([-$7655,A3]) | |
| 17b9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 17ba 0123 4567 89ab move.b ($123,PC), ([-$7655,A3]); ($125) | |
| 17bb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A3,D0.w) | |
| 17bc 0123 4567 89ab move.b #$23, ([-$7655,A3]) | |
| 1800 move.b D0, D4 | |
| 1801 move.b D1, D4 | |
| 1802 move.b D2, D4 | |
| 1803 move.b D3, D4 | |
| 1804 move.b D4, D4 | |
| 1805 move.b D5, D4 | |
| 1806 move.b D6, D4 | |
| 1807 move.b D7, D4 | |
| 1810 move.b (A0), D4 | |
| 1811 move.b (A1), D4 | |
| 1812 move.b (A2), D4 | |
| 1813 move.b (A3), D4 | |
| 1814 move.b (A4), D4 | |
| 1815 move.b (A5), D4 | |
| 1816 move.b (A6), D4 | |
| 1817 move.b (A7), D4 | |
| 1818 move.b (A0)+, D4 | |
| 1819 move.b (A1)+, D4 | |
| 181a move.b (A2)+, D4 | |
| 181b move.b (A3)+, D4 | |
| 181c move.b (A4)+, D4 | |
| 181d move.b (A5)+, D4 | |
| 181e move.b (A6)+, D4 | |
| 181f move.b (A7)+, D4 | |
| 1820 move.b -(A0), D4 | |
| 1821 move.b -(A1), D4 | |
| 1822 move.b -(A2), D4 | |
| 1823 move.b -(A3), D4 | |
| 1824 move.b -(A4), D4 | |
| 1825 move.b -(A5), D4 | |
| 1826 move.b -(A6), D4 | |
| 1827 move.b -(A7), D4 | |
| 1828 0123 move.b ($123,A0), D4 | |
| 1829 0123 move.b ($123,A1), D4 | |
| 182a 0123 move.b ($123,A2), D4 | |
| 182b 0123 move.b ($123,A3), D4 | |
| 182c 0123 move.b ($123,A4), D4 | |
| 182d 0123 move.b ($123,A5), D4 | |
| 182e 0123 move.b ($123,A6), D4 | |
| 182f 0123 move.b ($123,A7), D4 | |
| 1830 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D4 | |
| 1831 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D4 | |
| 1832 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D4 | |
| 1833 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D4 | |
| 1834 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D4 | |
| 1835 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D4 | |
| 1836 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D4 | |
| 1837 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D4 | |
| 1838 0123 move.b $123.w, D4 | |
| 1839 0123 4567 move.b $1234567.l, D4 | |
| 183a 0123 move.b ($123,PC), D4; ($125) | |
| 183b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D4 | |
| 183c 0123 move.b #$23, D4 | |
| 1880 move.b D0, (A4) | |
| 1881 move.b D1, (A4) | |
| 1882 move.b D2, (A4) | |
| 1883 move.b D3, (A4) | |
| 1884 move.b D4, (A4) | |
| 1885 move.b D5, (A4) | |
| 1886 move.b D6, (A4) | |
| 1887 move.b D7, (A4) | |
| 1890 move.b (A0), (A4) | |
| 1891 move.b (A1), (A4) | |
| 1892 move.b (A2), (A4) | |
| 1893 move.b (A3), (A4) | |
| 1894 move.b (A4), (A4) | |
| 1895 move.b (A5), (A4) | |
| 1896 move.b (A6), (A4) | |
| 1897 move.b (A7), (A4) | |
| 1898 move.b (A0)+, (A4) | |
| 1899 move.b (A1)+, (A4) | |
| 189a move.b (A2)+, (A4) | |
| 189b move.b (A3)+, (A4) | |
| 189c move.b (A4)+, (A4) | |
| 189d move.b (A5)+, (A4) | |
| 189e move.b (A6)+, (A4) | |
| 189f move.b (A7)+, (A4) | |
| 18a0 move.b -(A0), (A4) | |
| 18a1 move.b -(A1), (A4) | |
| 18a2 move.b -(A2), (A4) | |
| 18a3 move.b -(A3), (A4) | |
| 18a4 move.b -(A4), (A4) | |
| 18a5 move.b -(A5), (A4) | |
| 18a6 move.b -(A6), (A4) | |
| 18a7 move.b -(A7), (A4) | |
| 18a8 0123 move.b ($123,A0), (A4) | |
| 18a9 0123 move.b ($123,A1), (A4) | |
| 18aa 0123 move.b ($123,A2), (A4) | |
| 18ab 0123 move.b ($123,A3), (A4) | |
| 18ac 0123 move.b ($123,A4), (A4) | |
| 18ad 0123 move.b ($123,A5), (A4) | |
| 18ae 0123 move.b ($123,A6), (A4) | |
| 18af 0123 move.b ($123,A7), (A4) | |
| 18b0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A4) | |
| 18b1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A4) | |
| 18b2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A4) | |
| 18b3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A4) | |
| 18b4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A4) | |
| 18b5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A4) | |
| 18b6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A4) | |
| 18b7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A4) | |
| 18b8 0123 move.b $123.w, (A4) | |
| 18b9 0123 4567 move.b $1234567.l, (A4) | |
| 18ba 0123 move.b ($123,PC), (A4); ($125) | |
| 18bb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A4) | |
| 18bc 0123 move.b #$23, (A4) | |
| 18c0 move.b D0, (A4)+ | |
| 18c1 move.b D1, (A4)+ | |
| 18c2 move.b D2, (A4)+ | |
| 18c3 move.b D3, (A4)+ | |
| 18c4 move.b D4, (A4)+ | |
| 18c5 move.b D5, (A4)+ | |
| 18c6 move.b D6, (A4)+ | |
| 18c7 move.b D7, (A4)+ | |
| 18d0 move.b (A0), (A4)+ | |
| 18d1 move.b (A1), (A4)+ | |
| 18d2 move.b (A2), (A4)+ | |
| 18d3 move.b (A3), (A4)+ | |
| 18d4 move.b (A4), (A4)+ | |
| 18d5 move.b (A5), (A4)+ | |
| 18d6 move.b (A6), (A4)+ | |
| 18d7 move.b (A7), (A4)+ | |
| 18d8 move.b (A0)+, (A4)+ | |
| 18d9 move.b (A1)+, (A4)+ | |
| 18da move.b (A2)+, (A4)+ | |
| 18db move.b (A3)+, (A4)+ | |
| 18dc move.b (A4)+, (A4)+ | |
| 18dd move.b (A5)+, (A4)+ | |
| 18de move.b (A6)+, (A4)+ | |
| 18df move.b (A7)+, (A4)+ | |
| 18e0 move.b -(A0), (A4)+ | |
| 18e1 move.b -(A1), (A4)+ | |
| 18e2 move.b -(A2), (A4)+ | |
| 18e3 move.b -(A3), (A4)+ | |
| 18e4 move.b -(A4), (A4)+ | |
| 18e5 move.b -(A5), (A4)+ | |
| 18e6 move.b -(A6), (A4)+ | |
| 18e7 move.b -(A7), (A4)+ | |
| 18e8 0123 move.b ($123,A0), (A4)+ | |
| 18e9 0123 move.b ($123,A1), (A4)+ | |
| 18ea 0123 move.b ($123,A2), (A4)+ | |
| 18eb 0123 move.b ($123,A3), (A4)+ | |
| 18ec 0123 move.b ($123,A4), (A4)+ | |
| 18ed 0123 move.b ($123,A5), (A4)+ | |
| 18ee 0123 move.b ($123,A6), (A4)+ | |
| 18ef 0123 move.b ($123,A7), (A4)+ | |
| 18f0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A4)+ | |
| 18f1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A4)+ | |
| 18f2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A4)+ | |
| 18f3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A4)+ | |
| 18f4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A4)+ | |
| 18f5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A4)+ | |
| 18f6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A4)+ | |
| 18f7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A4)+ | |
| 18f8 0123 move.b $123.w, (A4)+ | |
| 18f9 0123 4567 move.b $1234567.l, (A4)+ | |
| 18fa 0123 move.b ($123,PC), (A4)+; ($125) | |
| 18fb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A4)+ | |
| 18fc 0123 move.b #$23, (A4)+ | |
| 1900 move.b D0, -(A4) | |
| 1901 move.b D1, -(A4) | |
| 1902 move.b D2, -(A4) | |
| 1903 move.b D3, -(A4) | |
| 1904 move.b D4, -(A4) | |
| 1905 move.b D5, -(A4) | |
| 1906 move.b D6, -(A4) | |
| 1907 move.b D7, -(A4) | |
| 1910 move.b (A0), -(A4) | |
| 1911 move.b (A1), -(A4) | |
| 1912 move.b (A2), -(A4) | |
| 1913 move.b (A3), -(A4) | |
| 1914 move.b (A4), -(A4) | |
| 1915 move.b (A5), -(A4) | |
| 1916 move.b (A6), -(A4) | |
| 1917 move.b (A7), -(A4) | |
| 1918 move.b (A0)+, -(A4) | |
| 1919 move.b (A1)+, -(A4) | |
| 191a move.b (A2)+, -(A4) | |
| 191b move.b (A3)+, -(A4) | |
| 191c move.b (A4)+, -(A4) | |
| 191d move.b (A5)+, -(A4) | |
| 191e move.b (A6)+, -(A4) | |
| 191f move.b (A7)+, -(A4) | |
| 1920 move.b -(A0), -(A4) | |
| 1921 move.b -(A1), -(A4) | |
| 1922 move.b -(A2), -(A4) | |
| 1923 move.b -(A3), -(A4) | |
| 1924 move.b -(A4), -(A4) | |
| 1925 move.b -(A5), -(A4) | |
| 1926 move.b -(A6), -(A4) | |
| 1927 move.b -(A7), -(A4) | |
| 1928 0123 move.b ($123,A0), -(A4) | |
| 1929 0123 move.b ($123,A1), -(A4) | |
| 192a 0123 move.b ($123,A2), -(A4) | |
| 192b 0123 move.b ($123,A3), -(A4) | |
| 192c 0123 move.b ($123,A4), -(A4) | |
| 192d 0123 move.b ($123,A5), -(A4) | |
| 192e 0123 move.b ($123,A6), -(A4) | |
| 192f 0123 move.b ($123,A7), -(A4) | |
| 1930 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A4) | |
| 1931 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A4) | |
| 1932 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A4) | |
| 1933 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A4) | |
| 1934 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A4) | |
| 1935 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A4) | |
| 1936 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A4) | |
| 1937 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A4) | |
| 1938 0123 move.b $123.w, -(A4) | |
| 1939 0123 4567 move.b $1234567.l, -(A4) | |
| 193a 0123 move.b ($123,PC), -(A4); ($125) | |
| 193b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A4) | |
| 193c 0123 move.b #$23, -(A4) | |
| 1940 0123 move.b D0, ($123,A4) | |
| 1941 0123 move.b D1, ($123,A4) | |
| 1942 0123 move.b D2, ($123,A4) | |
| 1943 0123 move.b D3, ($123,A4) | |
| 1944 0123 move.b D4, ($123,A4) | |
| 1945 0123 move.b D5, ($123,A4) | |
| 1946 0123 move.b D6, ($123,A4) | |
| 1947 0123 move.b D7, ($123,A4) | |
| 1950 0123 move.b (A0), ($123,A4) | |
| 1951 0123 move.b (A1), ($123,A4) | |
| 1952 0123 move.b (A2), ($123,A4) | |
| 1953 0123 move.b (A3), ($123,A4) | |
| 1954 0123 move.b (A4), ($123,A4) | |
| 1955 0123 move.b (A5), ($123,A4) | |
| 1956 0123 move.b (A6), ($123,A4) | |
| 1957 0123 move.b (A7), ($123,A4) | |
| 1958 0123 move.b (A0)+, ($123,A4) | |
| 1959 0123 move.b (A1)+, ($123,A4) | |
| 195a 0123 move.b (A2)+, ($123,A4) | |
| 195b 0123 move.b (A3)+, ($123,A4) | |
| 195c 0123 move.b (A4)+, ($123,A4) | |
| 195d 0123 move.b (A5)+, ($123,A4) | |
| 195e 0123 move.b (A6)+, ($123,A4) | |
| 195f 0123 move.b (A7)+, ($123,A4) | |
| 1960 0123 move.b -(A0), ($123,A4) | |
| 1961 0123 move.b -(A1), ($123,A4) | |
| 1962 0123 move.b -(A2), ($123,A4) | |
| 1963 0123 move.b -(A3), ($123,A4) | |
| 1964 0123 move.b -(A4), ($123,A4) | |
| 1965 0123 move.b -(A5), ($123,A4) | |
| 1966 0123 move.b -(A6), ($123,A4) | |
| 1967 0123 move.b -(A7), ($123,A4) | |
| 1968 0123 4567 move.b ($123,A0), ($4567,A4) | |
| 1969 0123 4567 move.b ($123,A1), ($4567,A4) | |
| 196a 0123 4567 move.b ($123,A2), ($4567,A4) | |
| 196b 0123 4567 move.b ($123,A3), ($4567,A4) | |
| 196c 0123 4567 move.b ($123,A4), ($4567,A4) | |
| 196d 0123 4567 move.b ($123,A5), ($4567,A4) | |
| 196e 0123 4567 move.b ($123,A6), ($4567,A4) | |
| 196f 0123 4567 move.b ($123,A7), ($4567,A4) | |
| 1970 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A4) | |
| 1971 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A4) | |
| 1972 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A4) | |
| 1973 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A4) | |
| 1974 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A4) | |
| 1975 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A4) | |
| 1976 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A4) | |
| 1977 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A4) | |
| 1978 0123 4567 move.b $123.w, ($4567,A4) | |
| 1979 0123 4567 89ab move.b $1234567.l, (-$7655,A4) | |
| 197a 0123 4567 move.b ($123,PC), ($4567,A4); ($125) | |
| 197b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A4) | |
| 197c 0123 4567 move.b #$23, ($4567,A4) | |
| 1980 0123 4567 89ab cdef move.b D0, ([$4567,A4,D0.w],-$3211) | |
| 1981 0123 4567 89ab cdef move.b D1, ([$4567,A4,D0.w],-$3211) | |
| 1982 0123 4567 89ab cdef move.b D2, ([$4567,A4,D0.w],-$3211) | |
| 1983 0123 4567 89ab cdef move.b D3, ([$4567,A4,D0.w],-$3211) | |
| 1984 0123 4567 89ab cdef move.b D4, ([$4567,A4,D0.w],-$3211) | |
| 1985 0123 4567 89ab cdef move.b D5, ([$4567,A4,D0.w],-$3211) | |
| 1986 0123 4567 89ab cdef move.b D6, ([$4567,A4,D0.w],-$3211) | |
| 1987 0123 4567 89ab cdef move.b D7, ([$4567,A4,D0.w],-$3211) | |
| 1990 0123 4567 89ab cdef move.b (A0), ([$4567,A4,D0.w],-$3211) | |
| 1991 0123 4567 89ab cdef move.b (A1), ([$4567,A4,D0.w],-$3211) | |
| 1992 0123 4567 89ab cdef move.b (A2), ([$4567,A4,D0.w],-$3211) | |
| 1993 0123 4567 89ab cdef move.b (A3), ([$4567,A4,D0.w],-$3211) | |
| 1994 0123 4567 89ab cdef move.b (A4), ([$4567,A4,D0.w],-$3211) | |
| 1995 0123 4567 89ab cdef move.b (A5), ([$4567,A4,D0.w],-$3211) | |
| 1996 0123 4567 89ab cdef move.b (A6), ([$4567,A4,D0.w],-$3211) | |
| 1997 0123 4567 89ab cdef move.b (A7), ([$4567,A4,D0.w],-$3211) | |
| 1998 0123 4567 89ab cdef move.b (A0)+, ([$4567,A4,D0.w],-$3211) | |
| 1999 0123 4567 89ab cdef move.b (A1)+, ([$4567,A4,D0.w],-$3211) | |
| 199a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A4,D0.w],-$3211) | |
| 199b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A4,D0.w],-$3211) | |
| 199c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A4,D0.w],-$3211) | |
| 199d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A4,D0.w],-$3211) | |
| 199e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A4,D0.w],-$3211) | |
| 199f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A4,D0.w],-$3211) | |
| 19a0 0123 4567 89ab cdef move.b -(A0), ([$4567,A4,D0.w],-$3211) | |
| 19a1 0123 4567 89ab cdef move.b -(A1), ([$4567,A4,D0.w],-$3211) | |
| 19a2 0123 4567 89ab cdef move.b -(A2), ([$4567,A4,D0.w],-$3211) | |
| 19a3 0123 4567 89ab cdef move.b -(A3), ([$4567,A4,D0.w],-$3211) | |
| 19a4 0123 4567 89ab cdef move.b -(A4), ([$4567,A4,D0.w],-$3211) | |
| 19a5 0123 4567 89ab cdef move.b -(A5), ([$4567,A4,D0.w],-$3211) | |
| 19a6 0123 4567 89ab cdef move.b -(A6), ([$4567,A4,D0.w],-$3211) | |
| 19a7 0123 4567 89ab cdef move.b -(A7), ([$4567,A4,D0.w],-$3211) | |
| 19a8 0123 4567 89ab move.b ($123,A0), ([-$7655,A4]) | |
| 19a9 0123 4567 89ab move.b ($123,A1), ([-$7655,A4]) | |
| 19aa 0123 4567 89ab move.b ($123,A2), ([-$7655,A4]) | |
| 19ab 0123 4567 89ab move.b ($123,A3), ([-$7655,A4]) | |
| 19ac 0123 4567 89ab move.b ($123,A4), ([-$7655,A4]) | |
| 19ad 0123 4567 89ab move.b ($123,A5), ([-$7655,A4]) | |
| 19ae 0123 4567 89ab move.b ($123,A6), ([-$7655,A4]) | |
| 19af 0123 4567 89ab move.b ($123,A7), ([-$7655,A4]) | |
| 19b0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A4,D0.w) | |
| 19b1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A4,D0.w) | |
| 19b2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A4,D0.w) | |
| 19b3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A4,D0.w) | |
| 19b4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A4,D0.w) | |
| 19b5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A4,D0.w) | |
| 19b6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A4,D0.w) | |
| 19b7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A4,D0.w) | |
| 19b8 0123 4567 89ab move.b $123.w, ([-$7655,A4]) | |
| 19b9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 19ba 0123 4567 89ab move.b ($123,PC), ([-$7655,A4]); ($125) | |
| 19bb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A4,D0.w) | |
| 19bc 0123 4567 89ab move.b #$23, ([-$7655,A4]) | |
| 1a00 move.b D0, D5 | |
| 1a01 move.b D1, D5 | |
| 1a02 move.b D2, D5 | |
| 1a03 move.b D3, D5 | |
| 1a04 move.b D4, D5 | |
| 1a05 move.b D5, D5 | |
| 1a06 move.b D6, D5 | |
| 1a07 move.b D7, D5 | |
| 1a10 move.b (A0), D5 | |
| 1a11 move.b (A1), D5 | |
| 1a12 move.b (A2), D5 | |
| 1a13 move.b (A3), D5 | |
| 1a14 move.b (A4), D5 | |
| 1a15 move.b (A5), D5 | |
| 1a16 move.b (A6), D5 | |
| 1a17 move.b (A7), D5 | |
| 1a18 move.b (A0)+, D5 | |
| 1a19 move.b (A1)+, D5 | |
| 1a1a move.b (A2)+, D5 | |
| 1a1b move.b (A3)+, D5 | |
| 1a1c move.b (A4)+, D5 | |
| 1a1d move.b (A5)+, D5 | |
| 1a1e move.b (A6)+, D5 | |
| 1a1f move.b (A7)+, D5 | |
| 1a20 move.b -(A0), D5 | |
| 1a21 move.b -(A1), D5 | |
| 1a22 move.b -(A2), D5 | |
| 1a23 move.b -(A3), D5 | |
| 1a24 move.b -(A4), D5 | |
| 1a25 move.b -(A5), D5 | |
| 1a26 move.b -(A6), D5 | |
| 1a27 move.b -(A7), D5 | |
| 1a28 0123 move.b ($123,A0), D5 | |
| 1a29 0123 move.b ($123,A1), D5 | |
| 1a2a 0123 move.b ($123,A2), D5 | |
| 1a2b 0123 move.b ($123,A3), D5 | |
| 1a2c 0123 move.b ($123,A4), D5 | |
| 1a2d 0123 move.b ($123,A5), D5 | |
| 1a2e 0123 move.b ($123,A6), D5 | |
| 1a2f 0123 move.b ($123,A7), D5 | |
| 1a30 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D5 | |
| 1a31 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D5 | |
| 1a32 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D5 | |
| 1a33 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D5 | |
| 1a34 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D5 | |
| 1a35 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D5 | |
| 1a36 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D5 | |
| 1a37 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D5 | |
| 1a38 0123 move.b $123.w, D5 | |
| 1a39 0123 4567 move.b $1234567.l, D5 | |
| 1a3a 0123 move.b ($123,PC), D5; ($125) | |
| 1a3b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D5 | |
| 1a3c 0123 move.b #$23, D5 | |
| 1a80 move.b D0, (A5) | |
| 1a81 move.b D1, (A5) | |
| 1a82 move.b D2, (A5) | |
| 1a83 move.b D3, (A5) | |
| 1a84 move.b D4, (A5) | |
| 1a85 move.b D5, (A5) | |
| 1a86 move.b D6, (A5) | |
| 1a87 move.b D7, (A5) | |
| 1a90 move.b (A0), (A5) | |
| 1a91 move.b (A1), (A5) | |
| 1a92 move.b (A2), (A5) | |
| 1a93 move.b (A3), (A5) | |
| 1a94 move.b (A4), (A5) | |
| 1a95 move.b (A5), (A5) | |
| 1a96 move.b (A6), (A5) | |
| 1a97 move.b (A7), (A5) | |
| 1a98 move.b (A0)+, (A5) | |
| 1a99 move.b (A1)+, (A5) | |
| 1a9a move.b (A2)+, (A5) | |
| 1a9b move.b (A3)+, (A5) | |
| 1a9c move.b (A4)+, (A5) | |
| 1a9d move.b (A5)+, (A5) | |
| 1a9e move.b (A6)+, (A5) | |
| 1a9f move.b (A7)+, (A5) | |
| 1aa0 move.b -(A0), (A5) | |
| 1aa1 move.b -(A1), (A5) | |
| 1aa2 move.b -(A2), (A5) | |
| 1aa3 move.b -(A3), (A5) | |
| 1aa4 move.b -(A4), (A5) | |
| 1aa5 move.b -(A5), (A5) | |
| 1aa6 move.b -(A6), (A5) | |
| 1aa7 move.b -(A7), (A5) | |
| 1aa8 0123 move.b ($123,A0), (A5) | |
| 1aa9 0123 move.b ($123,A1), (A5) | |
| 1aaa 0123 move.b ($123,A2), (A5) | |
| 1aab 0123 move.b ($123,A3), (A5) | |
| 1aac 0123 move.b ($123,A4), (A5) | |
| 1aad 0123 move.b ($123,A5), (A5) | |
| 1aae 0123 move.b ($123,A6), (A5) | |
| 1aaf 0123 move.b ($123,A7), (A5) | |
| 1ab0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A5) | |
| 1ab1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A5) | |
| 1ab2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A5) | |
| 1ab3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A5) | |
| 1ab4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A5) | |
| 1ab5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A5) | |
| 1ab6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A5) | |
| 1ab7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A5) | |
| 1ab8 0123 move.b $123.w, (A5) | |
| 1ab9 0123 4567 move.b $1234567.l, (A5) | |
| 1aba 0123 move.b ($123,PC), (A5); ($125) | |
| 1abb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A5) | |
| 1abc 0123 move.b #$23, (A5) | |
| 1ac0 move.b D0, (A5)+ | |
| 1ac1 move.b D1, (A5)+ | |
| 1ac2 move.b D2, (A5)+ | |
| 1ac3 move.b D3, (A5)+ | |
| 1ac4 move.b D4, (A5)+ | |
| 1ac5 move.b D5, (A5)+ | |
| 1ac6 move.b D6, (A5)+ | |
| 1ac7 move.b D7, (A5)+ | |
| 1ad0 move.b (A0), (A5)+ | |
| 1ad1 move.b (A1), (A5)+ | |
| 1ad2 move.b (A2), (A5)+ | |
| 1ad3 move.b (A3), (A5)+ | |
| 1ad4 move.b (A4), (A5)+ | |
| 1ad5 move.b (A5), (A5)+ | |
| 1ad6 move.b (A6), (A5)+ | |
| 1ad7 move.b (A7), (A5)+ | |
| 1ad8 move.b (A0)+, (A5)+ | |
| 1ad9 move.b (A1)+, (A5)+ | |
| 1ada move.b (A2)+, (A5)+ | |
| 1adb move.b (A3)+, (A5)+ | |
| 1adc move.b (A4)+, (A5)+ | |
| 1add move.b (A5)+, (A5)+ | |
| 1ade move.b (A6)+, (A5)+ | |
| 1adf move.b (A7)+, (A5)+ | |
| 1ae0 move.b -(A0), (A5)+ | |
| 1ae1 move.b -(A1), (A5)+ | |
| 1ae2 move.b -(A2), (A5)+ | |
| 1ae3 move.b -(A3), (A5)+ | |
| 1ae4 move.b -(A4), (A5)+ | |
| 1ae5 move.b -(A5), (A5)+ | |
| 1ae6 move.b -(A6), (A5)+ | |
| 1ae7 move.b -(A7), (A5)+ | |
| 1ae8 0123 move.b ($123,A0), (A5)+ | |
| 1ae9 0123 move.b ($123,A1), (A5)+ | |
| 1aea 0123 move.b ($123,A2), (A5)+ | |
| 1aeb 0123 move.b ($123,A3), (A5)+ | |
| 1aec 0123 move.b ($123,A4), (A5)+ | |
| 1aed 0123 move.b ($123,A5), (A5)+ | |
| 1aee 0123 move.b ($123,A6), (A5)+ | |
| 1aef 0123 move.b ($123,A7), (A5)+ | |
| 1af0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A5)+ | |
| 1af1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A5)+ | |
| 1af2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A5)+ | |
| 1af3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A5)+ | |
| 1af4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A5)+ | |
| 1af5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A5)+ | |
| 1af6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A5)+ | |
| 1af7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A5)+ | |
| 1af8 0123 move.b $123.w, (A5)+ | |
| 1af9 0123 4567 move.b $1234567.l, (A5)+ | |
| 1afa 0123 move.b ($123,PC), (A5)+; ($125) | |
| 1afb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A5)+ | |
| 1afc 0123 move.b #$23, (A5)+ | |
| 1b00 move.b D0, -(A5) | |
| 1b01 move.b D1, -(A5) | |
| 1b02 move.b D2, -(A5) | |
| 1b03 move.b D3, -(A5) | |
| 1b04 move.b D4, -(A5) | |
| 1b05 move.b D5, -(A5) | |
| 1b06 move.b D6, -(A5) | |
| 1b07 move.b D7, -(A5) | |
| 1b10 move.b (A0), -(A5) | |
| 1b11 move.b (A1), -(A5) | |
| 1b12 move.b (A2), -(A5) | |
| 1b13 move.b (A3), -(A5) | |
| 1b14 move.b (A4), -(A5) | |
| 1b15 move.b (A5), -(A5) | |
| 1b16 move.b (A6), -(A5) | |
| 1b17 move.b (A7), -(A5) | |
| 1b18 move.b (A0)+, -(A5) | |
| 1b19 move.b (A1)+, -(A5) | |
| 1b1a move.b (A2)+, -(A5) | |
| 1b1b move.b (A3)+, -(A5) | |
| 1b1c move.b (A4)+, -(A5) | |
| 1b1d move.b (A5)+, -(A5) | |
| 1b1e move.b (A6)+, -(A5) | |
| 1b1f move.b (A7)+, -(A5) | |
| 1b20 move.b -(A0), -(A5) | |
| 1b21 move.b -(A1), -(A5) | |
| 1b22 move.b -(A2), -(A5) | |
| 1b23 move.b -(A3), -(A5) | |
| 1b24 move.b -(A4), -(A5) | |
| 1b25 move.b -(A5), -(A5) | |
| 1b26 move.b -(A6), -(A5) | |
| 1b27 move.b -(A7), -(A5) | |
| 1b28 0123 move.b ($123,A0), -(A5) | |
| 1b29 0123 move.b ($123,A1), -(A5) | |
| 1b2a 0123 move.b ($123,A2), -(A5) | |
| 1b2b 0123 move.b ($123,A3), -(A5) | |
| 1b2c 0123 move.b ($123,A4), -(A5) | |
| 1b2d 0123 move.b ($123,A5), -(A5) | |
| 1b2e 0123 move.b ($123,A6), -(A5) | |
| 1b2f 0123 move.b ($123,A7), -(A5) | |
| 1b30 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A5) | |
| 1b31 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A5) | |
| 1b32 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A5) | |
| 1b33 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A5) | |
| 1b34 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A5) | |
| 1b35 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A5) | |
| 1b36 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A5) | |
| 1b37 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A5) | |
| 1b38 0123 move.b $123.w, -(A5) | |
| 1b39 0123 4567 move.b $1234567.l, -(A5) | |
| 1b3a 0123 move.b ($123,PC), -(A5); ($125) | |
| 1b3b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A5) | |
| 1b3c 0123 move.b #$23, -(A5) | |
| 1b40 0123 move.b D0, ($123,A5) | |
| 1b41 0123 move.b D1, ($123,A5) | |
| 1b42 0123 move.b D2, ($123,A5) | |
| 1b43 0123 move.b D3, ($123,A5) | |
| 1b44 0123 move.b D4, ($123,A5) | |
| 1b45 0123 move.b D5, ($123,A5) | |
| 1b46 0123 move.b D6, ($123,A5) | |
| 1b47 0123 move.b D7, ($123,A5) | |
| 1b50 0123 move.b (A0), ($123,A5) | |
| 1b51 0123 move.b (A1), ($123,A5) | |
| 1b52 0123 move.b (A2), ($123,A5) | |
| 1b53 0123 move.b (A3), ($123,A5) | |
| 1b54 0123 move.b (A4), ($123,A5) | |
| 1b55 0123 move.b (A5), ($123,A5) | |
| 1b56 0123 move.b (A6), ($123,A5) | |
| 1b57 0123 move.b (A7), ($123,A5) | |
| 1b58 0123 move.b (A0)+, ($123,A5) | |
| 1b59 0123 move.b (A1)+, ($123,A5) | |
| 1b5a 0123 move.b (A2)+, ($123,A5) | |
| 1b5b 0123 move.b (A3)+, ($123,A5) | |
| 1b5c 0123 move.b (A4)+, ($123,A5) | |
| 1b5d 0123 move.b (A5)+, ($123,A5) | |
| 1b5e 0123 move.b (A6)+, ($123,A5) | |
| 1b5f 0123 move.b (A7)+, ($123,A5) | |
| 1b60 0123 move.b -(A0), ($123,A5) | |
| 1b61 0123 move.b -(A1), ($123,A5) | |
| 1b62 0123 move.b -(A2), ($123,A5) | |
| 1b63 0123 move.b -(A3), ($123,A5) | |
| 1b64 0123 move.b -(A4), ($123,A5) | |
| 1b65 0123 move.b -(A5), ($123,A5) | |
| 1b66 0123 move.b -(A6), ($123,A5) | |
| 1b67 0123 move.b -(A7), ($123,A5) | |
| 1b68 0123 4567 move.b ($123,A0), ($4567,A5) | |
| 1b69 0123 4567 move.b ($123,A1), ($4567,A5) | |
| 1b6a 0123 4567 move.b ($123,A2), ($4567,A5) | |
| 1b6b 0123 4567 move.b ($123,A3), ($4567,A5) | |
| 1b6c 0123 4567 move.b ($123,A4), ($4567,A5) | |
| 1b6d 0123 4567 move.b ($123,A5), ($4567,A5) | |
| 1b6e 0123 4567 move.b ($123,A6), ($4567,A5) | |
| 1b6f 0123 4567 move.b ($123,A7), ($4567,A5) | |
| 1b70 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A5) | |
| 1b71 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A5) | |
| 1b72 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A5) | |
| 1b73 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A5) | |
| 1b74 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A5) | |
| 1b75 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A5) | |
| 1b76 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A5) | |
| 1b77 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A5) | |
| 1b78 0123 4567 move.b $123.w, ($4567,A5) | |
| 1b79 0123 4567 89ab move.b $1234567.l, (-$7655,A5) | |
| 1b7a 0123 4567 move.b ($123,PC), ($4567,A5); ($125) | |
| 1b7b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A5) | |
| 1b7c 0123 4567 move.b #$23, ($4567,A5) | |
| 1b80 0123 4567 89ab cdef move.b D0, ([$4567,A5,D0.w],-$3211) | |
| 1b81 0123 4567 89ab cdef move.b D1, ([$4567,A5,D0.w],-$3211) | |
| 1b82 0123 4567 89ab cdef move.b D2, ([$4567,A5,D0.w],-$3211) | |
| 1b83 0123 4567 89ab cdef move.b D3, ([$4567,A5,D0.w],-$3211) | |
| 1b84 0123 4567 89ab cdef move.b D4, ([$4567,A5,D0.w],-$3211) | |
| 1b85 0123 4567 89ab cdef move.b D5, ([$4567,A5,D0.w],-$3211) | |
| 1b86 0123 4567 89ab cdef move.b D6, ([$4567,A5,D0.w],-$3211) | |
| 1b87 0123 4567 89ab cdef move.b D7, ([$4567,A5,D0.w],-$3211) | |
| 1b90 0123 4567 89ab cdef move.b (A0), ([$4567,A5,D0.w],-$3211) | |
| 1b91 0123 4567 89ab cdef move.b (A1), ([$4567,A5,D0.w],-$3211) | |
| 1b92 0123 4567 89ab cdef move.b (A2), ([$4567,A5,D0.w],-$3211) | |
| 1b93 0123 4567 89ab cdef move.b (A3), ([$4567,A5,D0.w],-$3211) | |
| 1b94 0123 4567 89ab cdef move.b (A4), ([$4567,A5,D0.w],-$3211) | |
| 1b95 0123 4567 89ab cdef move.b (A5), ([$4567,A5,D0.w],-$3211) | |
| 1b96 0123 4567 89ab cdef move.b (A6), ([$4567,A5,D0.w],-$3211) | |
| 1b97 0123 4567 89ab cdef move.b (A7), ([$4567,A5,D0.w],-$3211) | |
| 1b98 0123 4567 89ab cdef move.b (A0)+, ([$4567,A5,D0.w],-$3211) | |
| 1b99 0123 4567 89ab cdef move.b (A1)+, ([$4567,A5,D0.w],-$3211) | |
| 1b9a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A5,D0.w],-$3211) | |
| 1b9b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A5,D0.w],-$3211) | |
| 1b9c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A5,D0.w],-$3211) | |
| 1b9d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A5,D0.w],-$3211) | |
| 1b9e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A5,D0.w],-$3211) | |
| 1b9f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A5,D0.w],-$3211) | |
| 1ba0 0123 4567 89ab cdef move.b -(A0), ([$4567,A5,D0.w],-$3211) | |
| 1ba1 0123 4567 89ab cdef move.b -(A1), ([$4567,A5,D0.w],-$3211) | |
| 1ba2 0123 4567 89ab cdef move.b -(A2), ([$4567,A5,D0.w],-$3211) | |
| 1ba3 0123 4567 89ab cdef move.b -(A3), ([$4567,A5,D0.w],-$3211) | |
| 1ba4 0123 4567 89ab cdef move.b -(A4), ([$4567,A5,D0.w],-$3211) | |
| 1ba5 0123 4567 89ab cdef move.b -(A5), ([$4567,A5,D0.w],-$3211) | |
| 1ba6 0123 4567 89ab cdef move.b -(A6), ([$4567,A5,D0.w],-$3211) | |
| 1ba7 0123 4567 89ab cdef move.b -(A7), ([$4567,A5,D0.w],-$3211) | |
| 1ba8 0123 4567 89ab move.b ($123,A0), ([-$7655,A5]) | |
| 1ba9 0123 4567 89ab move.b ($123,A1), ([-$7655,A5]) | |
| 1baa 0123 4567 89ab move.b ($123,A2), ([-$7655,A5]) | |
| 1bab 0123 4567 89ab move.b ($123,A3), ([-$7655,A5]) | |
| 1bac 0123 4567 89ab move.b ($123,A4), ([-$7655,A5]) | |
| 1bad 0123 4567 89ab move.b ($123,A5), ([-$7655,A5]) | |
| 1bae 0123 4567 89ab move.b ($123,A6), ([-$7655,A5]) | |
| 1baf 0123 4567 89ab move.b ($123,A7), ([-$7655,A5]) | |
| 1bb0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A5,D0.w) | |
| 1bb1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A5,D0.w) | |
| 1bb2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A5,D0.w) | |
| 1bb3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A5,D0.w) | |
| 1bb4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A5,D0.w) | |
| 1bb5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A5,D0.w) | |
| 1bb6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A5,D0.w) | |
| 1bb7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A5,D0.w) | |
| 1bb8 0123 4567 89ab move.b $123.w, ([-$7655,A5]) | |
| 1bb9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 1bba 0123 4567 89ab move.b ($123,PC), ([-$7655,A5]); ($125) | |
| 1bbb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A5,D0.w) | |
| 1bbc 0123 4567 89ab move.b #$23, ([-$7655,A5]) | |
| 1c00 move.b D0, D6 | |
| 1c01 move.b D1, D6 | |
| 1c02 move.b D2, D6 | |
| 1c03 move.b D3, D6 | |
| 1c04 move.b D4, D6 | |
| 1c05 move.b D5, D6 | |
| 1c06 move.b D6, D6 | |
| 1c07 move.b D7, D6 | |
| 1c10 move.b (A0), D6 | |
| 1c11 move.b (A1), D6 | |
| 1c12 move.b (A2), D6 | |
| 1c13 move.b (A3), D6 | |
| 1c14 move.b (A4), D6 | |
| 1c15 move.b (A5), D6 | |
| 1c16 move.b (A6), D6 | |
| 1c17 move.b (A7), D6 | |
| 1c18 move.b (A0)+, D6 | |
| 1c19 move.b (A1)+, D6 | |
| 1c1a move.b (A2)+, D6 | |
| 1c1b move.b (A3)+, D6 | |
| 1c1c move.b (A4)+, D6 | |
| 1c1d move.b (A5)+, D6 | |
| 1c1e move.b (A6)+, D6 | |
| 1c1f move.b (A7)+, D6 | |
| 1c20 move.b -(A0), D6 | |
| 1c21 move.b -(A1), D6 | |
| 1c22 move.b -(A2), D6 | |
| 1c23 move.b -(A3), D6 | |
| 1c24 move.b -(A4), D6 | |
| 1c25 move.b -(A5), D6 | |
| 1c26 move.b -(A6), D6 | |
| 1c27 move.b -(A7), D6 | |
| 1c28 0123 move.b ($123,A0), D6 | |
| 1c29 0123 move.b ($123,A1), D6 | |
| 1c2a 0123 move.b ($123,A2), D6 | |
| 1c2b 0123 move.b ($123,A3), D6 | |
| 1c2c 0123 move.b ($123,A4), D6 | |
| 1c2d 0123 move.b ($123,A5), D6 | |
| 1c2e 0123 move.b ($123,A6), D6 | |
| 1c2f 0123 move.b ($123,A7), D6 | |
| 1c30 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D6 | |
| 1c31 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D6 | |
| 1c32 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D6 | |
| 1c33 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D6 | |
| 1c34 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D6 | |
| 1c35 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D6 | |
| 1c36 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D6 | |
| 1c37 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D6 | |
| 1c38 0123 move.b $123.w, D6 | |
| 1c39 0123 4567 move.b $1234567.l, D6 | |
| 1c3a 0123 move.b ($123,PC), D6; ($125) | |
| 1c3b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D6 | |
| 1c3c 0123 move.b #$23, D6 | |
| 1c80 move.b D0, (A6) | |
| 1c81 move.b D1, (A6) | |
| 1c82 move.b D2, (A6) | |
| 1c83 move.b D3, (A6) | |
| 1c84 move.b D4, (A6) | |
| 1c85 move.b D5, (A6) | |
| 1c86 move.b D6, (A6) | |
| 1c87 move.b D7, (A6) | |
| 1c90 move.b (A0), (A6) | |
| 1c91 move.b (A1), (A6) | |
| 1c92 move.b (A2), (A6) | |
| 1c93 move.b (A3), (A6) | |
| 1c94 move.b (A4), (A6) | |
| 1c95 move.b (A5), (A6) | |
| 1c96 move.b (A6), (A6) | |
| 1c97 move.b (A7), (A6) | |
| 1c98 move.b (A0)+, (A6) | |
| 1c99 move.b (A1)+, (A6) | |
| 1c9a move.b (A2)+, (A6) | |
| 1c9b move.b (A3)+, (A6) | |
| 1c9c move.b (A4)+, (A6) | |
| 1c9d move.b (A5)+, (A6) | |
| 1c9e move.b (A6)+, (A6) | |
| 1c9f move.b (A7)+, (A6) | |
| 1ca0 move.b -(A0), (A6) | |
| 1ca1 move.b -(A1), (A6) | |
| 1ca2 move.b -(A2), (A6) | |
| 1ca3 move.b -(A3), (A6) | |
| 1ca4 move.b -(A4), (A6) | |
| 1ca5 move.b -(A5), (A6) | |
| 1ca6 move.b -(A6), (A6) | |
| 1ca7 move.b -(A7), (A6) | |
| 1ca8 0123 move.b ($123,A0), (A6) | |
| 1ca9 0123 move.b ($123,A1), (A6) | |
| 1caa 0123 move.b ($123,A2), (A6) | |
| 1cab 0123 move.b ($123,A3), (A6) | |
| 1cac 0123 move.b ($123,A4), (A6) | |
| 1cad 0123 move.b ($123,A5), (A6) | |
| 1cae 0123 move.b ($123,A6), (A6) | |
| 1caf 0123 move.b ($123,A7), (A6) | |
| 1cb0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A6) | |
| 1cb1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A6) | |
| 1cb2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A6) | |
| 1cb3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A6) | |
| 1cb4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A6) | |
| 1cb5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A6) | |
| 1cb6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A6) | |
| 1cb7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A6) | |
| 1cb8 0123 move.b $123.w, (A6) | |
| 1cb9 0123 4567 move.b $1234567.l, (A6) | |
| 1cba 0123 move.b ($123,PC), (A6); ($125) | |
| 1cbb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A6) | |
| 1cbc 0123 move.b #$23, (A6) | |
| 1cc0 move.b D0, (A6)+ | |
| 1cc1 move.b D1, (A6)+ | |
| 1cc2 move.b D2, (A6)+ | |
| 1cc3 move.b D3, (A6)+ | |
| 1cc4 move.b D4, (A6)+ | |
| 1cc5 move.b D5, (A6)+ | |
| 1cc6 move.b D6, (A6)+ | |
| 1cc7 move.b D7, (A6)+ | |
| 1cd0 move.b (A0), (A6)+ | |
| 1cd1 move.b (A1), (A6)+ | |
| 1cd2 move.b (A2), (A6)+ | |
| 1cd3 move.b (A3), (A6)+ | |
| 1cd4 move.b (A4), (A6)+ | |
| 1cd5 move.b (A5), (A6)+ | |
| 1cd6 move.b (A6), (A6)+ | |
| 1cd7 move.b (A7), (A6)+ | |
| 1cd8 move.b (A0)+, (A6)+ | |
| 1cd9 move.b (A1)+, (A6)+ | |
| 1cda move.b (A2)+, (A6)+ | |
| 1cdb move.b (A3)+, (A6)+ | |
| 1cdc move.b (A4)+, (A6)+ | |
| 1cdd move.b (A5)+, (A6)+ | |
| 1cde move.b (A6)+, (A6)+ | |
| 1cdf move.b (A7)+, (A6)+ | |
| 1ce0 move.b -(A0), (A6)+ | |
| 1ce1 move.b -(A1), (A6)+ | |
| 1ce2 move.b -(A2), (A6)+ | |
| 1ce3 move.b -(A3), (A6)+ | |
| 1ce4 move.b -(A4), (A6)+ | |
| 1ce5 move.b -(A5), (A6)+ | |
| 1ce6 move.b -(A6), (A6)+ | |
| 1ce7 move.b -(A7), (A6)+ | |
| 1ce8 0123 move.b ($123,A0), (A6)+ | |
| 1ce9 0123 move.b ($123,A1), (A6)+ | |
| 1cea 0123 move.b ($123,A2), (A6)+ | |
| 1ceb 0123 move.b ($123,A3), (A6)+ | |
| 1cec 0123 move.b ($123,A4), (A6)+ | |
| 1ced 0123 move.b ($123,A5), (A6)+ | |
| 1cee 0123 move.b ($123,A6), (A6)+ | |
| 1cef 0123 move.b ($123,A7), (A6)+ | |
| 1cf0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A6)+ | |
| 1cf1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A6)+ | |
| 1cf2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A6)+ | |
| 1cf3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A6)+ | |
| 1cf4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A6)+ | |
| 1cf5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A6)+ | |
| 1cf6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A6)+ | |
| 1cf7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A6)+ | |
| 1cf8 0123 move.b $123.w, (A6)+ | |
| 1cf9 0123 4567 move.b $1234567.l, (A6)+ | |
| 1cfa 0123 move.b ($123,PC), (A6)+; ($125) | |
| 1cfb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A6)+ | |
| 1cfc 0123 move.b #$23, (A6)+ | |
| 1d00 move.b D0, -(A6) | |
| 1d01 move.b D1, -(A6) | |
| 1d02 move.b D2, -(A6) | |
| 1d03 move.b D3, -(A6) | |
| 1d04 move.b D4, -(A6) | |
| 1d05 move.b D5, -(A6) | |
| 1d06 move.b D6, -(A6) | |
| 1d07 move.b D7, -(A6) | |
| 1d10 move.b (A0), -(A6) | |
| 1d11 move.b (A1), -(A6) | |
| 1d12 move.b (A2), -(A6) | |
| 1d13 move.b (A3), -(A6) | |
| 1d14 move.b (A4), -(A6) | |
| 1d15 move.b (A5), -(A6) | |
| 1d16 move.b (A6), -(A6) | |
| 1d17 move.b (A7), -(A6) | |
| 1d18 move.b (A0)+, -(A6) | |
| 1d19 move.b (A1)+, -(A6) | |
| 1d1a move.b (A2)+, -(A6) | |
| 1d1b move.b (A3)+, -(A6) | |
| 1d1c move.b (A4)+, -(A6) | |
| 1d1d move.b (A5)+, -(A6) | |
| 1d1e move.b (A6)+, -(A6) | |
| 1d1f move.b (A7)+, -(A6) | |
| 1d20 move.b -(A0), -(A6) | |
| 1d21 move.b -(A1), -(A6) | |
| 1d22 move.b -(A2), -(A6) | |
| 1d23 move.b -(A3), -(A6) | |
| 1d24 move.b -(A4), -(A6) | |
| 1d25 move.b -(A5), -(A6) | |
| 1d26 move.b -(A6), -(A6) | |
| 1d27 move.b -(A7), -(A6) | |
| 1d28 0123 move.b ($123,A0), -(A6) | |
| 1d29 0123 move.b ($123,A1), -(A6) | |
| 1d2a 0123 move.b ($123,A2), -(A6) | |
| 1d2b 0123 move.b ($123,A3), -(A6) | |
| 1d2c 0123 move.b ($123,A4), -(A6) | |
| 1d2d 0123 move.b ($123,A5), -(A6) | |
| 1d2e 0123 move.b ($123,A6), -(A6) | |
| 1d2f 0123 move.b ($123,A7), -(A6) | |
| 1d30 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A6) | |
| 1d31 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A6) | |
| 1d32 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A6) | |
| 1d33 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A6) | |
| 1d34 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A6) | |
| 1d35 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A6) | |
| 1d36 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A6) | |
| 1d37 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A6) | |
| 1d38 0123 move.b $123.w, -(A6) | |
| 1d39 0123 4567 move.b $1234567.l, -(A6) | |
| 1d3a 0123 move.b ($123,PC), -(A6); ($125) | |
| 1d3b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A6) | |
| 1d3c 0123 move.b #$23, -(A6) | |
| 1d40 0123 move.b D0, ($123,A6) | |
| 1d41 0123 move.b D1, ($123,A6) | |
| 1d42 0123 move.b D2, ($123,A6) | |
| 1d43 0123 move.b D3, ($123,A6) | |
| 1d44 0123 move.b D4, ($123,A6) | |
| 1d45 0123 move.b D5, ($123,A6) | |
| 1d46 0123 move.b D6, ($123,A6) | |
| 1d47 0123 move.b D7, ($123,A6) | |
| 1d50 0123 move.b (A0), ($123,A6) | |
| 1d51 0123 move.b (A1), ($123,A6) | |
| 1d52 0123 move.b (A2), ($123,A6) | |
| 1d53 0123 move.b (A3), ($123,A6) | |
| 1d54 0123 move.b (A4), ($123,A6) | |
| 1d55 0123 move.b (A5), ($123,A6) | |
| 1d56 0123 move.b (A6), ($123,A6) | |
| 1d57 0123 move.b (A7), ($123,A6) | |
| 1d58 0123 move.b (A0)+, ($123,A6) | |
| 1d59 0123 move.b (A1)+, ($123,A6) | |
| 1d5a 0123 move.b (A2)+, ($123,A6) | |
| 1d5b 0123 move.b (A3)+, ($123,A6) | |
| 1d5c 0123 move.b (A4)+, ($123,A6) | |
| 1d5d 0123 move.b (A5)+, ($123,A6) | |
| 1d5e 0123 move.b (A6)+, ($123,A6) | |
| 1d5f 0123 move.b (A7)+, ($123,A6) | |
| 1d60 0123 move.b -(A0), ($123,A6) | |
| 1d61 0123 move.b -(A1), ($123,A6) | |
| 1d62 0123 move.b -(A2), ($123,A6) | |
| 1d63 0123 move.b -(A3), ($123,A6) | |
| 1d64 0123 move.b -(A4), ($123,A6) | |
| 1d65 0123 move.b -(A5), ($123,A6) | |
| 1d66 0123 move.b -(A6), ($123,A6) | |
| 1d67 0123 move.b -(A7), ($123,A6) | |
| 1d68 0123 4567 move.b ($123,A0), ($4567,A6) | |
| 1d69 0123 4567 move.b ($123,A1), ($4567,A6) | |
| 1d6a 0123 4567 move.b ($123,A2), ($4567,A6) | |
| 1d6b 0123 4567 move.b ($123,A3), ($4567,A6) | |
| 1d6c 0123 4567 move.b ($123,A4), ($4567,A6) | |
| 1d6d 0123 4567 move.b ($123,A5), ($4567,A6) | |
| 1d6e 0123 4567 move.b ($123,A6), ($4567,A6) | |
| 1d6f 0123 4567 move.b ($123,A7), ($4567,A6) | |
| 1d70 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A6) | |
| 1d71 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A6) | |
| 1d72 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A6) | |
| 1d73 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A6) | |
| 1d74 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A6) | |
| 1d75 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A6) | |
| 1d76 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A6) | |
| 1d77 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A6) | |
| 1d78 0123 4567 move.b $123.w, ($4567,A6) | |
| 1d79 0123 4567 89ab move.b $1234567.l, (-$7655,A6) | |
| 1d7a 0123 4567 move.b ($123,PC), ($4567,A6); ($125) | |
| 1d7b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A6) | |
| 1d7c 0123 4567 move.b #$23, ($4567,A6) | |
| 1d80 0123 4567 89ab cdef move.b D0, ([$4567,A6,D0.w],-$3211) | |
| 1d81 0123 4567 89ab cdef move.b D1, ([$4567,A6,D0.w],-$3211) | |
| 1d82 0123 4567 89ab cdef move.b D2, ([$4567,A6,D0.w],-$3211) | |
| 1d83 0123 4567 89ab cdef move.b D3, ([$4567,A6,D0.w],-$3211) | |
| 1d84 0123 4567 89ab cdef move.b D4, ([$4567,A6,D0.w],-$3211) | |
| 1d85 0123 4567 89ab cdef move.b D5, ([$4567,A6,D0.w],-$3211) | |
| 1d86 0123 4567 89ab cdef move.b D6, ([$4567,A6,D0.w],-$3211) | |
| 1d87 0123 4567 89ab cdef move.b D7, ([$4567,A6,D0.w],-$3211) | |
| 1d90 0123 4567 89ab cdef move.b (A0), ([$4567,A6,D0.w],-$3211) | |
| 1d91 0123 4567 89ab cdef move.b (A1), ([$4567,A6,D0.w],-$3211) | |
| 1d92 0123 4567 89ab cdef move.b (A2), ([$4567,A6,D0.w],-$3211) | |
| 1d93 0123 4567 89ab cdef move.b (A3), ([$4567,A6,D0.w],-$3211) | |
| 1d94 0123 4567 89ab cdef move.b (A4), ([$4567,A6,D0.w],-$3211) | |
| 1d95 0123 4567 89ab cdef move.b (A5), ([$4567,A6,D0.w],-$3211) | |
| 1d96 0123 4567 89ab cdef move.b (A6), ([$4567,A6,D0.w],-$3211) | |
| 1d97 0123 4567 89ab cdef move.b (A7), ([$4567,A6,D0.w],-$3211) | |
| 1d98 0123 4567 89ab cdef move.b (A0)+, ([$4567,A6,D0.w],-$3211) | |
| 1d99 0123 4567 89ab cdef move.b (A1)+, ([$4567,A6,D0.w],-$3211) | |
| 1d9a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A6,D0.w],-$3211) | |
| 1d9b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A6,D0.w],-$3211) | |
| 1d9c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A6,D0.w],-$3211) | |
| 1d9d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A6,D0.w],-$3211) | |
| 1d9e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A6,D0.w],-$3211) | |
| 1d9f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A6,D0.w],-$3211) | |
| 1da0 0123 4567 89ab cdef move.b -(A0), ([$4567,A6,D0.w],-$3211) | |
| 1da1 0123 4567 89ab cdef move.b -(A1), ([$4567,A6,D0.w],-$3211) | |
| 1da2 0123 4567 89ab cdef move.b -(A2), ([$4567,A6,D0.w],-$3211) | |
| 1da3 0123 4567 89ab cdef move.b -(A3), ([$4567,A6,D0.w],-$3211) | |
| 1da4 0123 4567 89ab cdef move.b -(A4), ([$4567,A6,D0.w],-$3211) | |
| 1da5 0123 4567 89ab cdef move.b -(A5), ([$4567,A6,D0.w],-$3211) | |
| 1da6 0123 4567 89ab cdef move.b -(A6), ([$4567,A6,D0.w],-$3211) | |
| 1da7 0123 4567 89ab cdef move.b -(A7), ([$4567,A6,D0.w],-$3211) | |
| 1da8 0123 4567 89ab move.b ($123,A0), ([-$7655,A6]) | |
| 1da9 0123 4567 89ab move.b ($123,A1), ([-$7655,A6]) | |
| 1daa 0123 4567 89ab move.b ($123,A2), ([-$7655,A6]) | |
| 1dab 0123 4567 89ab move.b ($123,A3), ([-$7655,A6]) | |
| 1dac 0123 4567 89ab move.b ($123,A4), ([-$7655,A6]) | |
| 1dad 0123 4567 89ab move.b ($123,A5), ([-$7655,A6]) | |
| 1dae 0123 4567 89ab move.b ($123,A6), ([-$7655,A6]) | |
| 1daf 0123 4567 89ab move.b ($123,A7), ([-$7655,A6]) | |
| 1db0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A6,D0.w) | |
| 1db1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A6,D0.w) | |
| 1db2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A6,D0.w) | |
| 1db3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A6,D0.w) | |
| 1db4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A6,D0.w) | |
| 1db5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A6,D0.w) | |
| 1db6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A6,D0.w) | |
| 1db7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A6,D0.w) | |
| 1db8 0123 4567 89ab move.b $123.w, ([-$7655,A6]) | |
| 1db9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 1dba 0123 4567 89ab move.b ($123,PC), ([-$7655,A6]); ($125) | |
| 1dbb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A6,D0.w) | |
| 1dbc 0123 4567 89ab move.b #$23, ([-$7655,A6]) | |
| 1e00 move.b D0, D7 | |
| 1e01 move.b D1, D7 | |
| 1e02 move.b D2, D7 | |
| 1e03 move.b D3, D7 | |
| 1e04 move.b D4, D7 | |
| 1e05 move.b D5, D7 | |
| 1e06 move.b D6, D7 | |
| 1e07 move.b D7, D7 | |
| 1e10 move.b (A0), D7 | |
| 1e11 move.b (A1), D7 | |
| 1e12 move.b (A2), D7 | |
| 1e13 move.b (A3), D7 | |
| 1e14 move.b (A4), D7 | |
| 1e15 move.b (A5), D7 | |
| 1e16 move.b (A6), D7 | |
| 1e17 move.b (A7), D7 | |
| 1e18 move.b (A0)+, D7 | |
| 1e19 move.b (A1)+, D7 | |
| 1e1a move.b (A2)+, D7 | |
| 1e1b move.b (A3)+, D7 | |
| 1e1c move.b (A4)+, D7 | |
| 1e1d move.b (A5)+, D7 | |
| 1e1e move.b (A6)+, D7 | |
| 1e1f move.b (A7)+, D7 | |
| 1e20 move.b -(A0), D7 | |
| 1e21 move.b -(A1), D7 | |
| 1e22 move.b -(A2), D7 | |
| 1e23 move.b -(A3), D7 | |
| 1e24 move.b -(A4), D7 | |
| 1e25 move.b -(A5), D7 | |
| 1e26 move.b -(A6), D7 | |
| 1e27 move.b -(A7), D7 | |
| 1e28 0123 move.b ($123,A0), D7 | |
| 1e29 0123 move.b ($123,A1), D7 | |
| 1e2a 0123 move.b ($123,A2), D7 | |
| 1e2b 0123 move.b ($123,A3), D7 | |
| 1e2c 0123 move.b ($123,A4), D7 | |
| 1e2d 0123 move.b ($123,A5), D7 | |
| 1e2e 0123 move.b ($123,A6), D7 | |
| 1e2f 0123 move.b ($123,A7), D7 | |
| 1e30 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), D7 | |
| 1e31 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), D7 | |
| 1e32 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), D7 | |
| 1e33 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), D7 | |
| 1e34 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), D7 | |
| 1e35 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), D7 | |
| 1e36 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), D7 | |
| 1e37 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), D7 | |
| 1e38 0123 move.b $123.w, D7 | |
| 1e39 0123 4567 move.b $1234567.l, D7 | |
| 1e3a 0123 move.b ($123,PC), D7; ($125) | |
| 1e3b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), D7 | |
| 1e3c 0123 move.b #$23, D7 | |
| 1e80 move.b D0, (A7) | |
| 1e81 move.b D1, (A7) | |
| 1e82 move.b D2, (A7) | |
| 1e83 move.b D3, (A7) | |
| 1e84 move.b D4, (A7) | |
| 1e85 move.b D5, (A7) | |
| 1e86 move.b D6, (A7) | |
| 1e87 move.b D7, (A7) | |
| 1e90 move.b (A0), (A7) | |
| 1e91 move.b (A1), (A7) | |
| 1e92 move.b (A2), (A7) | |
| 1e93 move.b (A3), (A7) | |
| 1e94 move.b (A4), (A7) | |
| 1e95 move.b (A5), (A7) | |
| 1e96 move.b (A6), (A7) | |
| 1e97 move.b (A7), (A7) | |
| 1e98 move.b (A0)+, (A7) | |
| 1e99 move.b (A1)+, (A7) | |
| 1e9a move.b (A2)+, (A7) | |
| 1e9b move.b (A3)+, (A7) | |
| 1e9c move.b (A4)+, (A7) | |
| 1e9d move.b (A5)+, (A7) | |
| 1e9e move.b (A6)+, (A7) | |
| 1e9f move.b (A7)+, (A7) | |
| 1ea0 move.b -(A0), (A7) | |
| 1ea1 move.b -(A1), (A7) | |
| 1ea2 move.b -(A2), (A7) | |
| 1ea3 move.b -(A3), (A7) | |
| 1ea4 move.b -(A4), (A7) | |
| 1ea5 move.b -(A5), (A7) | |
| 1ea6 move.b -(A6), (A7) | |
| 1ea7 move.b -(A7), (A7) | |
| 1ea8 0123 move.b ($123,A0), (A7) | |
| 1ea9 0123 move.b ($123,A1), (A7) | |
| 1eaa 0123 move.b ($123,A2), (A7) | |
| 1eab 0123 move.b ($123,A3), (A7) | |
| 1eac 0123 move.b ($123,A4), (A7) | |
| 1ead 0123 move.b ($123,A5), (A7) | |
| 1eae 0123 move.b ($123,A6), (A7) | |
| 1eaf 0123 move.b ($123,A7), (A7) | |
| 1eb0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A7) | |
| 1eb1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A7) | |
| 1eb2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A7) | |
| 1eb3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A7) | |
| 1eb4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A7) | |
| 1eb5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A7) | |
| 1eb6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A7) | |
| 1eb7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A7) | |
| 1eb8 0123 move.b $123.w, (A7) | |
| 1eb9 0123 4567 move.b $1234567.l, (A7) | |
| 1eba 0123 move.b ($123,PC), (A7); ($125) | |
| 1ebb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A7) | |
| 1ebc 0123 move.b #$23, (A7) | |
| 1ec0 move.b D0, (A7)+ | |
| 1ec1 move.b D1, (A7)+ | |
| 1ec2 move.b D2, (A7)+ | |
| 1ec3 move.b D3, (A7)+ | |
| 1ec4 move.b D4, (A7)+ | |
| 1ec5 move.b D5, (A7)+ | |
| 1ec6 move.b D6, (A7)+ | |
| 1ec7 move.b D7, (A7)+ | |
| 1ed0 move.b (A0), (A7)+ | |
| 1ed1 move.b (A1), (A7)+ | |
| 1ed2 move.b (A2), (A7)+ | |
| 1ed3 move.b (A3), (A7)+ | |
| 1ed4 move.b (A4), (A7)+ | |
| 1ed5 move.b (A5), (A7)+ | |
| 1ed6 move.b (A6), (A7)+ | |
| 1ed7 move.b (A7), (A7)+ | |
| 1ed8 move.b (A0)+, (A7)+ | |
| 1ed9 move.b (A1)+, (A7)+ | |
| 1eda move.b (A2)+, (A7)+ | |
| 1edb move.b (A3)+, (A7)+ | |
| 1edc move.b (A4)+, (A7)+ | |
| 1edd move.b (A5)+, (A7)+ | |
| 1ede move.b (A6)+, (A7)+ | |
| 1edf move.b (A7)+, (A7)+ | |
| 1ee0 move.b -(A0), (A7)+ | |
| 1ee1 move.b -(A1), (A7)+ | |
| 1ee2 move.b -(A2), (A7)+ | |
| 1ee3 move.b -(A3), (A7)+ | |
| 1ee4 move.b -(A4), (A7)+ | |
| 1ee5 move.b -(A5), (A7)+ | |
| 1ee6 move.b -(A6), (A7)+ | |
| 1ee7 move.b -(A7), (A7)+ | |
| 1ee8 0123 move.b ($123,A0), (A7)+ | |
| 1ee9 0123 move.b ($123,A1), (A7)+ | |
| 1eea 0123 move.b ($123,A2), (A7)+ | |
| 1eeb 0123 move.b ($123,A3), (A7)+ | |
| 1eec 0123 move.b ($123,A4), (A7)+ | |
| 1eed 0123 move.b ($123,A5), (A7)+ | |
| 1eee 0123 move.b ($123,A6), (A7)+ | |
| 1eef 0123 move.b ($123,A7), (A7)+ | |
| 1ef0 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), (A7)+ | |
| 1ef1 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), (A7)+ | |
| 1ef2 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), (A7)+ | |
| 1ef3 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), (A7)+ | |
| 1ef4 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), (A7)+ | |
| 1ef5 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), (A7)+ | |
| 1ef6 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), (A7)+ | |
| 1ef7 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), (A7)+ | |
| 1ef8 0123 move.b $123.w, (A7)+ | |
| 1ef9 0123 4567 move.b $1234567.l, (A7)+ | |
| 1efa 0123 move.b ($123,PC), (A7)+; ($125) | |
| 1efb 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), (A7)+ | |
| 1efc 0123 move.b #$23, (A7)+ | |
| 1f00 move.b D0, -(A7) | |
| 1f01 move.b D1, -(A7) | |
| 1f02 move.b D2, -(A7) | |
| 1f03 move.b D3, -(A7) | |
| 1f04 move.b D4, -(A7) | |
| 1f05 move.b D5, -(A7) | |
| 1f06 move.b D6, -(A7) | |
| 1f07 move.b D7, -(A7) | |
| 1f10 move.b (A0), -(A7) | |
| 1f11 move.b (A1), -(A7) | |
| 1f12 move.b (A2), -(A7) | |
| 1f13 move.b (A3), -(A7) | |
| 1f14 move.b (A4), -(A7) | |
| 1f15 move.b (A5), -(A7) | |
| 1f16 move.b (A6), -(A7) | |
| 1f17 move.b (A7), -(A7) | |
| 1f18 move.b (A0)+, -(A7) | |
| 1f19 move.b (A1)+, -(A7) | |
| 1f1a move.b (A2)+, -(A7) | |
| 1f1b move.b (A3)+, -(A7) | |
| 1f1c move.b (A4)+, -(A7) | |
| 1f1d move.b (A5)+, -(A7) | |
| 1f1e move.b (A6)+, -(A7) | |
| 1f1f move.b (A7)+, -(A7) | |
| 1f20 move.b -(A0), -(A7) | |
| 1f21 move.b -(A1), -(A7) | |
| 1f22 move.b -(A2), -(A7) | |
| 1f23 move.b -(A3), -(A7) | |
| 1f24 move.b -(A4), -(A7) | |
| 1f25 move.b -(A5), -(A7) | |
| 1f26 move.b -(A6), -(A7) | |
| 1f27 move.b -(A7), -(A7) | |
| 1f28 0123 move.b ($123,A0), -(A7) | |
| 1f29 0123 move.b ($123,A1), -(A7) | |
| 1f2a 0123 move.b ($123,A2), -(A7) | |
| 1f2b 0123 move.b ($123,A3), -(A7) | |
| 1f2c 0123 move.b ($123,A4), -(A7) | |
| 1f2d 0123 move.b ($123,A5), -(A7) | |
| 1f2e 0123 move.b ($123,A6), -(A7) | |
| 1f2f 0123 move.b ($123,A7), -(A7) | |
| 1f30 0123 4567 89ab cdef move.b ([$4567,A0,D0.w],-$3211), -(A7) | |
| 1f31 0123 4567 89ab cdef move.b ([$4567,A1,D0.w],-$3211), -(A7) | |
| 1f32 0123 4567 89ab cdef move.b ([$4567,A2,D0.w],-$3211), -(A7) | |
| 1f33 0123 4567 89ab cdef move.b ([$4567,A3,D0.w],-$3211), -(A7) | |
| 1f34 0123 4567 89ab cdef move.b ([$4567,A4,D0.w],-$3211), -(A7) | |
| 1f35 0123 4567 89ab cdef move.b ([$4567,A5,D0.w],-$3211), -(A7) | |
| 1f36 0123 4567 89ab cdef move.b ([$4567,A6,D0.w],-$3211), -(A7) | |
| 1f37 0123 4567 89ab cdef move.b ([$4567,A7,D0.w],-$3211), -(A7) | |
| 1f38 0123 move.b $123.w, -(A7) | |
| 1f39 0123 4567 move.b $1234567.l, -(A7) | |
| 1f3a 0123 move.b ($123,PC), -(A7); ($125) | |
| 1f3b 0123 4567 89ab cdef move.b ([$4567,PC,D0.w],-$3211), -(A7) | |
| 1f3c 0123 move.b #$23, -(A7) | |
| 1f40 0123 move.b D0, ($123,A7) | |
| 1f41 0123 move.b D1, ($123,A7) | |
| 1f42 0123 move.b D2, ($123,A7) | |
| 1f43 0123 move.b D3, ($123,A7) | |
| 1f44 0123 move.b D4, ($123,A7) | |
| 1f45 0123 move.b D5, ($123,A7) | |
| 1f46 0123 move.b D6, ($123,A7) | |
| 1f47 0123 move.b D7, ($123,A7) | |
| 1f50 0123 move.b (A0), ($123,A7) | |
| 1f51 0123 move.b (A1), ($123,A7) | |
| 1f52 0123 move.b (A2), ($123,A7) | |
| 1f53 0123 move.b (A3), ($123,A7) | |
| 1f54 0123 move.b (A4), ($123,A7) | |
| 1f55 0123 move.b (A5), ($123,A7) | |
| 1f56 0123 move.b (A6), ($123,A7) | |
| 1f57 0123 move.b (A7), ($123,A7) | |
| 1f58 0123 move.b (A0)+, ($123,A7) | |
| 1f59 0123 move.b (A1)+, ($123,A7) | |
| 1f5a 0123 move.b (A2)+, ($123,A7) | |
| 1f5b 0123 move.b (A3)+, ($123,A7) | |
| 1f5c 0123 move.b (A4)+, ($123,A7) | |
| 1f5d 0123 move.b (A5)+, ($123,A7) | |
| 1f5e 0123 move.b (A6)+, ($123,A7) | |
| 1f5f 0123 move.b (A7)+, ($123,A7) | |
| 1f60 0123 move.b -(A0), ($123,A7) | |
| 1f61 0123 move.b -(A1), ($123,A7) | |
| 1f62 0123 move.b -(A2), ($123,A7) | |
| 1f63 0123 move.b -(A3), ($123,A7) | |
| 1f64 0123 move.b -(A4), ($123,A7) | |
| 1f65 0123 move.b -(A5), ($123,A7) | |
| 1f66 0123 move.b -(A6), ($123,A7) | |
| 1f67 0123 move.b -(A7), ($123,A7) | |
| 1f68 0123 4567 move.b ($123,A0), ($4567,A7) | |
| 1f69 0123 4567 move.b ($123,A1), ($4567,A7) | |
| 1f6a 0123 4567 move.b ($123,A2), ($4567,A7) | |
| 1f6b 0123 4567 move.b ($123,A3), ($4567,A7) | |
| 1f6c 0123 4567 move.b ($123,A4), ($4567,A7) | |
| 1f6d 0123 4567 move.b ($123,A5), ($4567,A7) | |
| 1f6e 0123 4567 move.b ($123,A6), ($4567,A7) | |
| 1f6f 0123 4567 move.b ($123,A7), ($4567,A7) | |
| 1f70 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), ($0,A7) | |
| 1f71 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), ($0,A7) | |
| 1f72 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), ($0,A7) | |
| 1f73 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), ($0,A7) | |
| 1f74 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), ($0,A7) | |
| 1f75 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), ($0,A7) | |
| 1f76 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), ($0,A7) | |
| 1f77 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), ($0,A7) | |
| 1f78 0123 4567 move.b $123.w, ($4567,A7) | |
| 1f79 0123 4567 89ab move.b $1234567.l, (-$7655,A7) | |
| 1f7a 0123 4567 move.b ($123,PC), ($4567,A7); ($125) | |
| 1f7b 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), ($0,A7) | |
| 1f7c 0123 4567 move.b #$23, ($4567,A7) | |
| 1f80 0123 4567 89ab cdef move.b D0, ([$4567,A7,D0.w],-$3211) | |
| 1f81 0123 4567 89ab cdef move.b D1, ([$4567,A7,D0.w],-$3211) | |
| 1f82 0123 4567 89ab cdef move.b D2, ([$4567,A7,D0.w],-$3211) | |
| 1f83 0123 4567 89ab cdef move.b D3, ([$4567,A7,D0.w],-$3211) | |
| 1f84 0123 4567 89ab cdef move.b D4, ([$4567,A7,D0.w],-$3211) | |
| 1f85 0123 4567 89ab cdef move.b D5, ([$4567,A7,D0.w],-$3211) | |
| 1f86 0123 4567 89ab cdef move.b D6, ([$4567,A7,D0.w],-$3211) | |
| 1f87 0123 4567 89ab cdef move.b D7, ([$4567,A7,D0.w],-$3211) | |
| 1f90 0123 4567 89ab cdef move.b (A0), ([$4567,A7,D0.w],-$3211) | |
| 1f91 0123 4567 89ab cdef move.b (A1), ([$4567,A7,D0.w],-$3211) | |
| 1f92 0123 4567 89ab cdef move.b (A2), ([$4567,A7,D0.w],-$3211) | |
| 1f93 0123 4567 89ab cdef move.b (A3), ([$4567,A7,D0.w],-$3211) | |
| 1f94 0123 4567 89ab cdef move.b (A4), ([$4567,A7,D0.w],-$3211) | |
| 1f95 0123 4567 89ab cdef move.b (A5), ([$4567,A7,D0.w],-$3211) | |
| 1f96 0123 4567 89ab cdef move.b (A6), ([$4567,A7,D0.w],-$3211) | |
| 1f97 0123 4567 89ab cdef move.b (A7), ([$4567,A7,D0.w],-$3211) | |
| 1f98 0123 4567 89ab cdef move.b (A0)+, ([$4567,A7,D0.w],-$3211) | |
| 1f99 0123 4567 89ab cdef move.b (A1)+, ([$4567,A7,D0.w],-$3211) | |
| 1f9a 0123 4567 89ab cdef move.b (A2)+, ([$4567,A7,D0.w],-$3211) | |
| 1f9b 0123 4567 89ab cdef move.b (A3)+, ([$4567,A7,D0.w],-$3211) | |
| 1f9c 0123 4567 89ab cdef move.b (A4)+, ([$4567,A7,D0.w],-$3211) | |
| 1f9d 0123 4567 89ab cdef move.b (A5)+, ([$4567,A7,D0.w],-$3211) | |
| 1f9e 0123 4567 89ab cdef move.b (A6)+, ([$4567,A7,D0.w],-$3211) | |
| 1f9f 0123 4567 89ab cdef move.b (A7)+, ([$4567,A7,D0.w],-$3211) | |
| 1fa0 0123 4567 89ab cdef move.b -(A0), ([$4567,A7,D0.w],-$3211) | |
| 1fa1 0123 4567 89ab cdef move.b -(A1), ([$4567,A7,D0.w],-$3211) | |
| 1fa2 0123 4567 89ab cdef move.b -(A2), ([$4567,A7,D0.w],-$3211) | |
| 1fa3 0123 4567 89ab cdef move.b -(A3), ([$4567,A7,D0.w],-$3211) | |
| 1fa4 0123 4567 89ab cdef move.b -(A4), ([$4567,A7,D0.w],-$3211) | |
| 1fa5 0123 4567 89ab cdef move.b -(A5), ([$4567,A7,D0.w],-$3211) | |
| 1fa6 0123 4567 89ab cdef move.b -(A6), ([$4567,A7,D0.w],-$3211) | |
| 1fa7 0123 4567 89ab cdef move.b -(A7), ([$4567,A7,D0.w],-$3211) | |
| 1fa8 0123 4567 89ab move.b ($123,A0), ([-$7655,A7]) | |
| 1fa9 0123 4567 89ab move.b ($123,A1), ([-$7655,A7]) | |
| 1faa 0123 4567 89ab move.b ($123,A2), ([-$7655,A7]) | |
| 1fab 0123 4567 89ab move.b ($123,A3), ([-$7655,A7]) | |
| 1fac 0123 4567 89ab move.b ($123,A4), ([-$7655,A7]) | |
| 1fad 0123 4567 89ab move.b ($123,A5), ([-$7655,A7]) | |
| 1fae 0123 4567 89ab move.b ($123,A6), ([-$7655,A7]) | |
| 1faf 0123 4567 89ab move.b ($123,A7), ([-$7655,A7]) | |
| 1fb0 0123 4567 89ab cdef 0000 move.b ([$4567,A0,D0.w],-$3211), (A7,D0.w) | |
| 1fb1 0123 4567 89ab cdef 0000 move.b ([$4567,A1,D0.w],-$3211), (A7,D0.w) | |
| 1fb2 0123 4567 89ab cdef 0000 move.b ([$4567,A2,D0.w],-$3211), (A7,D0.w) | |
| 1fb3 0123 4567 89ab cdef 0000 move.b ([$4567,A3,D0.w],-$3211), (A7,D0.w) | |
| 1fb4 0123 4567 89ab cdef 0000 move.b ([$4567,A4,D0.w],-$3211), (A7,D0.w) | |
| 1fb5 0123 4567 89ab cdef 0000 move.b ([$4567,A5,D0.w],-$3211), (A7,D0.w) | |
| 1fb6 0123 4567 89ab cdef 0000 move.b ([$4567,A6,D0.w],-$3211), (A7,D0.w) | |
| 1fb7 0123 4567 89ab cdef 0000 move.b ([$4567,A7,D0.w],-$3211), (A7,D0.w) | |
| 1fb8 0123 4567 89ab move.b $123.w, ([-$7655,A7]) | |
| 1fb9 0123 4567 89ab cdef 0000 0000 move.b $1234567.l, ([-$3211,A0.l]) | |
| 1fba 0123 4567 89ab move.b ($123,PC), ([-$7655,A7]); ($125) | |
| 1fbb 0123 4567 89ab cdef 0000 move.b ([$4567,PC,D0.w],-$3211), (A7,D0.w) | |
| 1fbc 0123 4567 89ab move.b #$23, ([-$7655,A7]) | |
| 2000 move.l D0, D0 | |
| 2001 move.l D1, D0 | |
| 2002 move.l D2, D0 | |
| 2003 move.l D3, D0 | |
| 2004 move.l D4, D0 | |
| 2005 move.l D5, D0 | |
| 2006 move.l D6, D0 | |
| 2007 move.l D7, D0 | |
| 2008 move.l A0, D0 | |
| 2009 move.l A1, D0 | |
| 200a move.l A2, D0 | |
| 200b move.l A3, D0 | |
| 200c move.l A4, D0 | |
| 200d move.l A5, D0 | |
| 200e move.l A6, D0 | |
| 200f move.l A7, D0 | |
| 2010 move.l (A0), D0 | |
| 2011 move.l (A1), D0 | |
| 2012 move.l (A2), D0 | |
| 2013 move.l (A3), D0 | |
| 2014 move.l (A4), D0 | |
| 2015 move.l (A5), D0 | |
| 2016 move.l (A6), D0 | |
| 2017 move.l (A7), D0 | |
| 2018 move.l (A0)+, D0 | |
| 2019 move.l (A1)+, D0 | |
| 201a move.l (A2)+, D0 | |
| 201b move.l (A3)+, D0 | |
| 201c move.l (A4)+, D0 | |
| 201d move.l (A5)+, D0 | |
| 201e move.l (A6)+, D0 | |
| 201f move.l (A7)+, D0 | |
| 2020 move.l -(A0), D0 | |
| 2021 move.l -(A1), D0 | |
| 2022 move.l -(A2), D0 | |
| 2023 move.l -(A3), D0 | |
| 2024 move.l -(A4), D0 | |
| 2025 move.l -(A5), D0 | |
| 2026 move.l -(A6), D0 | |
| 2027 move.l -(A7), D0 | |
| 2028 0123 move.l ($123,A0), D0 | |
| 2029 0123 move.l ($123,A1), D0 | |
| 202a 0123 move.l ($123,A2), D0 | |
| 202b 0123 move.l ($123,A3), D0 | |
| 202c 0123 move.l ($123,A4), D0 | |
| 202d 0123 move.l ($123,A5), D0 | |
| 202e 0123 move.l ($123,A6), D0 | |
| 202f 0123 move.l ($123,A7), D0 | |
| 2030 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D0 | |
| 2031 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D0 | |
| 2032 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D0 | |
| 2033 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D0 | |
| 2034 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D0 | |
| 2035 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D0 | |
| 2036 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D0 | |
| 2037 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D0 | |
| 2038 0123 move.l $123.w, D0 | |
| 2039 0123 4567 move.l $1234567.l, D0 | |
| 203a 0123 move.l ($123,PC), D0; ($125) | |
| 203b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D0 | |
| 203c 0123 4567 move.l #$1234567, D0 | |
| 2040 movea.l D0, A0 | |
| 2041 movea.l D1, A0 | |
| 2042 movea.l D2, A0 | |
| 2043 movea.l D3, A0 | |
| 2044 movea.l D4, A0 | |
| 2045 movea.l D5, A0 | |
| 2046 movea.l D6, A0 | |
| 2047 movea.l D7, A0 | |
| 2048 movea.l A0, A0 | |
| 2049 movea.l A1, A0 | |
| 204a movea.l A2, A0 | |
| 204b movea.l A3, A0 | |
| 204c movea.l A4, A0 | |
| 204d movea.l A5, A0 | |
| 204e movea.l A6, A0 | |
| 204f movea.l A7, A0 | |
| 2050 movea.l (A0), A0 | |
| 2051 movea.l (A1), A0 | |
| 2052 movea.l (A2), A0 | |
| 2053 movea.l (A3), A0 | |
| 2054 movea.l (A4), A0 | |
| 2055 movea.l (A5), A0 | |
| 2056 movea.l (A6), A0 | |
| 2057 movea.l (A7), A0 | |
| 2058 movea.l (A0)+, A0 | |
| 2059 movea.l (A1)+, A0 | |
| 205a movea.l (A2)+, A0 | |
| 205b movea.l (A3)+, A0 | |
| 205c movea.l (A4)+, A0 | |
| 205d movea.l (A5)+, A0 | |
| 205e movea.l (A6)+, A0 | |
| 205f movea.l (A7)+, A0 | |
| 2060 movea.l -(A0), A0 | |
| 2061 movea.l -(A1), A0 | |
| 2062 movea.l -(A2), A0 | |
| 2063 movea.l -(A3), A0 | |
| 2064 movea.l -(A4), A0 | |
| 2065 movea.l -(A5), A0 | |
| 2066 movea.l -(A6), A0 | |
| 2067 movea.l -(A7), A0 | |
| 2068 0123 movea.l ($123,A0), A0 | |
| 2069 0123 movea.l ($123,A1), A0 | |
| 206a 0123 movea.l ($123,A2), A0 | |
| 206b 0123 movea.l ($123,A3), A0 | |
| 206c 0123 movea.l ($123,A4), A0 | |
| 206d 0123 movea.l ($123,A5), A0 | |
| 206e 0123 movea.l ($123,A6), A0 | |
| 206f 0123 movea.l ($123,A7), A0 | |
| 2070 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A0 | |
| 2071 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A0 | |
| 2072 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A0 | |
| 2073 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A0 | |
| 2074 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A0 | |
| 2075 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A0 | |
| 2076 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A0 | |
| 2077 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A0 | |
| 2078 0123 movea.l $123.w, A0 | |
| 2079 0123 4567 movea.l $1234567.l, A0 | |
| 207a 0123 movea.l ($123,PC), A0; ($125) | |
| 207b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A0 | |
| 207c 0123 4567 movea.l #$1234567, A0 | |
| 2080 move.l D0, (A0) | |
| 2081 move.l D1, (A0) | |
| 2082 move.l D2, (A0) | |
| 2083 move.l D3, (A0) | |
| 2084 move.l D4, (A0) | |
| 2085 move.l D5, (A0) | |
| 2086 move.l D6, (A0) | |
| 2087 move.l D7, (A0) | |
| 2088 move.l A0, (A0) | |
| 2089 move.l A1, (A0) | |
| 208a move.l A2, (A0) | |
| 208b move.l A3, (A0) | |
| 208c move.l A4, (A0) | |
| 208d move.l A5, (A0) | |
| 208e move.l A6, (A0) | |
| 208f move.l A7, (A0) | |
| 2090 move.l (A0), (A0) | |
| 2091 move.l (A1), (A0) | |
| 2092 move.l (A2), (A0) | |
| 2093 move.l (A3), (A0) | |
| 2094 move.l (A4), (A0) | |
| 2095 move.l (A5), (A0) | |
| 2096 move.l (A6), (A0) | |
| 2097 move.l (A7), (A0) | |
| 2098 move.l (A0)+, (A0) | |
| 2099 move.l (A1)+, (A0) | |
| 209a move.l (A2)+, (A0) | |
| 209b move.l (A3)+, (A0) | |
| 209c move.l (A4)+, (A0) | |
| 209d move.l (A5)+, (A0) | |
| 209e move.l (A6)+, (A0) | |
| 209f move.l (A7)+, (A0) | |
| 20a0 move.l -(A0), (A0) | |
| 20a1 move.l -(A1), (A0) | |
| 20a2 move.l -(A2), (A0) | |
| 20a3 move.l -(A3), (A0) | |
| 20a4 move.l -(A4), (A0) | |
| 20a5 move.l -(A5), (A0) | |
| 20a6 move.l -(A6), (A0) | |
| 20a7 move.l -(A7), (A0) | |
| 20a8 0123 move.l ($123,A0), (A0) | |
| 20a9 0123 move.l ($123,A1), (A0) | |
| 20aa 0123 move.l ($123,A2), (A0) | |
| 20ab 0123 move.l ($123,A3), (A0) | |
| 20ac 0123 move.l ($123,A4), (A0) | |
| 20ad 0123 move.l ($123,A5), (A0) | |
| 20ae 0123 move.l ($123,A6), (A0) | |
| 20af 0123 move.l ($123,A7), (A0) | |
| 20b0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A0) | |
| 20b1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A0) | |
| 20b2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A0) | |
| 20b3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A0) | |
| 20b4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A0) | |
| 20b5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A0) | |
| 20b6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A0) | |
| 20b7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A0) | |
| 20b8 0123 move.l $123.w, (A0) | |
| 20b9 0123 4567 move.l $1234567.l, (A0) | |
| 20ba 0123 move.l ($123,PC), (A0); ($125) | |
| 20bb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A0) | |
| 20bc 0123 4567 move.l #$1234567, (A0) | |
| 20c0 move.l D0, (A0)+ | |
| 20c1 move.l D1, (A0)+ | |
| 20c2 move.l D2, (A0)+ | |
| 20c3 move.l D3, (A0)+ | |
| 20c4 move.l D4, (A0)+ | |
| 20c5 move.l D5, (A0)+ | |
| 20c6 move.l D6, (A0)+ | |
| 20c7 move.l D7, (A0)+ | |
| 20c8 move.l A0, (A0)+ | |
| 20c9 move.l A1, (A0)+ | |
| 20ca move.l A2, (A0)+ | |
| 20cb move.l A3, (A0)+ | |
| 20cc move.l A4, (A0)+ | |
| 20cd move.l A5, (A0)+ | |
| 20ce move.l A6, (A0)+ | |
| 20cf move.l A7, (A0)+ | |
| 20d0 move.l (A0), (A0)+ | |
| 20d1 move.l (A1), (A0)+ | |
| 20d2 move.l (A2), (A0)+ | |
| 20d3 move.l (A3), (A0)+ | |
| 20d4 move.l (A4), (A0)+ | |
| 20d5 move.l (A5), (A0)+ | |
| 20d6 move.l (A6), (A0)+ | |
| 20d7 move.l (A7), (A0)+ | |
| 20d8 move.l (A0)+, (A0)+ | |
| 20d9 move.l (A1)+, (A0)+ | |
| 20da move.l (A2)+, (A0)+ | |
| 20db move.l (A3)+, (A0)+ | |
| 20dc move.l (A4)+, (A0)+ | |
| 20dd move.l (A5)+, (A0)+ | |
| 20de move.l (A6)+, (A0)+ | |
| 20df move.l (A7)+, (A0)+ | |
| 20e0 move.l -(A0), (A0)+ | |
| 20e1 move.l -(A1), (A0)+ | |
| 20e2 move.l -(A2), (A0)+ | |
| 20e3 move.l -(A3), (A0)+ | |
| 20e4 move.l -(A4), (A0)+ | |
| 20e5 move.l -(A5), (A0)+ | |
| 20e6 move.l -(A6), (A0)+ | |
| 20e7 move.l -(A7), (A0)+ | |
| 20e8 0123 move.l ($123,A0), (A0)+ | |
| 20e9 0123 move.l ($123,A1), (A0)+ | |
| 20ea 0123 move.l ($123,A2), (A0)+ | |
| 20eb 0123 move.l ($123,A3), (A0)+ | |
| 20ec 0123 move.l ($123,A4), (A0)+ | |
| 20ed 0123 move.l ($123,A5), (A0)+ | |
| 20ee 0123 move.l ($123,A6), (A0)+ | |
| 20ef 0123 move.l ($123,A7), (A0)+ | |
| 20f0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A0)+ | |
| 20f1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A0)+ | |
| 20f2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A0)+ | |
| 20f3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A0)+ | |
| 20f4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A0)+ | |
| 20f5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A0)+ | |
| 20f6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A0)+ | |
| 20f7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A0)+ | |
| 20f8 0123 move.l $123.w, (A0)+ | |
| 20f9 0123 4567 move.l $1234567.l, (A0)+ | |
| 20fa 0123 move.l ($123,PC), (A0)+; ($125) | |
| 20fb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A0)+ | |
| 20fc 0123 4567 move.l #$1234567, (A0)+ | |
| 2100 move.l D0, -(A0) | |
| 2101 move.l D1, -(A0) | |
| 2102 move.l D2, -(A0) | |
| 2103 move.l D3, -(A0) | |
| 2104 move.l D4, -(A0) | |
| 2105 move.l D5, -(A0) | |
| 2106 move.l D6, -(A0) | |
| 2107 move.l D7, -(A0) | |
| 2108 move.l A0, -(A0) | |
| 2109 move.l A1, -(A0) | |
| 210a move.l A2, -(A0) | |
| 210b move.l A3, -(A0) | |
| 210c move.l A4, -(A0) | |
| 210d move.l A5, -(A0) | |
| 210e move.l A6, -(A0) | |
| 210f move.l A7, -(A0) | |
| 2110 move.l (A0), -(A0) | |
| 2111 move.l (A1), -(A0) | |
| 2112 move.l (A2), -(A0) | |
| 2113 move.l (A3), -(A0) | |
| 2114 move.l (A4), -(A0) | |
| 2115 move.l (A5), -(A0) | |
| 2116 move.l (A6), -(A0) | |
| 2117 move.l (A7), -(A0) | |
| 2118 move.l (A0)+, -(A0) | |
| 2119 move.l (A1)+, -(A0) | |
| 211a move.l (A2)+, -(A0) | |
| 211b move.l (A3)+, -(A0) | |
| 211c move.l (A4)+, -(A0) | |
| 211d move.l (A5)+, -(A0) | |
| 211e move.l (A6)+, -(A0) | |
| 211f move.l (A7)+, -(A0) | |
| 2120 move.l -(A0), -(A0) | |
| 2121 move.l -(A1), -(A0) | |
| 2122 move.l -(A2), -(A0) | |
| 2123 move.l -(A3), -(A0) | |
| 2124 move.l -(A4), -(A0) | |
| 2125 move.l -(A5), -(A0) | |
| 2126 move.l -(A6), -(A0) | |
| 2127 move.l -(A7), -(A0) | |
| 2128 0123 move.l ($123,A0), -(A0) | |
| 2129 0123 move.l ($123,A1), -(A0) | |
| 212a 0123 move.l ($123,A2), -(A0) | |
| 212b 0123 move.l ($123,A3), -(A0) | |
| 212c 0123 move.l ($123,A4), -(A0) | |
| 212d 0123 move.l ($123,A5), -(A0) | |
| 212e 0123 move.l ($123,A6), -(A0) | |
| 212f 0123 move.l ($123,A7), -(A0) | |
| 2130 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A0) | |
| 2131 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A0) | |
| 2132 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A0) | |
| 2133 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A0) | |
| 2134 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A0) | |
| 2135 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A0) | |
| 2136 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A0) | |
| 2137 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A0) | |
| 2138 0123 move.l $123.w, -(A0) | |
| 2139 0123 4567 move.l $1234567.l, -(A0) | |
| 213a 0123 move.l ($123,PC), -(A0); ($125) | |
| 213b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A0) | |
| 213c 0123 4567 move.l #$1234567, -(A0) | |
| 2140 0123 move.l D0, ($123,A0) | |
| 2141 0123 move.l D1, ($123,A0) | |
| 2142 0123 move.l D2, ($123,A0) | |
| 2143 0123 move.l D3, ($123,A0) | |
| 2144 0123 move.l D4, ($123,A0) | |
| 2145 0123 move.l D5, ($123,A0) | |
| 2146 0123 move.l D6, ($123,A0) | |
| 2147 0123 move.l D7, ($123,A0) | |
| 2148 0123 move.l A0, ($123,A0) | |
| 2149 0123 move.l A1, ($123,A0) | |
| 214a 0123 move.l A2, ($123,A0) | |
| 214b 0123 move.l A3, ($123,A0) | |
| 214c 0123 move.l A4, ($123,A0) | |
| 214d 0123 move.l A5, ($123,A0) | |
| 214e 0123 move.l A6, ($123,A0) | |
| 214f 0123 move.l A7, ($123,A0) | |
| 2150 0123 move.l (A0), ($123,A0) | |
| 2151 0123 move.l (A1), ($123,A0) | |
| 2152 0123 move.l (A2), ($123,A0) | |
| 2153 0123 move.l (A3), ($123,A0) | |
| 2154 0123 move.l (A4), ($123,A0) | |
| 2155 0123 move.l (A5), ($123,A0) | |
| 2156 0123 move.l (A6), ($123,A0) | |
| 2157 0123 move.l (A7), ($123,A0) | |
| 2158 0123 move.l (A0)+, ($123,A0) | |
| 2159 0123 move.l (A1)+, ($123,A0) | |
| 215a 0123 move.l (A2)+, ($123,A0) | |
| 215b 0123 move.l (A3)+, ($123,A0) | |
| 215c 0123 move.l (A4)+, ($123,A0) | |
| 215d 0123 move.l (A5)+, ($123,A0) | |
| 215e 0123 move.l (A6)+, ($123,A0) | |
| 215f 0123 move.l (A7)+, ($123,A0) | |
| 2160 0123 move.l -(A0), ($123,A0) | |
| 2161 0123 move.l -(A1), ($123,A0) | |
| 2162 0123 move.l -(A2), ($123,A0) | |
| 2163 0123 move.l -(A3), ($123,A0) | |
| 2164 0123 move.l -(A4), ($123,A0) | |
| 2165 0123 move.l -(A5), ($123,A0) | |
| 2166 0123 move.l -(A6), ($123,A0) | |
| 2167 0123 move.l -(A7), ($123,A0) | |
| 2168 0123 4567 move.l ($123,A0), ($4567,A0) | |
| 2169 0123 4567 move.l ($123,A1), ($4567,A0) | |
| 216a 0123 4567 move.l ($123,A2), ($4567,A0) | |
| 216b 0123 4567 move.l ($123,A3), ($4567,A0) | |
| 216c 0123 4567 move.l ($123,A4), ($4567,A0) | |
| 216d 0123 4567 move.l ($123,A5), ($4567,A0) | |
| 216e 0123 4567 move.l ($123,A6), ($4567,A0) | |
| 216f 0123 4567 move.l ($123,A7), ($4567,A0) | |
| 2170 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A0) | |
| 2171 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A0) | |
| 2172 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A0) | |
| 2173 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A0) | |
| 2174 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A0) | |
| 2175 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A0) | |
| 2176 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A0) | |
| 2177 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A0) | |
| 2178 0123 4567 move.l $123.w, ($4567,A0) | |
| 2179 0123 4567 89ab move.l $1234567.l, (-$7655,A0) | |
| 217a 0123 4567 move.l ($123,PC), ($4567,A0); ($125) | |
| 217b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A0) | |
| 217c 0123 4567 89ab move.l #$1234567, (-$7655,A0) | |
| 2180 0123 4567 89ab cdef move.l D0, ([$4567,A0,D0.w],-$3211) | |
| 2181 0123 4567 89ab cdef move.l D1, ([$4567,A0,D0.w],-$3211) | |
| 2182 0123 4567 89ab cdef move.l D2, ([$4567,A0,D0.w],-$3211) | |
| 2183 0123 4567 89ab cdef move.l D3, ([$4567,A0,D0.w],-$3211) | |
| 2184 0123 4567 89ab cdef move.l D4, ([$4567,A0,D0.w],-$3211) | |
| 2185 0123 4567 89ab cdef move.l D5, ([$4567,A0,D0.w],-$3211) | |
| 2186 0123 4567 89ab cdef move.l D6, ([$4567,A0,D0.w],-$3211) | |
| 2187 0123 4567 89ab cdef move.l D7, ([$4567,A0,D0.w],-$3211) | |
| 2188 0123 4567 89ab cdef move.l A0, ([$4567,A0,D0.w],-$3211) | |
| 2189 0123 4567 89ab cdef move.l A1, ([$4567,A0,D0.w],-$3211) | |
| 218a 0123 4567 89ab cdef move.l A2, ([$4567,A0,D0.w],-$3211) | |
| 218b 0123 4567 89ab cdef move.l A3, ([$4567,A0,D0.w],-$3211) | |
| 218c 0123 4567 89ab cdef move.l A4, ([$4567,A0,D0.w],-$3211) | |
| 218d 0123 4567 89ab cdef move.l A5, ([$4567,A0,D0.w],-$3211) | |
| 218e 0123 4567 89ab cdef move.l A6, ([$4567,A0,D0.w],-$3211) | |
| 218f 0123 4567 89ab cdef move.l A7, ([$4567,A0,D0.w],-$3211) | |
| 2190 0123 4567 89ab cdef move.l (A0), ([$4567,A0,D0.w],-$3211) | |
| 2191 0123 4567 89ab cdef move.l (A1), ([$4567,A0,D0.w],-$3211) | |
| 2192 0123 4567 89ab cdef move.l (A2), ([$4567,A0,D0.w],-$3211) | |
| 2193 0123 4567 89ab cdef move.l (A3), ([$4567,A0,D0.w],-$3211) | |
| 2194 0123 4567 89ab cdef move.l (A4), ([$4567,A0,D0.w],-$3211) | |
| 2195 0123 4567 89ab cdef move.l (A5), ([$4567,A0,D0.w],-$3211) | |
| 2196 0123 4567 89ab cdef move.l (A6), ([$4567,A0,D0.w],-$3211) | |
| 2197 0123 4567 89ab cdef move.l (A7), ([$4567,A0,D0.w],-$3211) | |
| 2198 0123 4567 89ab cdef move.l (A0)+, ([$4567,A0,D0.w],-$3211) | |
| 2199 0123 4567 89ab cdef move.l (A1)+, ([$4567,A0,D0.w],-$3211) | |
| 219a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A0,D0.w],-$3211) | |
| 219b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A0,D0.w],-$3211) | |
| 219c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A0,D0.w],-$3211) | |
| 219d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A0,D0.w],-$3211) | |
| 219e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A0,D0.w],-$3211) | |
| 219f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A0,D0.w],-$3211) | |
| 21a0 0123 4567 89ab cdef move.l -(A0), ([$4567,A0,D0.w],-$3211) | |
| 21a1 0123 4567 89ab cdef move.l -(A1), ([$4567,A0,D0.w],-$3211) | |
| 21a2 0123 4567 89ab cdef move.l -(A2), ([$4567,A0,D0.w],-$3211) | |
| 21a3 0123 4567 89ab cdef move.l -(A3), ([$4567,A0,D0.w],-$3211) | |
| 21a4 0123 4567 89ab cdef move.l -(A4), ([$4567,A0,D0.w],-$3211) | |
| 21a5 0123 4567 89ab cdef move.l -(A5), ([$4567,A0,D0.w],-$3211) | |
| 21a6 0123 4567 89ab cdef move.l -(A6), ([$4567,A0,D0.w],-$3211) | |
| 21a7 0123 4567 89ab cdef move.l -(A7), ([$4567,A0,D0.w],-$3211) | |
| 21a8 0123 4567 89ab move.l ($123,A0), ([-$7655,A0]) | |
| 21a9 0123 4567 89ab move.l ($123,A1), ([-$7655,A0]) | |
| 21aa 0123 4567 89ab move.l ($123,A2), ([-$7655,A0]) | |
| 21ab 0123 4567 89ab move.l ($123,A3), ([-$7655,A0]) | |
| 21ac 0123 4567 89ab move.l ($123,A4), ([-$7655,A0]) | |
| 21ad 0123 4567 89ab move.l ($123,A5), ([-$7655,A0]) | |
| 21ae 0123 4567 89ab move.l ($123,A6), ([-$7655,A0]) | |
| 21af 0123 4567 89ab move.l ($123,A7), ([-$7655,A0]) | |
| 21b0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A0,D0.w) | |
| 21b1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A0,D0.w) | |
| 21b2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A0,D0.w) | |
| 21b3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A0,D0.w) | |
| 21b4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A0,D0.w) | |
| 21b5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A0,D0.w) | |
| 21b6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A0,D0.w) | |
| 21b7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A0,D0.w) | |
| 21b8 0123 4567 89ab move.l $123.w, ([-$7655,A0]) | |
| 21b9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 21ba 0123 4567 89ab move.l ($123,PC), ([-$7655,A0]); ($125) | |
| 21bb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A0,D0.w) | |
| 21bc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 21c0 0123 move.l D0, $123.w | |
| 21c1 0123 move.l D1, $123.w | |
| 21c2 0123 move.l D2, $123.w | |
| 21c3 0123 move.l D3, $123.w | |
| 21c4 0123 move.l D4, $123.w | |
| 21c5 0123 move.l D5, $123.w | |
| 21c6 0123 move.l D6, $123.w | |
| 21c7 0123 move.l D7, $123.w | |
| 21c8 0123 move.l A0, $123.w | |
| 21c9 0123 move.l A1, $123.w | |
| 21ca 0123 move.l A2, $123.w | |
| 21cb 0123 move.l A3, $123.w | |
| 21cc 0123 move.l A4, $123.w | |
| 21cd 0123 move.l A5, $123.w | |
| 21ce 0123 move.l A6, $123.w | |
| 21cf 0123 move.l A7, $123.w | |
| 21d0 0123 move.l (A0), $123.w | |
| 21d1 0123 move.l (A1), $123.w | |
| 21d2 0123 move.l (A2), $123.w | |
| 21d3 0123 move.l (A3), $123.w | |
| 21d4 0123 move.l (A4), $123.w | |
| 21d5 0123 move.l (A5), $123.w | |
| 21d6 0123 move.l (A6), $123.w | |
| 21d7 0123 move.l (A7), $123.w | |
| 21d8 0123 move.l (A0)+, $123.w | |
| 21d9 0123 move.l (A1)+, $123.w | |
| 21da 0123 move.l (A2)+, $123.w | |
| 21db 0123 move.l (A3)+, $123.w | |
| 21dc 0123 move.l (A4)+, $123.w | |
| 21dd 0123 move.l (A5)+, $123.w | |
| 21de 0123 move.l (A6)+, $123.w | |
| 21df 0123 move.l (A7)+, $123.w | |
| 21e0 0123 move.l -(A0), $123.w | |
| 21e1 0123 move.l -(A1), $123.w | |
| 21e2 0123 move.l -(A2), $123.w | |
| 21e3 0123 move.l -(A3), $123.w | |
| 21e4 0123 move.l -(A4), $123.w | |
| 21e5 0123 move.l -(A5), $123.w | |
| 21e6 0123 move.l -(A6), $123.w | |
| 21e7 0123 move.l -(A7), $123.w | |
| 21e8 0123 4567 move.l ($123,A0), $4567.w | |
| 21e9 0123 4567 move.l ($123,A1), $4567.w | |
| 21ea 0123 4567 move.l ($123,A2), $4567.w | |
| 21eb 0123 4567 move.l ($123,A3), $4567.w | |
| 21ec 0123 4567 move.l ($123,A4), $4567.w | |
| 21ed 0123 4567 move.l ($123,A5), $4567.w | |
| 21ee 0123 4567 move.l ($123,A6), $4567.w | |
| 21ef 0123 4567 move.l ($123,A7), $4567.w | |
| 21f0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), $0.w | |
| 21f1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), $0.w | |
| 21f2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), $0.w | |
| 21f3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), $0.w | |
| 21f4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), $0.w | |
| 21f5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), $0.w | |
| 21f6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), $0.w | |
| 21f7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), $0.w | |
| 21f8 0123 4567 move.l $123.w, $4567.w | |
| 21f9 0123 4567 89ab move.l $1234567.l, $89ab.w | |
| 21fa 0123 4567 move.l ($123,PC), $4567.w; ($125) | |
| 21fb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), $0.w | |
| 21fc 0123 4567 89ab move.l #$1234567, $89ab.w | |
| 2200 move.l D0, D1 | |
| 2201 move.l D1, D1 | |
| 2202 move.l D2, D1 | |
| 2203 move.l D3, D1 | |
| 2204 move.l D4, D1 | |
| 2205 move.l D5, D1 | |
| 2206 move.l D6, D1 | |
| 2207 move.l D7, D1 | |
| 2208 move.l A0, D1 | |
| 2209 move.l A1, D1 | |
| 220a move.l A2, D1 | |
| 220b move.l A3, D1 | |
| 220c move.l A4, D1 | |
| 220d move.l A5, D1 | |
| 220e move.l A6, D1 | |
| 220f move.l A7, D1 | |
| 2210 move.l (A0), D1 | |
| 2211 move.l (A1), D1 | |
| 2212 move.l (A2), D1 | |
| 2213 move.l (A3), D1 | |
| 2214 move.l (A4), D1 | |
| 2215 move.l (A5), D1 | |
| 2216 move.l (A6), D1 | |
| 2217 move.l (A7), D1 | |
| 2218 move.l (A0)+, D1 | |
| 2219 move.l (A1)+, D1 | |
| 221a move.l (A2)+, D1 | |
| 221b move.l (A3)+, D1 | |
| 221c move.l (A4)+, D1 | |
| 221d move.l (A5)+, D1 | |
| 221e move.l (A6)+, D1 | |
| 221f move.l (A7)+, D1 | |
| 2220 move.l -(A0), D1 | |
| 2221 move.l -(A1), D1 | |
| 2222 move.l -(A2), D1 | |
| 2223 move.l -(A3), D1 | |
| 2224 move.l -(A4), D1 | |
| 2225 move.l -(A5), D1 | |
| 2226 move.l -(A6), D1 | |
| 2227 move.l -(A7), D1 | |
| 2228 0123 move.l ($123,A0), D1 | |
| 2229 0123 move.l ($123,A1), D1 | |
| 222a 0123 move.l ($123,A2), D1 | |
| 222b 0123 move.l ($123,A3), D1 | |
| 222c 0123 move.l ($123,A4), D1 | |
| 222d 0123 move.l ($123,A5), D1 | |
| 222e 0123 move.l ($123,A6), D1 | |
| 222f 0123 move.l ($123,A7), D1 | |
| 2230 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D1 | |
| 2231 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D1 | |
| 2232 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D1 | |
| 2233 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D1 | |
| 2234 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D1 | |
| 2235 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D1 | |
| 2236 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D1 | |
| 2237 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D1 | |
| 2238 0123 move.l $123.w, D1 | |
| 2239 0123 4567 move.l $1234567.l, D1 | |
| 223a 0123 move.l ($123,PC), D1; ($125) | |
| 223b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D1 | |
| 223c 0123 4567 move.l #$1234567, D1 | |
| 2240 movea.l D0, A1 | |
| 2241 movea.l D1, A1 | |
| 2242 movea.l D2, A1 | |
| 2243 movea.l D3, A1 | |
| 2244 movea.l D4, A1 | |
| 2245 movea.l D5, A1 | |
| 2246 movea.l D6, A1 | |
| 2247 movea.l D7, A1 | |
| 2248 movea.l A0, A1 | |
| 2249 movea.l A1, A1 | |
| 224a movea.l A2, A1 | |
| 224b movea.l A3, A1 | |
| 224c movea.l A4, A1 | |
| 224d movea.l A5, A1 | |
| 224e movea.l A6, A1 | |
| 224f movea.l A7, A1 | |
| 2250 movea.l (A0), A1 | |
| 2251 movea.l (A1), A1 | |
| 2252 movea.l (A2), A1 | |
| 2253 movea.l (A3), A1 | |
| 2254 movea.l (A4), A1 | |
| 2255 movea.l (A5), A1 | |
| 2256 movea.l (A6), A1 | |
| 2257 movea.l (A7), A1 | |
| 2258 movea.l (A0)+, A1 | |
| 2259 movea.l (A1)+, A1 | |
| 225a movea.l (A2)+, A1 | |
| 225b movea.l (A3)+, A1 | |
| 225c movea.l (A4)+, A1 | |
| 225d movea.l (A5)+, A1 | |
| 225e movea.l (A6)+, A1 | |
| 225f movea.l (A7)+, A1 | |
| 2260 movea.l -(A0), A1 | |
| 2261 movea.l -(A1), A1 | |
| 2262 movea.l -(A2), A1 | |
| 2263 movea.l -(A3), A1 | |
| 2264 movea.l -(A4), A1 | |
| 2265 movea.l -(A5), A1 | |
| 2266 movea.l -(A6), A1 | |
| 2267 movea.l -(A7), A1 | |
| 2268 0123 movea.l ($123,A0), A1 | |
| 2269 0123 movea.l ($123,A1), A1 | |
| 226a 0123 movea.l ($123,A2), A1 | |
| 226b 0123 movea.l ($123,A3), A1 | |
| 226c 0123 movea.l ($123,A4), A1 | |
| 226d 0123 movea.l ($123,A5), A1 | |
| 226e 0123 movea.l ($123,A6), A1 | |
| 226f 0123 movea.l ($123,A7), A1 | |
| 2270 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A1 | |
| 2271 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A1 | |
| 2272 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A1 | |
| 2273 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A1 | |
| 2274 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A1 | |
| 2275 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A1 | |
| 2276 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A1 | |
| 2277 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A1 | |
| 2278 0123 movea.l $123.w, A1 | |
| 2279 0123 4567 movea.l $1234567.l, A1 | |
| 227a 0123 movea.l ($123,PC), A1; ($125) | |
| 227b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A1 | |
| 227c 0123 4567 movea.l #$1234567, A1 | |
| 2280 move.l D0, (A1) | |
| 2281 move.l D1, (A1) | |
| 2282 move.l D2, (A1) | |
| 2283 move.l D3, (A1) | |
| 2284 move.l D4, (A1) | |
| 2285 move.l D5, (A1) | |
| 2286 move.l D6, (A1) | |
| 2287 move.l D7, (A1) | |
| 2288 move.l A0, (A1) | |
| 2289 move.l A1, (A1) | |
| 228a move.l A2, (A1) | |
| 228b move.l A3, (A1) | |
| 228c move.l A4, (A1) | |
| 228d move.l A5, (A1) | |
| 228e move.l A6, (A1) | |
| 228f move.l A7, (A1) | |
| 2290 move.l (A0), (A1) | |
| 2291 move.l (A1), (A1) | |
| 2292 move.l (A2), (A1) | |
| 2293 move.l (A3), (A1) | |
| 2294 move.l (A4), (A1) | |
| 2295 move.l (A5), (A1) | |
| 2296 move.l (A6), (A1) | |
| 2297 move.l (A7), (A1) | |
| 2298 move.l (A0)+, (A1) | |
| 2299 move.l (A1)+, (A1) | |
| 229a move.l (A2)+, (A1) | |
| 229b move.l (A3)+, (A1) | |
| 229c move.l (A4)+, (A1) | |
| 229d move.l (A5)+, (A1) | |
| 229e move.l (A6)+, (A1) | |
| 229f move.l (A7)+, (A1) | |
| 22a0 move.l -(A0), (A1) | |
| 22a1 move.l -(A1), (A1) | |
| 22a2 move.l -(A2), (A1) | |
| 22a3 move.l -(A3), (A1) | |
| 22a4 move.l -(A4), (A1) | |
| 22a5 move.l -(A5), (A1) | |
| 22a6 move.l -(A6), (A1) | |
| 22a7 move.l -(A7), (A1) | |
| 22a8 0123 move.l ($123,A0), (A1) | |
| 22a9 0123 move.l ($123,A1), (A1) | |
| 22aa 0123 move.l ($123,A2), (A1) | |
| 22ab 0123 move.l ($123,A3), (A1) | |
| 22ac 0123 move.l ($123,A4), (A1) | |
| 22ad 0123 move.l ($123,A5), (A1) | |
| 22ae 0123 move.l ($123,A6), (A1) | |
| 22af 0123 move.l ($123,A7), (A1) | |
| 22b0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A1) | |
| 22b1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A1) | |
| 22b2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A1) | |
| 22b3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A1) | |
| 22b4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A1) | |
| 22b5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A1) | |
| 22b6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A1) | |
| 22b7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A1) | |
| 22b8 0123 move.l $123.w, (A1) | |
| 22b9 0123 4567 move.l $1234567.l, (A1) | |
| 22ba 0123 move.l ($123,PC), (A1); ($125) | |
| 22bb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A1) | |
| 22bc 0123 4567 move.l #$1234567, (A1) | |
| 22c0 move.l D0, (A1)+ | |
| 22c1 move.l D1, (A1)+ | |
| 22c2 move.l D2, (A1)+ | |
| 22c3 move.l D3, (A1)+ | |
| 22c4 move.l D4, (A1)+ | |
| 22c5 move.l D5, (A1)+ | |
| 22c6 move.l D6, (A1)+ | |
| 22c7 move.l D7, (A1)+ | |
| 22c8 move.l A0, (A1)+ | |
| 22c9 move.l A1, (A1)+ | |
| 22ca move.l A2, (A1)+ | |
| 22cb move.l A3, (A1)+ | |
| 22cc move.l A4, (A1)+ | |
| 22cd move.l A5, (A1)+ | |
| 22ce move.l A6, (A1)+ | |
| 22cf move.l A7, (A1)+ | |
| 22d0 move.l (A0), (A1)+ | |
| 22d1 move.l (A1), (A1)+ | |
| 22d2 move.l (A2), (A1)+ | |
| 22d3 move.l (A3), (A1)+ | |
| 22d4 move.l (A4), (A1)+ | |
| 22d5 move.l (A5), (A1)+ | |
| 22d6 move.l (A6), (A1)+ | |
| 22d7 move.l (A7), (A1)+ | |
| 22d8 move.l (A0)+, (A1)+ | |
| 22d9 move.l (A1)+, (A1)+ | |
| 22da move.l (A2)+, (A1)+ | |
| 22db move.l (A3)+, (A1)+ | |
| 22dc move.l (A4)+, (A1)+ | |
| 22dd move.l (A5)+, (A1)+ | |
| 22de move.l (A6)+, (A1)+ | |
| 22df move.l (A7)+, (A1)+ | |
| 22e0 move.l -(A0), (A1)+ | |
| 22e1 move.l -(A1), (A1)+ | |
| 22e2 move.l -(A2), (A1)+ | |
| 22e3 move.l -(A3), (A1)+ | |
| 22e4 move.l -(A4), (A1)+ | |
| 22e5 move.l -(A5), (A1)+ | |
| 22e6 move.l -(A6), (A1)+ | |
| 22e7 move.l -(A7), (A1)+ | |
| 22e8 0123 move.l ($123,A0), (A1)+ | |
| 22e9 0123 move.l ($123,A1), (A1)+ | |
| 22ea 0123 move.l ($123,A2), (A1)+ | |
| 22eb 0123 move.l ($123,A3), (A1)+ | |
| 22ec 0123 move.l ($123,A4), (A1)+ | |
| 22ed 0123 move.l ($123,A5), (A1)+ | |
| 22ee 0123 move.l ($123,A6), (A1)+ | |
| 22ef 0123 move.l ($123,A7), (A1)+ | |
| 22f0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A1)+ | |
| 22f1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A1)+ | |
| 22f2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A1)+ | |
| 22f3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A1)+ | |
| 22f4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A1)+ | |
| 22f5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A1)+ | |
| 22f6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A1)+ | |
| 22f7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A1)+ | |
| 22f8 0123 move.l $123.w, (A1)+ | |
| 22f9 0123 4567 move.l $1234567.l, (A1)+ | |
| 22fa 0123 move.l ($123,PC), (A1)+; ($125) | |
| 22fb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A1)+ | |
| 22fc 0123 4567 move.l #$1234567, (A1)+ | |
| 2300 move.l D0, -(A1) | |
| 2301 move.l D1, -(A1) | |
| 2302 move.l D2, -(A1) | |
| 2303 move.l D3, -(A1) | |
| 2304 move.l D4, -(A1) | |
| 2305 move.l D5, -(A1) | |
| 2306 move.l D6, -(A1) | |
| 2307 move.l D7, -(A1) | |
| 2308 move.l A0, -(A1) | |
| 2309 move.l A1, -(A1) | |
| 230a move.l A2, -(A1) | |
| 230b move.l A3, -(A1) | |
| 230c move.l A4, -(A1) | |
| 230d move.l A5, -(A1) | |
| 230e move.l A6, -(A1) | |
| 230f move.l A7, -(A1) | |
| 2310 move.l (A0), -(A1) | |
| 2311 move.l (A1), -(A1) | |
| 2312 move.l (A2), -(A1) | |
| 2313 move.l (A3), -(A1) | |
| 2314 move.l (A4), -(A1) | |
| 2315 move.l (A5), -(A1) | |
| 2316 move.l (A6), -(A1) | |
| 2317 move.l (A7), -(A1) | |
| 2318 move.l (A0)+, -(A1) | |
| 2319 move.l (A1)+, -(A1) | |
| 231a move.l (A2)+, -(A1) | |
| 231b move.l (A3)+, -(A1) | |
| 231c move.l (A4)+, -(A1) | |
| 231d move.l (A5)+, -(A1) | |
| 231e move.l (A6)+, -(A1) | |
| 231f move.l (A7)+, -(A1) | |
| 2320 move.l -(A0), -(A1) | |
| 2321 move.l -(A1), -(A1) | |
| 2322 move.l -(A2), -(A1) | |
| 2323 move.l -(A3), -(A1) | |
| 2324 move.l -(A4), -(A1) | |
| 2325 move.l -(A5), -(A1) | |
| 2326 move.l -(A6), -(A1) | |
| 2327 move.l -(A7), -(A1) | |
| 2328 0123 move.l ($123,A0), -(A1) | |
| 2329 0123 move.l ($123,A1), -(A1) | |
| 232a 0123 move.l ($123,A2), -(A1) | |
| 232b 0123 move.l ($123,A3), -(A1) | |
| 232c 0123 move.l ($123,A4), -(A1) | |
| 232d 0123 move.l ($123,A5), -(A1) | |
| 232e 0123 move.l ($123,A6), -(A1) | |
| 232f 0123 move.l ($123,A7), -(A1) | |
| 2330 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A1) | |
| 2331 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A1) | |
| 2332 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A1) | |
| 2333 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A1) | |
| 2334 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A1) | |
| 2335 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A1) | |
| 2336 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A1) | |
| 2337 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A1) | |
| 2338 0123 move.l $123.w, -(A1) | |
| 2339 0123 4567 move.l $1234567.l, -(A1) | |
| 233a 0123 move.l ($123,PC), -(A1); ($125) | |
| 233b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A1) | |
| 233c 0123 4567 move.l #$1234567, -(A1) | |
| 2340 0123 move.l D0, ($123,A1) | |
| 2341 0123 move.l D1, ($123,A1) | |
| 2342 0123 move.l D2, ($123,A1) | |
| 2343 0123 move.l D3, ($123,A1) | |
| 2344 0123 move.l D4, ($123,A1) | |
| 2345 0123 move.l D5, ($123,A1) | |
| 2346 0123 move.l D6, ($123,A1) | |
| 2347 0123 move.l D7, ($123,A1) | |
| 2348 0123 move.l A0, ($123,A1) | |
| 2349 0123 move.l A1, ($123,A1) | |
| 234a 0123 move.l A2, ($123,A1) | |
| 234b 0123 move.l A3, ($123,A1) | |
| 234c 0123 move.l A4, ($123,A1) | |
| 234d 0123 move.l A5, ($123,A1) | |
| 234e 0123 move.l A6, ($123,A1) | |
| 234f 0123 move.l A7, ($123,A1) | |
| 2350 0123 move.l (A0), ($123,A1) | |
| 2351 0123 move.l (A1), ($123,A1) | |
| 2352 0123 move.l (A2), ($123,A1) | |
| 2353 0123 move.l (A3), ($123,A1) | |
| 2354 0123 move.l (A4), ($123,A1) | |
| 2355 0123 move.l (A5), ($123,A1) | |
| 2356 0123 move.l (A6), ($123,A1) | |
| 2357 0123 move.l (A7), ($123,A1) | |
| 2358 0123 move.l (A0)+, ($123,A1) | |
| 2359 0123 move.l (A1)+, ($123,A1) | |
| 235a 0123 move.l (A2)+, ($123,A1) | |
| 235b 0123 move.l (A3)+, ($123,A1) | |
| 235c 0123 move.l (A4)+, ($123,A1) | |
| 235d 0123 move.l (A5)+, ($123,A1) | |
| 235e 0123 move.l (A6)+, ($123,A1) | |
| 235f 0123 move.l (A7)+, ($123,A1) | |
| 2360 0123 move.l -(A0), ($123,A1) | |
| 2361 0123 move.l -(A1), ($123,A1) | |
| 2362 0123 move.l -(A2), ($123,A1) | |
| 2363 0123 move.l -(A3), ($123,A1) | |
| 2364 0123 move.l -(A4), ($123,A1) | |
| 2365 0123 move.l -(A5), ($123,A1) | |
| 2366 0123 move.l -(A6), ($123,A1) | |
| 2367 0123 move.l -(A7), ($123,A1) | |
| 2368 0123 4567 move.l ($123,A0), ($4567,A1) | |
| 2369 0123 4567 move.l ($123,A1), ($4567,A1) | |
| 236a 0123 4567 move.l ($123,A2), ($4567,A1) | |
| 236b 0123 4567 move.l ($123,A3), ($4567,A1) | |
| 236c 0123 4567 move.l ($123,A4), ($4567,A1) | |
| 236d 0123 4567 move.l ($123,A5), ($4567,A1) | |
| 236e 0123 4567 move.l ($123,A6), ($4567,A1) | |
| 236f 0123 4567 move.l ($123,A7), ($4567,A1) | |
| 2370 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A1) | |
| 2371 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A1) | |
| 2372 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A1) | |
| 2373 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A1) | |
| 2374 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A1) | |
| 2375 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A1) | |
| 2376 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A1) | |
| 2377 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A1) | |
| 2378 0123 4567 move.l $123.w, ($4567,A1) | |
| 2379 0123 4567 89ab move.l $1234567.l, (-$7655,A1) | |
| 237a 0123 4567 move.l ($123,PC), ($4567,A1); ($125) | |
| 237b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A1) | |
| 237c 0123 4567 89ab move.l #$1234567, (-$7655,A1) | |
| 2380 0123 4567 89ab cdef move.l D0, ([$4567,A1,D0.w],-$3211) | |
| 2381 0123 4567 89ab cdef move.l D1, ([$4567,A1,D0.w],-$3211) | |
| 2382 0123 4567 89ab cdef move.l D2, ([$4567,A1,D0.w],-$3211) | |
| 2383 0123 4567 89ab cdef move.l D3, ([$4567,A1,D0.w],-$3211) | |
| 2384 0123 4567 89ab cdef move.l D4, ([$4567,A1,D0.w],-$3211) | |
| 2385 0123 4567 89ab cdef move.l D5, ([$4567,A1,D0.w],-$3211) | |
| 2386 0123 4567 89ab cdef move.l D6, ([$4567,A1,D0.w],-$3211) | |
| 2387 0123 4567 89ab cdef move.l D7, ([$4567,A1,D0.w],-$3211) | |
| 2388 0123 4567 89ab cdef move.l A0, ([$4567,A1,D0.w],-$3211) | |
| 2389 0123 4567 89ab cdef move.l A1, ([$4567,A1,D0.w],-$3211) | |
| 238a 0123 4567 89ab cdef move.l A2, ([$4567,A1,D0.w],-$3211) | |
| 238b 0123 4567 89ab cdef move.l A3, ([$4567,A1,D0.w],-$3211) | |
| 238c 0123 4567 89ab cdef move.l A4, ([$4567,A1,D0.w],-$3211) | |
| 238d 0123 4567 89ab cdef move.l A5, ([$4567,A1,D0.w],-$3211) | |
| 238e 0123 4567 89ab cdef move.l A6, ([$4567,A1,D0.w],-$3211) | |
| 238f 0123 4567 89ab cdef move.l A7, ([$4567,A1,D0.w],-$3211) | |
| 2390 0123 4567 89ab cdef move.l (A0), ([$4567,A1,D0.w],-$3211) | |
| 2391 0123 4567 89ab cdef move.l (A1), ([$4567,A1,D0.w],-$3211) | |
| 2392 0123 4567 89ab cdef move.l (A2), ([$4567,A1,D0.w],-$3211) | |
| 2393 0123 4567 89ab cdef move.l (A3), ([$4567,A1,D0.w],-$3211) | |
| 2394 0123 4567 89ab cdef move.l (A4), ([$4567,A1,D0.w],-$3211) | |
| 2395 0123 4567 89ab cdef move.l (A5), ([$4567,A1,D0.w],-$3211) | |
| 2396 0123 4567 89ab cdef move.l (A6), ([$4567,A1,D0.w],-$3211) | |
| 2397 0123 4567 89ab cdef move.l (A7), ([$4567,A1,D0.w],-$3211) | |
| 2398 0123 4567 89ab cdef move.l (A0)+, ([$4567,A1,D0.w],-$3211) | |
| 2399 0123 4567 89ab cdef move.l (A1)+, ([$4567,A1,D0.w],-$3211) | |
| 239a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A1,D0.w],-$3211) | |
| 239b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A1,D0.w],-$3211) | |
| 239c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A1,D0.w],-$3211) | |
| 239d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A1,D0.w],-$3211) | |
| 239e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A1,D0.w],-$3211) | |
| 239f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A1,D0.w],-$3211) | |
| 23a0 0123 4567 89ab cdef move.l -(A0), ([$4567,A1,D0.w],-$3211) | |
| 23a1 0123 4567 89ab cdef move.l -(A1), ([$4567,A1,D0.w],-$3211) | |
| 23a2 0123 4567 89ab cdef move.l -(A2), ([$4567,A1,D0.w],-$3211) | |
| 23a3 0123 4567 89ab cdef move.l -(A3), ([$4567,A1,D0.w],-$3211) | |
| 23a4 0123 4567 89ab cdef move.l -(A4), ([$4567,A1,D0.w],-$3211) | |
| 23a5 0123 4567 89ab cdef move.l -(A5), ([$4567,A1,D0.w],-$3211) | |
| 23a6 0123 4567 89ab cdef move.l -(A6), ([$4567,A1,D0.w],-$3211) | |
| 23a7 0123 4567 89ab cdef move.l -(A7), ([$4567,A1,D0.w],-$3211) | |
| 23a8 0123 4567 89ab move.l ($123,A0), ([-$7655,A1]) | |
| 23a9 0123 4567 89ab move.l ($123,A1), ([-$7655,A1]) | |
| 23aa 0123 4567 89ab move.l ($123,A2), ([-$7655,A1]) | |
| 23ab 0123 4567 89ab move.l ($123,A3), ([-$7655,A1]) | |
| 23ac 0123 4567 89ab move.l ($123,A4), ([-$7655,A1]) | |
| 23ad 0123 4567 89ab move.l ($123,A5), ([-$7655,A1]) | |
| 23ae 0123 4567 89ab move.l ($123,A6), ([-$7655,A1]) | |
| 23af 0123 4567 89ab move.l ($123,A7), ([-$7655,A1]) | |
| 23b0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A1,D0.w) | |
| 23b1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A1,D0.w) | |
| 23b2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A1,D0.w) | |
| 23b3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A1,D0.w) | |
| 23b4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A1,D0.w) | |
| 23b5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A1,D0.w) | |
| 23b6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A1,D0.w) | |
| 23b7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A1,D0.w) | |
| 23b8 0123 4567 89ab move.l $123.w, ([-$7655,A1]) | |
| 23b9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 23ba 0123 4567 89ab move.l ($123,PC), ([-$7655,A1]); ($125) | |
| 23bb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A1,D0.w) | |
| 23bc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 23c0 0123 4567 move.l D0, $1234567.l | |
| 23c1 0123 4567 move.l D1, $1234567.l | |
| 23c2 0123 4567 move.l D2, $1234567.l | |
| 23c3 0123 4567 move.l D3, $1234567.l | |
| 23c4 0123 4567 move.l D4, $1234567.l | |
| 23c5 0123 4567 move.l D5, $1234567.l | |
| 23c6 0123 4567 move.l D6, $1234567.l | |
| 23c7 0123 4567 move.l D7, $1234567.l | |
| 23c8 0123 4567 move.l A0, $1234567.l | |
| 23c9 0123 4567 move.l A1, $1234567.l | |
| 23ca 0123 4567 move.l A2, $1234567.l | |
| 23cb 0123 4567 move.l A3, $1234567.l | |
| 23cc 0123 4567 move.l A4, $1234567.l | |
| 23cd 0123 4567 move.l A5, $1234567.l | |
| 23ce 0123 4567 move.l A6, $1234567.l | |
| 23cf 0123 4567 move.l A7, $1234567.l | |
| 23d0 0123 4567 move.l (A0), $1234567.l | |
| 23d1 0123 4567 move.l (A1), $1234567.l | |
| 23d2 0123 4567 move.l (A2), $1234567.l | |
| 23d3 0123 4567 move.l (A3), $1234567.l | |
| 23d4 0123 4567 move.l (A4), $1234567.l | |
| 23d5 0123 4567 move.l (A5), $1234567.l | |
| 23d6 0123 4567 move.l (A6), $1234567.l | |
| 23d7 0123 4567 move.l (A7), $1234567.l | |
| 23d8 0123 4567 move.l (A0)+, $1234567.l | |
| 23d9 0123 4567 move.l (A1)+, $1234567.l | |
| 23da 0123 4567 move.l (A2)+, $1234567.l | |
| 23db 0123 4567 move.l (A3)+, $1234567.l | |
| 23dc 0123 4567 move.l (A4)+, $1234567.l | |
| 23dd 0123 4567 move.l (A5)+, $1234567.l | |
| 23de 0123 4567 move.l (A6)+, $1234567.l | |
| 23df 0123 4567 move.l (A7)+, $1234567.l | |
| 23e0 0123 4567 move.l -(A0), $1234567.l | |
| 23e1 0123 4567 move.l -(A1), $1234567.l | |
| 23e2 0123 4567 move.l -(A2), $1234567.l | |
| 23e3 0123 4567 move.l -(A3), $1234567.l | |
| 23e4 0123 4567 move.l -(A4), $1234567.l | |
| 23e5 0123 4567 move.l -(A5), $1234567.l | |
| 23e6 0123 4567 move.l -(A6), $1234567.l | |
| 23e7 0123 4567 move.l -(A7), $1234567.l | |
| 23e8 0123 4567 89ab move.l ($123,A0), $456789ab.l | |
| 23e9 0123 4567 89ab move.l ($123,A1), $456789ab.l | |
| 23ea 0123 4567 89ab move.l ($123,A2), $456789ab.l | |
| 23eb 0123 4567 89ab move.l ($123,A3), $456789ab.l | |
| 23ec 0123 4567 89ab move.l ($123,A4), $456789ab.l | |
| 23ed 0123 4567 89ab move.l ($123,A5), $456789ab.l | |
| 23ee 0123 4567 89ab move.l ($123,A6), $456789ab.l | |
| 23ef 0123 4567 89ab move.l ($123,A7), $456789ab.l | |
| 23f0 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A0,D0.w],-$3211), $0.l | |
| 23f1 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A1,D0.w],-$3211), $0.l | |
| 23f2 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A2,D0.w],-$3211), $0.l | |
| 23f3 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A3,D0.w],-$3211), $0.l | |
| 23f4 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A4,D0.w],-$3211), $0.l | |
| 23f5 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A5,D0.w],-$3211), $0.l | |
| 23f6 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A6,D0.w],-$3211), $0.l | |
| 23f7 0123 4567 89ab cdef 0000 0000 move.l ([$4567,A7,D0.w],-$3211), $0.l | |
| 23f8 0123 4567 89ab move.l $123.w, $456789ab.l | |
| 23f9 0123 4567 89ab cdef move.l $1234567.l, $89abcdef.l | |
| 23fa 0123 4567 89ab move.l ($123,PC), $456789ab.l; ($125) | |
| 23fb 0123 4567 89ab cdef 0000 0000 move.l ([$4567,PC,D0.w],-$3211), $0.l | |
| 23fc 0123 4567 89ab cdef move.l #$1234567, $89abcdef.l | |
| 2400 move.l D0, D2 | |
| 2401 move.l D1, D2 | |
| 2402 move.l D2, D2 | |
| 2403 move.l D3, D2 | |
| 2404 move.l D4, D2 | |
| 2405 move.l D5, D2 | |
| 2406 move.l D6, D2 | |
| 2407 move.l D7, D2 | |
| 2408 move.l A0, D2 | |
| 2409 move.l A1, D2 | |
| 240a move.l A2, D2 | |
| 240b move.l A3, D2 | |
| 240c move.l A4, D2 | |
| 240d move.l A5, D2 | |
| 240e move.l A6, D2 | |
| 240f move.l A7, D2 | |
| 2410 move.l (A0), D2 | |
| 2411 move.l (A1), D2 | |
| 2412 move.l (A2), D2 | |
| 2413 move.l (A3), D2 | |
| 2414 move.l (A4), D2 | |
| 2415 move.l (A5), D2 | |
| 2416 move.l (A6), D2 | |
| 2417 move.l (A7), D2 | |
| 2418 move.l (A0)+, D2 | |
| 2419 move.l (A1)+, D2 | |
| 241a move.l (A2)+, D2 | |
| 241b move.l (A3)+, D2 | |
| 241c move.l (A4)+, D2 | |
| 241d move.l (A5)+, D2 | |
| 241e move.l (A6)+, D2 | |
| 241f move.l (A7)+, D2 | |
| 2420 move.l -(A0), D2 | |
| 2421 move.l -(A1), D2 | |
| 2422 move.l -(A2), D2 | |
| 2423 move.l -(A3), D2 | |
| 2424 move.l -(A4), D2 | |
| 2425 move.l -(A5), D2 | |
| 2426 move.l -(A6), D2 | |
| 2427 move.l -(A7), D2 | |
| 2428 0123 move.l ($123,A0), D2 | |
| 2429 0123 move.l ($123,A1), D2 | |
| 242a 0123 move.l ($123,A2), D2 | |
| 242b 0123 move.l ($123,A3), D2 | |
| 242c 0123 move.l ($123,A4), D2 | |
| 242d 0123 move.l ($123,A5), D2 | |
| 242e 0123 move.l ($123,A6), D2 | |
| 242f 0123 move.l ($123,A7), D2 | |
| 2430 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D2 | |
| 2431 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D2 | |
| 2432 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D2 | |
| 2433 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D2 | |
| 2434 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D2 | |
| 2435 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D2 | |
| 2436 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D2 | |
| 2437 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D2 | |
| 2438 0123 move.l $123.w, D2 | |
| 2439 0123 4567 move.l $1234567.l, D2 | |
| 243a 0123 move.l ($123,PC), D2; ($125) | |
| 243b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D2 | |
| 243c 0123 4567 move.l #$1234567, D2 | |
| 2440 movea.l D0, A2 | |
| 2441 movea.l D1, A2 | |
| 2442 movea.l D2, A2 | |
| 2443 movea.l D3, A2 | |
| 2444 movea.l D4, A2 | |
| 2445 movea.l D5, A2 | |
| 2446 movea.l D6, A2 | |
| 2447 movea.l D7, A2 | |
| 2448 movea.l A0, A2 | |
| 2449 movea.l A1, A2 | |
| 244a movea.l A2, A2 | |
| 244b movea.l A3, A2 | |
| 244c movea.l A4, A2 | |
| 244d movea.l A5, A2 | |
| 244e movea.l A6, A2 | |
| 244f movea.l A7, A2 | |
| 2450 movea.l (A0), A2 | |
| 2451 movea.l (A1), A2 | |
| 2452 movea.l (A2), A2 | |
| 2453 movea.l (A3), A2 | |
| 2454 movea.l (A4), A2 | |
| 2455 movea.l (A5), A2 | |
| 2456 movea.l (A6), A2 | |
| 2457 movea.l (A7), A2 | |
| 2458 movea.l (A0)+, A2 | |
| 2459 movea.l (A1)+, A2 | |
| 245a movea.l (A2)+, A2 | |
| 245b movea.l (A3)+, A2 | |
| 245c movea.l (A4)+, A2 | |
| 245d movea.l (A5)+, A2 | |
| 245e movea.l (A6)+, A2 | |
| 245f movea.l (A7)+, A2 | |
| 2460 movea.l -(A0), A2 | |
| 2461 movea.l -(A1), A2 | |
| 2462 movea.l -(A2), A2 | |
| 2463 movea.l -(A3), A2 | |
| 2464 movea.l -(A4), A2 | |
| 2465 movea.l -(A5), A2 | |
| 2466 movea.l -(A6), A2 | |
| 2467 movea.l -(A7), A2 | |
| 2468 0123 movea.l ($123,A0), A2 | |
| 2469 0123 movea.l ($123,A1), A2 | |
| 246a 0123 movea.l ($123,A2), A2 | |
| 246b 0123 movea.l ($123,A3), A2 | |
| 246c 0123 movea.l ($123,A4), A2 | |
| 246d 0123 movea.l ($123,A5), A2 | |
| 246e 0123 movea.l ($123,A6), A2 | |
| 246f 0123 movea.l ($123,A7), A2 | |
| 2470 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A2 | |
| 2471 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A2 | |
| 2472 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A2 | |
| 2473 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A2 | |
| 2474 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A2 | |
| 2475 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A2 | |
| 2476 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A2 | |
| 2477 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A2 | |
| 2478 0123 movea.l $123.w, A2 | |
| 2479 0123 4567 movea.l $1234567.l, A2 | |
| 247a 0123 movea.l ($123,PC), A2; ($125) | |
| 247b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A2 | |
| 247c 0123 4567 movea.l #$1234567, A2 | |
| 2480 move.l D0, (A2) | |
| 2481 move.l D1, (A2) | |
| 2482 move.l D2, (A2) | |
| 2483 move.l D3, (A2) | |
| 2484 move.l D4, (A2) | |
| 2485 move.l D5, (A2) | |
| 2486 move.l D6, (A2) | |
| 2487 move.l D7, (A2) | |
| 2488 move.l A0, (A2) | |
| 2489 move.l A1, (A2) | |
| 248a move.l A2, (A2) | |
| 248b move.l A3, (A2) | |
| 248c move.l A4, (A2) | |
| 248d move.l A5, (A2) | |
| 248e move.l A6, (A2) | |
| 248f move.l A7, (A2) | |
| 2490 move.l (A0), (A2) | |
| 2491 move.l (A1), (A2) | |
| 2492 move.l (A2), (A2) | |
| 2493 move.l (A3), (A2) | |
| 2494 move.l (A4), (A2) | |
| 2495 move.l (A5), (A2) | |
| 2496 move.l (A6), (A2) | |
| 2497 move.l (A7), (A2) | |
| 2498 move.l (A0)+, (A2) | |
| 2499 move.l (A1)+, (A2) | |
| 249a move.l (A2)+, (A2) | |
| 249b move.l (A3)+, (A2) | |
| 249c move.l (A4)+, (A2) | |
| 249d move.l (A5)+, (A2) | |
| 249e move.l (A6)+, (A2) | |
| 249f move.l (A7)+, (A2) | |
| 24a0 move.l -(A0), (A2) | |
| 24a1 move.l -(A1), (A2) | |
| 24a2 move.l -(A2), (A2) | |
| 24a3 move.l -(A3), (A2) | |
| 24a4 move.l -(A4), (A2) | |
| 24a5 move.l -(A5), (A2) | |
| 24a6 move.l -(A6), (A2) | |
| 24a7 move.l -(A7), (A2) | |
| 24a8 0123 move.l ($123,A0), (A2) | |
| 24a9 0123 move.l ($123,A1), (A2) | |
| 24aa 0123 move.l ($123,A2), (A2) | |
| 24ab 0123 move.l ($123,A3), (A2) | |
| 24ac 0123 move.l ($123,A4), (A2) | |
| 24ad 0123 move.l ($123,A5), (A2) | |
| 24ae 0123 move.l ($123,A6), (A2) | |
| 24af 0123 move.l ($123,A7), (A2) | |
| 24b0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A2) | |
| 24b1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A2) | |
| 24b2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A2) | |
| 24b3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A2) | |
| 24b4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A2) | |
| 24b5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A2) | |
| 24b6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A2) | |
| 24b7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A2) | |
| 24b8 0123 move.l $123.w, (A2) | |
| 24b9 0123 4567 move.l $1234567.l, (A2) | |
| 24ba 0123 move.l ($123,PC), (A2); ($125) | |
| 24bb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A2) | |
| 24bc 0123 4567 move.l #$1234567, (A2) | |
| 24c0 move.l D0, (A2)+ | |
| 24c1 move.l D1, (A2)+ | |
| 24c2 move.l D2, (A2)+ | |
| 24c3 move.l D3, (A2)+ | |
| 24c4 move.l D4, (A2)+ | |
| 24c5 move.l D5, (A2)+ | |
| 24c6 move.l D6, (A2)+ | |
| 24c7 move.l D7, (A2)+ | |
| 24c8 move.l A0, (A2)+ | |
| 24c9 move.l A1, (A2)+ | |
| 24ca move.l A2, (A2)+ | |
| 24cb move.l A3, (A2)+ | |
| 24cc move.l A4, (A2)+ | |
| 24cd move.l A5, (A2)+ | |
| 24ce move.l A6, (A2)+ | |
| 24cf move.l A7, (A2)+ | |
| 24d0 move.l (A0), (A2)+ | |
| 24d1 move.l (A1), (A2)+ | |
| 24d2 move.l (A2), (A2)+ | |
| 24d3 move.l (A3), (A2)+ | |
| 24d4 move.l (A4), (A2)+ | |
| 24d5 move.l (A5), (A2)+ | |
| 24d6 move.l (A6), (A2)+ | |
| 24d7 move.l (A7), (A2)+ | |
| 24d8 move.l (A0)+, (A2)+ | |
| 24d9 move.l (A1)+, (A2)+ | |
| 24da move.l (A2)+, (A2)+ | |
| 24db move.l (A3)+, (A2)+ | |
| 24dc move.l (A4)+, (A2)+ | |
| 24dd move.l (A5)+, (A2)+ | |
| 24de move.l (A6)+, (A2)+ | |
| 24df move.l (A7)+, (A2)+ | |
| 24e0 move.l -(A0), (A2)+ | |
| 24e1 move.l -(A1), (A2)+ | |
| 24e2 move.l -(A2), (A2)+ | |
| 24e3 move.l -(A3), (A2)+ | |
| 24e4 move.l -(A4), (A2)+ | |
| 24e5 move.l -(A5), (A2)+ | |
| 24e6 move.l -(A6), (A2)+ | |
| 24e7 move.l -(A7), (A2)+ | |
| 24e8 0123 move.l ($123,A0), (A2)+ | |
| 24e9 0123 move.l ($123,A1), (A2)+ | |
| 24ea 0123 move.l ($123,A2), (A2)+ | |
| 24eb 0123 move.l ($123,A3), (A2)+ | |
| 24ec 0123 move.l ($123,A4), (A2)+ | |
| 24ed 0123 move.l ($123,A5), (A2)+ | |
| 24ee 0123 move.l ($123,A6), (A2)+ | |
| 24ef 0123 move.l ($123,A7), (A2)+ | |
| 24f0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A2)+ | |
| 24f1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A2)+ | |
| 24f2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A2)+ | |
| 24f3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A2)+ | |
| 24f4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A2)+ | |
| 24f5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A2)+ | |
| 24f6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A2)+ | |
| 24f7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A2)+ | |
| 24f8 0123 move.l $123.w, (A2)+ | |
| 24f9 0123 4567 move.l $1234567.l, (A2)+ | |
| 24fa 0123 move.l ($123,PC), (A2)+; ($125) | |
| 24fb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A2)+ | |
| 24fc 0123 4567 move.l #$1234567, (A2)+ | |
| 2500 move.l D0, -(A2) | |
| 2501 move.l D1, -(A2) | |
| 2502 move.l D2, -(A2) | |
| 2503 move.l D3, -(A2) | |
| 2504 move.l D4, -(A2) | |
| 2505 move.l D5, -(A2) | |
| 2506 move.l D6, -(A2) | |
| 2507 move.l D7, -(A2) | |
| 2508 move.l A0, -(A2) | |
| 2509 move.l A1, -(A2) | |
| 250a move.l A2, -(A2) | |
| 250b move.l A3, -(A2) | |
| 250c move.l A4, -(A2) | |
| 250d move.l A5, -(A2) | |
| 250e move.l A6, -(A2) | |
| 250f move.l A7, -(A2) | |
| 2510 move.l (A0), -(A2) | |
| 2511 move.l (A1), -(A2) | |
| 2512 move.l (A2), -(A2) | |
| 2513 move.l (A3), -(A2) | |
| 2514 move.l (A4), -(A2) | |
| 2515 move.l (A5), -(A2) | |
| 2516 move.l (A6), -(A2) | |
| 2517 move.l (A7), -(A2) | |
| 2518 move.l (A0)+, -(A2) | |
| 2519 move.l (A1)+, -(A2) | |
| 251a move.l (A2)+, -(A2) | |
| 251b move.l (A3)+, -(A2) | |
| 251c move.l (A4)+, -(A2) | |
| 251d move.l (A5)+, -(A2) | |
| 251e move.l (A6)+, -(A2) | |
| 251f move.l (A7)+, -(A2) | |
| 2520 move.l -(A0), -(A2) | |
| 2521 move.l -(A1), -(A2) | |
| 2522 move.l -(A2), -(A2) | |
| 2523 move.l -(A3), -(A2) | |
| 2524 move.l -(A4), -(A2) | |
| 2525 move.l -(A5), -(A2) | |
| 2526 move.l -(A6), -(A2) | |
| 2527 move.l -(A7), -(A2) | |
| 2528 0123 move.l ($123,A0), -(A2) | |
| 2529 0123 move.l ($123,A1), -(A2) | |
| 252a 0123 move.l ($123,A2), -(A2) | |
| 252b 0123 move.l ($123,A3), -(A2) | |
| 252c 0123 move.l ($123,A4), -(A2) | |
| 252d 0123 move.l ($123,A5), -(A2) | |
| 252e 0123 move.l ($123,A6), -(A2) | |
| 252f 0123 move.l ($123,A7), -(A2) | |
| 2530 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A2) | |
| 2531 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A2) | |
| 2532 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A2) | |
| 2533 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A2) | |
| 2534 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A2) | |
| 2535 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A2) | |
| 2536 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A2) | |
| 2537 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A2) | |
| 2538 0123 move.l $123.w, -(A2) | |
| 2539 0123 4567 move.l $1234567.l, -(A2) | |
| 253a 0123 move.l ($123,PC), -(A2); ($125) | |
| 253b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A2) | |
| 253c 0123 4567 move.l #$1234567, -(A2) | |
| 2540 0123 move.l D0, ($123,A2) | |
| 2541 0123 move.l D1, ($123,A2) | |
| 2542 0123 move.l D2, ($123,A2) | |
| 2543 0123 move.l D3, ($123,A2) | |
| 2544 0123 move.l D4, ($123,A2) | |
| 2545 0123 move.l D5, ($123,A2) | |
| 2546 0123 move.l D6, ($123,A2) | |
| 2547 0123 move.l D7, ($123,A2) | |
| 2548 0123 move.l A0, ($123,A2) | |
| 2549 0123 move.l A1, ($123,A2) | |
| 254a 0123 move.l A2, ($123,A2) | |
| 254b 0123 move.l A3, ($123,A2) | |
| 254c 0123 move.l A4, ($123,A2) | |
| 254d 0123 move.l A5, ($123,A2) | |
| 254e 0123 move.l A6, ($123,A2) | |
| 254f 0123 move.l A7, ($123,A2) | |
| 2550 0123 move.l (A0), ($123,A2) | |
| 2551 0123 move.l (A1), ($123,A2) | |
| 2552 0123 move.l (A2), ($123,A2) | |
| 2553 0123 move.l (A3), ($123,A2) | |
| 2554 0123 move.l (A4), ($123,A2) | |
| 2555 0123 move.l (A5), ($123,A2) | |
| 2556 0123 move.l (A6), ($123,A2) | |
| 2557 0123 move.l (A7), ($123,A2) | |
| 2558 0123 move.l (A0)+, ($123,A2) | |
| 2559 0123 move.l (A1)+, ($123,A2) | |
| 255a 0123 move.l (A2)+, ($123,A2) | |
| 255b 0123 move.l (A3)+, ($123,A2) | |
| 255c 0123 move.l (A4)+, ($123,A2) | |
| 255d 0123 move.l (A5)+, ($123,A2) | |
| 255e 0123 move.l (A6)+, ($123,A2) | |
| 255f 0123 move.l (A7)+, ($123,A2) | |
| 2560 0123 move.l -(A0), ($123,A2) | |
| 2561 0123 move.l -(A1), ($123,A2) | |
| 2562 0123 move.l -(A2), ($123,A2) | |
| 2563 0123 move.l -(A3), ($123,A2) | |
| 2564 0123 move.l -(A4), ($123,A2) | |
| 2565 0123 move.l -(A5), ($123,A2) | |
| 2566 0123 move.l -(A6), ($123,A2) | |
| 2567 0123 move.l -(A7), ($123,A2) | |
| 2568 0123 4567 move.l ($123,A0), ($4567,A2) | |
| 2569 0123 4567 move.l ($123,A1), ($4567,A2) | |
| 256a 0123 4567 move.l ($123,A2), ($4567,A2) | |
| 256b 0123 4567 move.l ($123,A3), ($4567,A2) | |
| 256c 0123 4567 move.l ($123,A4), ($4567,A2) | |
| 256d 0123 4567 move.l ($123,A5), ($4567,A2) | |
| 256e 0123 4567 move.l ($123,A6), ($4567,A2) | |
| 256f 0123 4567 move.l ($123,A7), ($4567,A2) | |
| 2570 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A2) | |
| 2571 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A2) | |
| 2572 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A2) | |
| 2573 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A2) | |
| 2574 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A2) | |
| 2575 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A2) | |
| 2576 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A2) | |
| 2577 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A2) | |
| 2578 0123 4567 move.l $123.w, ($4567,A2) | |
| 2579 0123 4567 89ab move.l $1234567.l, (-$7655,A2) | |
| 257a 0123 4567 move.l ($123,PC), ($4567,A2); ($125) | |
| 257b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A2) | |
| 257c 0123 4567 89ab move.l #$1234567, (-$7655,A2) | |
| 2580 0123 4567 89ab cdef move.l D0, ([$4567,A2,D0.w],-$3211) | |
| 2581 0123 4567 89ab cdef move.l D1, ([$4567,A2,D0.w],-$3211) | |
| 2582 0123 4567 89ab cdef move.l D2, ([$4567,A2,D0.w],-$3211) | |
| 2583 0123 4567 89ab cdef move.l D3, ([$4567,A2,D0.w],-$3211) | |
| 2584 0123 4567 89ab cdef move.l D4, ([$4567,A2,D0.w],-$3211) | |
| 2585 0123 4567 89ab cdef move.l D5, ([$4567,A2,D0.w],-$3211) | |
| 2586 0123 4567 89ab cdef move.l D6, ([$4567,A2,D0.w],-$3211) | |
| 2587 0123 4567 89ab cdef move.l D7, ([$4567,A2,D0.w],-$3211) | |
| 2588 0123 4567 89ab cdef move.l A0, ([$4567,A2,D0.w],-$3211) | |
| 2589 0123 4567 89ab cdef move.l A1, ([$4567,A2,D0.w],-$3211) | |
| 258a 0123 4567 89ab cdef move.l A2, ([$4567,A2,D0.w],-$3211) | |
| 258b 0123 4567 89ab cdef move.l A3, ([$4567,A2,D0.w],-$3211) | |
| 258c 0123 4567 89ab cdef move.l A4, ([$4567,A2,D0.w],-$3211) | |
| 258d 0123 4567 89ab cdef move.l A5, ([$4567,A2,D0.w],-$3211) | |
| 258e 0123 4567 89ab cdef move.l A6, ([$4567,A2,D0.w],-$3211) | |
| 258f 0123 4567 89ab cdef move.l A7, ([$4567,A2,D0.w],-$3211) | |
| 2590 0123 4567 89ab cdef move.l (A0), ([$4567,A2,D0.w],-$3211) | |
| 2591 0123 4567 89ab cdef move.l (A1), ([$4567,A2,D0.w],-$3211) | |
| 2592 0123 4567 89ab cdef move.l (A2), ([$4567,A2,D0.w],-$3211) | |
| 2593 0123 4567 89ab cdef move.l (A3), ([$4567,A2,D0.w],-$3211) | |
| 2594 0123 4567 89ab cdef move.l (A4), ([$4567,A2,D0.w],-$3211) | |
| 2595 0123 4567 89ab cdef move.l (A5), ([$4567,A2,D0.w],-$3211) | |
| 2596 0123 4567 89ab cdef move.l (A6), ([$4567,A2,D0.w],-$3211) | |
| 2597 0123 4567 89ab cdef move.l (A7), ([$4567,A2,D0.w],-$3211) | |
| 2598 0123 4567 89ab cdef move.l (A0)+, ([$4567,A2,D0.w],-$3211) | |
| 2599 0123 4567 89ab cdef move.l (A1)+, ([$4567,A2,D0.w],-$3211) | |
| 259a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A2,D0.w],-$3211) | |
| 259b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A2,D0.w],-$3211) | |
| 259c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A2,D0.w],-$3211) | |
| 259d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A2,D0.w],-$3211) | |
| 259e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A2,D0.w],-$3211) | |
| 259f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A2,D0.w],-$3211) | |
| 25a0 0123 4567 89ab cdef move.l -(A0), ([$4567,A2,D0.w],-$3211) | |
| 25a1 0123 4567 89ab cdef move.l -(A1), ([$4567,A2,D0.w],-$3211) | |
| 25a2 0123 4567 89ab cdef move.l -(A2), ([$4567,A2,D0.w],-$3211) | |
| 25a3 0123 4567 89ab cdef move.l -(A3), ([$4567,A2,D0.w],-$3211) | |
| 25a4 0123 4567 89ab cdef move.l -(A4), ([$4567,A2,D0.w],-$3211) | |
| 25a5 0123 4567 89ab cdef move.l -(A5), ([$4567,A2,D0.w],-$3211) | |
| 25a6 0123 4567 89ab cdef move.l -(A6), ([$4567,A2,D0.w],-$3211) | |
| 25a7 0123 4567 89ab cdef move.l -(A7), ([$4567,A2,D0.w],-$3211) | |
| 25a8 0123 4567 89ab move.l ($123,A0), ([-$7655,A2]) | |
| 25a9 0123 4567 89ab move.l ($123,A1), ([-$7655,A2]) | |
| 25aa 0123 4567 89ab move.l ($123,A2), ([-$7655,A2]) | |
| 25ab 0123 4567 89ab move.l ($123,A3), ([-$7655,A2]) | |
| 25ac 0123 4567 89ab move.l ($123,A4), ([-$7655,A2]) | |
| 25ad 0123 4567 89ab move.l ($123,A5), ([-$7655,A2]) | |
| 25ae 0123 4567 89ab move.l ($123,A6), ([-$7655,A2]) | |
| 25af 0123 4567 89ab move.l ($123,A7), ([-$7655,A2]) | |
| 25b0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A2,D0.w) | |
| 25b1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A2,D0.w) | |
| 25b2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A2,D0.w) | |
| 25b3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A2,D0.w) | |
| 25b4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A2,D0.w) | |
| 25b5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A2,D0.w) | |
| 25b6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A2,D0.w) | |
| 25b7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A2,D0.w) | |
| 25b8 0123 4567 89ab move.l $123.w, ([-$7655,A2]) | |
| 25b9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 25ba 0123 4567 89ab move.l ($123,PC), ([-$7655,A2]); ($125) | |
| 25bb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A2,D0.w) | |
| 25bc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 2600 move.l D0, D3 | |
| 2601 move.l D1, D3 | |
| 2602 move.l D2, D3 | |
| 2603 move.l D3, D3 | |
| 2604 move.l D4, D3 | |
| 2605 move.l D5, D3 | |
| 2606 move.l D6, D3 | |
| 2607 move.l D7, D3 | |
| 2608 move.l A0, D3 | |
| 2609 move.l A1, D3 | |
| 260a move.l A2, D3 | |
| 260b move.l A3, D3 | |
| 260c move.l A4, D3 | |
| 260d move.l A5, D3 | |
| 260e move.l A6, D3 | |
| 260f move.l A7, D3 | |
| 2610 move.l (A0), D3 | |
| 2611 move.l (A1), D3 | |
| 2612 move.l (A2), D3 | |
| 2613 move.l (A3), D3 | |
| 2614 move.l (A4), D3 | |
| 2615 move.l (A5), D3 | |
| 2616 move.l (A6), D3 | |
| 2617 move.l (A7), D3 | |
| 2618 move.l (A0)+, D3 | |
| 2619 move.l (A1)+, D3 | |
| 261a move.l (A2)+, D3 | |
| 261b move.l (A3)+, D3 | |
| 261c move.l (A4)+, D3 | |
| 261d move.l (A5)+, D3 | |
| 261e move.l (A6)+, D3 | |
| 261f move.l (A7)+, D3 | |
| 2620 move.l -(A0), D3 | |
| 2621 move.l -(A1), D3 | |
| 2622 move.l -(A2), D3 | |
| 2623 move.l -(A3), D3 | |
| 2624 move.l -(A4), D3 | |
| 2625 move.l -(A5), D3 | |
| 2626 move.l -(A6), D3 | |
| 2627 move.l -(A7), D3 | |
| 2628 0123 move.l ($123,A0), D3 | |
| 2629 0123 move.l ($123,A1), D3 | |
| 262a 0123 move.l ($123,A2), D3 | |
| 262b 0123 move.l ($123,A3), D3 | |
| 262c 0123 move.l ($123,A4), D3 | |
| 262d 0123 move.l ($123,A5), D3 | |
| 262e 0123 move.l ($123,A6), D3 | |
| 262f 0123 move.l ($123,A7), D3 | |
| 2630 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D3 | |
| 2631 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D3 | |
| 2632 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D3 | |
| 2633 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D3 | |
| 2634 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D3 | |
| 2635 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D3 | |
| 2636 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D3 | |
| 2637 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D3 | |
| 2638 0123 move.l $123.w, D3 | |
| 2639 0123 4567 move.l $1234567.l, D3 | |
| 263a 0123 move.l ($123,PC), D3; ($125) | |
| 263b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D3 | |
| 263c 0123 4567 move.l #$1234567, D3 | |
| 2640 movea.l D0, A3 | |
| 2641 movea.l D1, A3 | |
| 2642 movea.l D2, A3 | |
| 2643 movea.l D3, A3 | |
| 2644 movea.l D4, A3 | |
| 2645 movea.l D5, A3 | |
| 2646 movea.l D6, A3 | |
| 2647 movea.l D7, A3 | |
| 2648 movea.l A0, A3 | |
| 2649 movea.l A1, A3 | |
| 264a movea.l A2, A3 | |
| 264b movea.l A3, A3 | |
| 264c movea.l A4, A3 | |
| 264d movea.l A5, A3 | |
| 264e movea.l A6, A3 | |
| 264f movea.l A7, A3 | |
| 2650 movea.l (A0), A3 | |
| 2651 movea.l (A1), A3 | |
| 2652 movea.l (A2), A3 | |
| 2653 movea.l (A3), A3 | |
| 2654 movea.l (A4), A3 | |
| 2655 movea.l (A5), A3 | |
| 2656 movea.l (A6), A3 | |
| 2657 movea.l (A7), A3 | |
| 2658 movea.l (A0)+, A3 | |
| 2659 movea.l (A1)+, A3 | |
| 265a movea.l (A2)+, A3 | |
| 265b movea.l (A3)+, A3 | |
| 265c movea.l (A4)+, A3 | |
| 265d movea.l (A5)+, A3 | |
| 265e movea.l (A6)+, A3 | |
| 265f movea.l (A7)+, A3 | |
| 2660 movea.l -(A0), A3 | |
| 2661 movea.l -(A1), A3 | |
| 2662 movea.l -(A2), A3 | |
| 2663 movea.l -(A3), A3 | |
| 2664 movea.l -(A4), A3 | |
| 2665 movea.l -(A5), A3 | |
| 2666 movea.l -(A6), A3 | |
| 2667 movea.l -(A7), A3 | |
| 2668 0123 movea.l ($123,A0), A3 | |
| 2669 0123 movea.l ($123,A1), A3 | |
| 266a 0123 movea.l ($123,A2), A3 | |
| 266b 0123 movea.l ($123,A3), A3 | |
| 266c 0123 movea.l ($123,A4), A3 | |
| 266d 0123 movea.l ($123,A5), A3 | |
| 266e 0123 movea.l ($123,A6), A3 | |
| 266f 0123 movea.l ($123,A7), A3 | |
| 2670 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A3 | |
| 2671 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A3 | |
| 2672 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A3 | |
| 2673 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A3 | |
| 2674 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A3 | |
| 2675 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A3 | |
| 2676 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A3 | |
| 2677 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A3 | |
| 2678 0123 movea.l $123.w, A3 | |
| 2679 0123 4567 movea.l $1234567.l, A3 | |
| 267a 0123 movea.l ($123,PC), A3; ($125) | |
| 267b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A3 | |
| 267c 0123 4567 movea.l #$1234567, A3 | |
| 2680 move.l D0, (A3) | |
| 2681 move.l D1, (A3) | |
| 2682 move.l D2, (A3) | |
| 2683 move.l D3, (A3) | |
| 2684 move.l D4, (A3) | |
| 2685 move.l D5, (A3) | |
| 2686 move.l D6, (A3) | |
| 2687 move.l D7, (A3) | |
| 2688 move.l A0, (A3) | |
| 2689 move.l A1, (A3) | |
| 268a move.l A2, (A3) | |
| 268b move.l A3, (A3) | |
| 268c move.l A4, (A3) | |
| 268d move.l A5, (A3) | |
| 268e move.l A6, (A3) | |
| 268f move.l A7, (A3) | |
| 2690 move.l (A0), (A3) | |
| 2691 move.l (A1), (A3) | |
| 2692 move.l (A2), (A3) | |
| 2693 move.l (A3), (A3) | |
| 2694 move.l (A4), (A3) | |
| 2695 move.l (A5), (A3) | |
| 2696 move.l (A6), (A3) | |
| 2697 move.l (A7), (A3) | |
| 2698 move.l (A0)+, (A3) | |
| 2699 move.l (A1)+, (A3) | |
| 269a move.l (A2)+, (A3) | |
| 269b move.l (A3)+, (A3) | |
| 269c move.l (A4)+, (A3) | |
| 269d move.l (A5)+, (A3) | |
| 269e move.l (A6)+, (A3) | |
| 269f move.l (A7)+, (A3) | |
| 26a0 move.l -(A0), (A3) | |
| 26a1 move.l -(A1), (A3) | |
| 26a2 move.l -(A2), (A3) | |
| 26a3 move.l -(A3), (A3) | |
| 26a4 move.l -(A4), (A3) | |
| 26a5 move.l -(A5), (A3) | |
| 26a6 move.l -(A6), (A3) | |
| 26a7 move.l -(A7), (A3) | |
| 26a8 0123 move.l ($123,A0), (A3) | |
| 26a9 0123 move.l ($123,A1), (A3) | |
| 26aa 0123 move.l ($123,A2), (A3) | |
| 26ab 0123 move.l ($123,A3), (A3) | |
| 26ac 0123 move.l ($123,A4), (A3) | |
| 26ad 0123 move.l ($123,A5), (A3) | |
| 26ae 0123 move.l ($123,A6), (A3) | |
| 26af 0123 move.l ($123,A7), (A3) | |
| 26b0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A3) | |
| 26b1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A3) | |
| 26b2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A3) | |
| 26b3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A3) | |
| 26b4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A3) | |
| 26b5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A3) | |
| 26b6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A3) | |
| 26b7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A3) | |
| 26b8 0123 move.l $123.w, (A3) | |
| 26b9 0123 4567 move.l $1234567.l, (A3) | |
| 26ba 0123 move.l ($123,PC), (A3); ($125) | |
| 26bb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A3) | |
| 26bc 0123 4567 move.l #$1234567, (A3) | |
| 26c0 move.l D0, (A3)+ | |
| 26c1 move.l D1, (A3)+ | |
| 26c2 move.l D2, (A3)+ | |
| 26c3 move.l D3, (A3)+ | |
| 26c4 move.l D4, (A3)+ | |
| 26c5 move.l D5, (A3)+ | |
| 26c6 move.l D6, (A3)+ | |
| 26c7 move.l D7, (A3)+ | |
| 26c8 move.l A0, (A3)+ | |
| 26c9 move.l A1, (A3)+ | |
| 26ca move.l A2, (A3)+ | |
| 26cb move.l A3, (A3)+ | |
| 26cc move.l A4, (A3)+ | |
| 26cd move.l A5, (A3)+ | |
| 26ce move.l A6, (A3)+ | |
| 26cf move.l A7, (A3)+ | |
| 26d0 move.l (A0), (A3)+ | |
| 26d1 move.l (A1), (A3)+ | |
| 26d2 move.l (A2), (A3)+ | |
| 26d3 move.l (A3), (A3)+ | |
| 26d4 move.l (A4), (A3)+ | |
| 26d5 move.l (A5), (A3)+ | |
| 26d6 move.l (A6), (A3)+ | |
| 26d7 move.l (A7), (A3)+ | |
| 26d8 move.l (A0)+, (A3)+ | |
| 26d9 move.l (A1)+, (A3)+ | |
| 26da move.l (A2)+, (A3)+ | |
| 26db move.l (A3)+, (A3)+ | |
| 26dc move.l (A4)+, (A3)+ | |
| 26dd move.l (A5)+, (A3)+ | |
| 26de move.l (A6)+, (A3)+ | |
| 26df move.l (A7)+, (A3)+ | |
| 26e0 move.l -(A0), (A3)+ | |
| 26e1 move.l -(A1), (A3)+ | |
| 26e2 move.l -(A2), (A3)+ | |
| 26e3 move.l -(A3), (A3)+ | |
| 26e4 move.l -(A4), (A3)+ | |
| 26e5 move.l -(A5), (A3)+ | |
| 26e6 move.l -(A6), (A3)+ | |
| 26e7 move.l -(A7), (A3)+ | |
| 26e8 0123 move.l ($123,A0), (A3)+ | |
| 26e9 0123 move.l ($123,A1), (A3)+ | |
| 26ea 0123 move.l ($123,A2), (A3)+ | |
| 26eb 0123 move.l ($123,A3), (A3)+ | |
| 26ec 0123 move.l ($123,A4), (A3)+ | |
| 26ed 0123 move.l ($123,A5), (A3)+ | |
| 26ee 0123 move.l ($123,A6), (A3)+ | |
| 26ef 0123 move.l ($123,A7), (A3)+ | |
| 26f0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A3)+ | |
| 26f1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A3)+ | |
| 26f2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A3)+ | |
| 26f3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A3)+ | |
| 26f4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A3)+ | |
| 26f5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A3)+ | |
| 26f6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A3)+ | |
| 26f7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A3)+ | |
| 26f8 0123 move.l $123.w, (A3)+ | |
| 26f9 0123 4567 move.l $1234567.l, (A3)+ | |
| 26fa 0123 move.l ($123,PC), (A3)+; ($125) | |
| 26fb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A3)+ | |
| 26fc 0123 4567 move.l #$1234567, (A3)+ | |
| 2700 move.l D0, -(A3) | |
| 2701 move.l D1, -(A3) | |
| 2702 move.l D2, -(A3) | |
| 2703 move.l D3, -(A3) | |
| 2704 move.l D4, -(A3) | |
| 2705 move.l D5, -(A3) | |
| 2706 move.l D6, -(A3) | |
| 2707 move.l D7, -(A3) | |
| 2708 move.l A0, -(A3) | |
| 2709 move.l A1, -(A3) | |
| 270a move.l A2, -(A3) | |
| 270b move.l A3, -(A3) | |
| 270c move.l A4, -(A3) | |
| 270d move.l A5, -(A3) | |
| 270e move.l A6, -(A3) | |
| 270f move.l A7, -(A3) | |
| 2710 move.l (A0), -(A3) | |
| 2711 move.l (A1), -(A3) | |
| 2712 move.l (A2), -(A3) | |
| 2713 move.l (A3), -(A3) | |
| 2714 move.l (A4), -(A3) | |
| 2715 move.l (A5), -(A3) | |
| 2716 move.l (A6), -(A3) | |
| 2717 move.l (A7), -(A3) | |
| 2718 move.l (A0)+, -(A3) | |
| 2719 move.l (A1)+, -(A3) | |
| 271a move.l (A2)+, -(A3) | |
| 271b move.l (A3)+, -(A3) | |
| 271c move.l (A4)+, -(A3) | |
| 271d move.l (A5)+, -(A3) | |
| 271e move.l (A6)+, -(A3) | |
| 271f move.l (A7)+, -(A3) | |
| 2720 move.l -(A0), -(A3) | |
| 2721 move.l -(A1), -(A3) | |
| 2722 move.l -(A2), -(A3) | |
| 2723 move.l -(A3), -(A3) | |
| 2724 move.l -(A4), -(A3) | |
| 2725 move.l -(A5), -(A3) | |
| 2726 move.l -(A6), -(A3) | |
| 2727 move.l -(A7), -(A3) | |
| 2728 0123 move.l ($123,A0), -(A3) | |
| 2729 0123 move.l ($123,A1), -(A3) | |
| 272a 0123 move.l ($123,A2), -(A3) | |
| 272b 0123 move.l ($123,A3), -(A3) | |
| 272c 0123 move.l ($123,A4), -(A3) | |
| 272d 0123 move.l ($123,A5), -(A3) | |
| 272e 0123 move.l ($123,A6), -(A3) | |
| 272f 0123 move.l ($123,A7), -(A3) | |
| 2730 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A3) | |
| 2731 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A3) | |
| 2732 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A3) | |
| 2733 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A3) | |
| 2734 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A3) | |
| 2735 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A3) | |
| 2736 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A3) | |
| 2737 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A3) | |
| 2738 0123 move.l $123.w, -(A3) | |
| 2739 0123 4567 move.l $1234567.l, -(A3) | |
| 273a 0123 move.l ($123,PC), -(A3); ($125) | |
| 273b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A3) | |
| 273c 0123 4567 move.l #$1234567, -(A3) | |
| 2740 0123 move.l D0, ($123,A3) | |
| 2741 0123 move.l D1, ($123,A3) | |
| 2742 0123 move.l D2, ($123,A3) | |
| 2743 0123 move.l D3, ($123,A3) | |
| 2744 0123 move.l D4, ($123,A3) | |
| 2745 0123 move.l D5, ($123,A3) | |
| 2746 0123 move.l D6, ($123,A3) | |
| 2747 0123 move.l D7, ($123,A3) | |
| 2748 0123 move.l A0, ($123,A3) | |
| 2749 0123 move.l A1, ($123,A3) | |
| 274a 0123 move.l A2, ($123,A3) | |
| 274b 0123 move.l A3, ($123,A3) | |
| 274c 0123 move.l A4, ($123,A3) | |
| 274d 0123 move.l A5, ($123,A3) | |
| 274e 0123 move.l A6, ($123,A3) | |
| 274f 0123 move.l A7, ($123,A3) | |
| 2750 0123 move.l (A0), ($123,A3) | |
| 2751 0123 move.l (A1), ($123,A3) | |
| 2752 0123 move.l (A2), ($123,A3) | |
| 2753 0123 move.l (A3), ($123,A3) | |
| 2754 0123 move.l (A4), ($123,A3) | |
| 2755 0123 move.l (A5), ($123,A3) | |
| 2756 0123 move.l (A6), ($123,A3) | |
| 2757 0123 move.l (A7), ($123,A3) | |
| 2758 0123 move.l (A0)+, ($123,A3) | |
| 2759 0123 move.l (A1)+, ($123,A3) | |
| 275a 0123 move.l (A2)+, ($123,A3) | |
| 275b 0123 move.l (A3)+, ($123,A3) | |
| 275c 0123 move.l (A4)+, ($123,A3) | |
| 275d 0123 move.l (A5)+, ($123,A3) | |
| 275e 0123 move.l (A6)+, ($123,A3) | |
| 275f 0123 move.l (A7)+, ($123,A3) | |
| 2760 0123 move.l -(A0), ($123,A3) | |
| 2761 0123 move.l -(A1), ($123,A3) | |
| 2762 0123 move.l -(A2), ($123,A3) | |
| 2763 0123 move.l -(A3), ($123,A3) | |
| 2764 0123 move.l -(A4), ($123,A3) | |
| 2765 0123 move.l -(A5), ($123,A3) | |
| 2766 0123 move.l -(A6), ($123,A3) | |
| 2767 0123 move.l -(A7), ($123,A3) | |
| 2768 0123 4567 move.l ($123,A0), ($4567,A3) | |
| 2769 0123 4567 move.l ($123,A1), ($4567,A3) | |
| 276a 0123 4567 move.l ($123,A2), ($4567,A3) | |
| 276b 0123 4567 move.l ($123,A3), ($4567,A3) | |
| 276c 0123 4567 move.l ($123,A4), ($4567,A3) | |
| 276d 0123 4567 move.l ($123,A5), ($4567,A3) | |
| 276e 0123 4567 move.l ($123,A6), ($4567,A3) | |
| 276f 0123 4567 move.l ($123,A7), ($4567,A3) | |
| 2770 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A3) | |
| 2771 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A3) | |
| 2772 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A3) | |
| 2773 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A3) | |
| 2774 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A3) | |
| 2775 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A3) | |
| 2776 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A3) | |
| 2777 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A3) | |
| 2778 0123 4567 move.l $123.w, ($4567,A3) | |
| 2779 0123 4567 89ab move.l $1234567.l, (-$7655,A3) | |
| 277a 0123 4567 move.l ($123,PC), ($4567,A3); ($125) | |
| 277b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A3) | |
| 277c 0123 4567 89ab move.l #$1234567, (-$7655,A3) | |
| 2780 0123 4567 89ab cdef move.l D0, ([$4567,A3,D0.w],-$3211) | |
| 2781 0123 4567 89ab cdef move.l D1, ([$4567,A3,D0.w],-$3211) | |
| 2782 0123 4567 89ab cdef move.l D2, ([$4567,A3,D0.w],-$3211) | |
| 2783 0123 4567 89ab cdef move.l D3, ([$4567,A3,D0.w],-$3211) | |
| 2784 0123 4567 89ab cdef move.l D4, ([$4567,A3,D0.w],-$3211) | |
| 2785 0123 4567 89ab cdef move.l D5, ([$4567,A3,D0.w],-$3211) | |
| 2786 0123 4567 89ab cdef move.l D6, ([$4567,A3,D0.w],-$3211) | |
| 2787 0123 4567 89ab cdef move.l D7, ([$4567,A3,D0.w],-$3211) | |
| 2788 0123 4567 89ab cdef move.l A0, ([$4567,A3,D0.w],-$3211) | |
| 2789 0123 4567 89ab cdef move.l A1, ([$4567,A3,D0.w],-$3211) | |
| 278a 0123 4567 89ab cdef move.l A2, ([$4567,A3,D0.w],-$3211) | |
| 278b 0123 4567 89ab cdef move.l A3, ([$4567,A3,D0.w],-$3211) | |
| 278c 0123 4567 89ab cdef move.l A4, ([$4567,A3,D0.w],-$3211) | |
| 278d 0123 4567 89ab cdef move.l A5, ([$4567,A3,D0.w],-$3211) | |
| 278e 0123 4567 89ab cdef move.l A6, ([$4567,A3,D0.w],-$3211) | |
| 278f 0123 4567 89ab cdef move.l A7, ([$4567,A3,D0.w],-$3211) | |
| 2790 0123 4567 89ab cdef move.l (A0), ([$4567,A3,D0.w],-$3211) | |
| 2791 0123 4567 89ab cdef move.l (A1), ([$4567,A3,D0.w],-$3211) | |
| 2792 0123 4567 89ab cdef move.l (A2), ([$4567,A3,D0.w],-$3211) | |
| 2793 0123 4567 89ab cdef move.l (A3), ([$4567,A3,D0.w],-$3211) | |
| 2794 0123 4567 89ab cdef move.l (A4), ([$4567,A3,D0.w],-$3211) | |
| 2795 0123 4567 89ab cdef move.l (A5), ([$4567,A3,D0.w],-$3211) | |
| 2796 0123 4567 89ab cdef move.l (A6), ([$4567,A3,D0.w],-$3211) | |
| 2797 0123 4567 89ab cdef move.l (A7), ([$4567,A3,D0.w],-$3211) | |
| 2798 0123 4567 89ab cdef move.l (A0)+, ([$4567,A3,D0.w],-$3211) | |
| 2799 0123 4567 89ab cdef move.l (A1)+, ([$4567,A3,D0.w],-$3211) | |
| 279a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A3,D0.w],-$3211) | |
| 279b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A3,D0.w],-$3211) | |
| 279c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A3,D0.w],-$3211) | |
| 279d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A3,D0.w],-$3211) | |
| 279e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A3,D0.w],-$3211) | |
| 279f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A3,D0.w],-$3211) | |
| 27a0 0123 4567 89ab cdef move.l -(A0), ([$4567,A3,D0.w],-$3211) | |
| 27a1 0123 4567 89ab cdef move.l -(A1), ([$4567,A3,D0.w],-$3211) | |
| 27a2 0123 4567 89ab cdef move.l -(A2), ([$4567,A3,D0.w],-$3211) | |
| 27a3 0123 4567 89ab cdef move.l -(A3), ([$4567,A3,D0.w],-$3211) | |
| 27a4 0123 4567 89ab cdef move.l -(A4), ([$4567,A3,D0.w],-$3211) | |
| 27a5 0123 4567 89ab cdef move.l -(A5), ([$4567,A3,D0.w],-$3211) | |
| 27a6 0123 4567 89ab cdef move.l -(A6), ([$4567,A3,D0.w],-$3211) | |
| 27a7 0123 4567 89ab cdef move.l -(A7), ([$4567,A3,D0.w],-$3211) | |
| 27a8 0123 4567 89ab move.l ($123,A0), ([-$7655,A3]) | |
| 27a9 0123 4567 89ab move.l ($123,A1), ([-$7655,A3]) | |
| 27aa 0123 4567 89ab move.l ($123,A2), ([-$7655,A3]) | |
| 27ab 0123 4567 89ab move.l ($123,A3), ([-$7655,A3]) | |
| 27ac 0123 4567 89ab move.l ($123,A4), ([-$7655,A3]) | |
| 27ad 0123 4567 89ab move.l ($123,A5), ([-$7655,A3]) | |
| 27ae 0123 4567 89ab move.l ($123,A6), ([-$7655,A3]) | |
| 27af 0123 4567 89ab move.l ($123,A7), ([-$7655,A3]) | |
| 27b0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A3,D0.w) | |
| 27b1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A3,D0.w) | |
| 27b2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A3,D0.w) | |
| 27b3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A3,D0.w) | |
| 27b4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A3,D0.w) | |
| 27b5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A3,D0.w) | |
| 27b6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A3,D0.w) | |
| 27b7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A3,D0.w) | |
| 27b8 0123 4567 89ab move.l $123.w, ([-$7655,A3]) | |
| 27b9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 27ba 0123 4567 89ab move.l ($123,PC), ([-$7655,A3]); ($125) | |
| 27bb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A3,D0.w) | |
| 27bc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 2800 move.l D0, D4 | |
| 2801 move.l D1, D4 | |
| 2802 move.l D2, D4 | |
| 2803 move.l D3, D4 | |
| 2804 move.l D4, D4 | |
| 2805 move.l D5, D4 | |
| 2806 move.l D6, D4 | |
| 2807 move.l D7, D4 | |
| 2808 move.l A0, D4 | |
| 2809 move.l A1, D4 | |
| 280a move.l A2, D4 | |
| 280b move.l A3, D4 | |
| 280c move.l A4, D4 | |
| 280d move.l A5, D4 | |
| 280e move.l A6, D4 | |
| 280f move.l A7, D4 | |
| 2810 move.l (A0), D4 | |
| 2811 move.l (A1), D4 | |
| 2812 move.l (A2), D4 | |
| 2813 move.l (A3), D4 | |
| 2814 move.l (A4), D4 | |
| 2815 move.l (A5), D4 | |
| 2816 move.l (A6), D4 | |
| 2817 move.l (A7), D4 | |
| 2818 move.l (A0)+, D4 | |
| 2819 move.l (A1)+, D4 | |
| 281a move.l (A2)+, D4 | |
| 281b move.l (A3)+, D4 | |
| 281c move.l (A4)+, D4 | |
| 281d move.l (A5)+, D4 | |
| 281e move.l (A6)+, D4 | |
| 281f move.l (A7)+, D4 | |
| 2820 move.l -(A0), D4 | |
| 2821 move.l -(A1), D4 | |
| 2822 move.l -(A2), D4 | |
| 2823 move.l -(A3), D4 | |
| 2824 move.l -(A4), D4 | |
| 2825 move.l -(A5), D4 | |
| 2826 move.l -(A6), D4 | |
| 2827 move.l -(A7), D4 | |
| 2828 0123 move.l ($123,A0), D4 | |
| 2829 0123 move.l ($123,A1), D4 | |
| 282a 0123 move.l ($123,A2), D4 | |
| 282b 0123 move.l ($123,A3), D4 | |
| 282c 0123 move.l ($123,A4), D4 | |
| 282d 0123 move.l ($123,A5), D4 | |
| 282e 0123 move.l ($123,A6), D4 | |
| 282f 0123 move.l ($123,A7), D4 | |
| 2830 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D4 | |
| 2831 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D4 | |
| 2832 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D4 | |
| 2833 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D4 | |
| 2834 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D4 | |
| 2835 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D4 | |
| 2836 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D4 | |
| 2837 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D4 | |
| 2838 0123 move.l $123.w, D4 | |
| 2839 0123 4567 move.l $1234567.l, D4 | |
| 283a 0123 move.l ($123,PC), D4; ($125) | |
| 283b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D4 | |
| 283c 0123 4567 move.l #$1234567, D4 | |
| 2840 movea.l D0, A4 | |
| 2841 movea.l D1, A4 | |
| 2842 movea.l D2, A4 | |
| 2843 movea.l D3, A4 | |
| 2844 movea.l D4, A4 | |
| 2845 movea.l D5, A4 | |
| 2846 movea.l D6, A4 | |
| 2847 movea.l D7, A4 | |
| 2848 movea.l A0, A4 | |
| 2849 movea.l A1, A4 | |
| 284a movea.l A2, A4 | |
| 284b movea.l A3, A4 | |
| 284c movea.l A4, A4 | |
| 284d movea.l A5, A4 | |
| 284e movea.l A6, A4 | |
| 284f movea.l A7, A4 | |
| 2850 movea.l (A0), A4 | |
| 2851 movea.l (A1), A4 | |
| 2852 movea.l (A2), A4 | |
| 2853 movea.l (A3), A4 | |
| 2854 movea.l (A4), A4 | |
| 2855 movea.l (A5), A4 | |
| 2856 movea.l (A6), A4 | |
| 2857 movea.l (A7), A4 | |
| 2858 movea.l (A0)+, A4 | |
| 2859 movea.l (A1)+, A4 | |
| 285a movea.l (A2)+, A4 | |
| 285b movea.l (A3)+, A4 | |
| 285c movea.l (A4)+, A4 | |
| 285d movea.l (A5)+, A4 | |
| 285e movea.l (A6)+, A4 | |
| 285f movea.l (A7)+, A4 | |
| 2860 movea.l -(A0), A4 | |
| 2861 movea.l -(A1), A4 | |
| 2862 movea.l -(A2), A4 | |
| 2863 movea.l -(A3), A4 | |
| 2864 movea.l -(A4), A4 | |
| 2865 movea.l -(A5), A4 | |
| 2866 movea.l -(A6), A4 | |
| 2867 movea.l -(A7), A4 | |
| 2868 0123 movea.l ($123,A0), A4 | |
| 2869 0123 movea.l ($123,A1), A4 | |
| 286a 0123 movea.l ($123,A2), A4 | |
| 286b 0123 movea.l ($123,A3), A4 | |
| 286c 0123 movea.l ($123,A4), A4 | |
| 286d 0123 movea.l ($123,A5), A4 | |
| 286e 0123 movea.l ($123,A6), A4 | |
| 286f 0123 movea.l ($123,A7), A4 | |
| 2870 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A4 | |
| 2871 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A4 | |
| 2872 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A4 | |
| 2873 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A4 | |
| 2874 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A4 | |
| 2875 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A4 | |
| 2876 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A4 | |
| 2877 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A4 | |
| 2878 0123 movea.l $123.w, A4 | |
| 2879 0123 4567 movea.l $1234567.l, A4 | |
| 287a 0123 movea.l ($123,PC), A4; ($125) | |
| 287b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A4 | |
| 287c 0123 4567 movea.l #$1234567, A4 | |
| 2880 move.l D0, (A4) | |
| 2881 move.l D1, (A4) | |
| 2882 move.l D2, (A4) | |
| 2883 move.l D3, (A4) | |
| 2884 move.l D4, (A4) | |
| 2885 move.l D5, (A4) | |
| 2886 move.l D6, (A4) | |
| 2887 move.l D7, (A4) | |
| 2888 move.l A0, (A4) | |
| 2889 move.l A1, (A4) | |
| 288a move.l A2, (A4) | |
| 288b move.l A3, (A4) | |
| 288c move.l A4, (A4) | |
| 288d move.l A5, (A4) | |
| 288e move.l A6, (A4) | |
| 288f move.l A7, (A4) | |
| 2890 move.l (A0), (A4) | |
| 2891 move.l (A1), (A4) | |
| 2892 move.l (A2), (A4) | |
| 2893 move.l (A3), (A4) | |
| 2894 move.l (A4), (A4) | |
| 2895 move.l (A5), (A4) | |
| 2896 move.l (A6), (A4) | |
| 2897 move.l (A7), (A4) | |
| 2898 move.l (A0)+, (A4) | |
| 2899 move.l (A1)+, (A4) | |
| 289a move.l (A2)+, (A4) | |
| 289b move.l (A3)+, (A4) | |
| 289c move.l (A4)+, (A4) | |
| 289d move.l (A5)+, (A4) | |
| 289e move.l (A6)+, (A4) | |
| 289f move.l (A7)+, (A4) | |
| 28a0 move.l -(A0), (A4) | |
| 28a1 move.l -(A1), (A4) | |
| 28a2 move.l -(A2), (A4) | |
| 28a3 move.l -(A3), (A4) | |
| 28a4 move.l -(A4), (A4) | |
| 28a5 move.l -(A5), (A4) | |
| 28a6 move.l -(A6), (A4) | |
| 28a7 move.l -(A7), (A4) | |
| 28a8 0123 move.l ($123,A0), (A4) | |
| 28a9 0123 move.l ($123,A1), (A4) | |
| 28aa 0123 move.l ($123,A2), (A4) | |
| 28ab 0123 move.l ($123,A3), (A4) | |
| 28ac 0123 move.l ($123,A4), (A4) | |
| 28ad 0123 move.l ($123,A5), (A4) | |
| 28ae 0123 move.l ($123,A6), (A4) | |
| 28af 0123 move.l ($123,A7), (A4) | |
| 28b0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A4) | |
| 28b1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A4) | |
| 28b2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A4) | |
| 28b3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A4) | |
| 28b4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A4) | |
| 28b5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A4) | |
| 28b6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A4) | |
| 28b7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A4) | |
| 28b8 0123 move.l $123.w, (A4) | |
| 28b9 0123 4567 move.l $1234567.l, (A4) | |
| 28ba 0123 move.l ($123,PC), (A4); ($125) | |
| 28bb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A4) | |
| 28bc 0123 4567 move.l #$1234567, (A4) | |
| 28c0 move.l D0, (A4)+ | |
| 28c1 move.l D1, (A4)+ | |
| 28c2 move.l D2, (A4)+ | |
| 28c3 move.l D3, (A4)+ | |
| 28c4 move.l D4, (A4)+ | |
| 28c5 move.l D5, (A4)+ | |
| 28c6 move.l D6, (A4)+ | |
| 28c7 move.l D7, (A4)+ | |
| 28c8 move.l A0, (A4)+ | |
| 28c9 move.l A1, (A4)+ | |
| 28ca move.l A2, (A4)+ | |
| 28cb move.l A3, (A4)+ | |
| 28cc move.l A4, (A4)+ | |
| 28cd move.l A5, (A4)+ | |
| 28ce move.l A6, (A4)+ | |
| 28cf move.l A7, (A4)+ | |
| 28d0 move.l (A0), (A4)+ | |
| 28d1 move.l (A1), (A4)+ | |
| 28d2 move.l (A2), (A4)+ | |
| 28d3 move.l (A3), (A4)+ | |
| 28d4 move.l (A4), (A4)+ | |
| 28d5 move.l (A5), (A4)+ | |
| 28d6 move.l (A6), (A4)+ | |
| 28d7 move.l (A7), (A4)+ | |
| 28d8 move.l (A0)+, (A4)+ | |
| 28d9 move.l (A1)+, (A4)+ | |
| 28da move.l (A2)+, (A4)+ | |
| 28db move.l (A3)+, (A4)+ | |
| 28dc move.l (A4)+, (A4)+ | |
| 28dd move.l (A5)+, (A4)+ | |
| 28de move.l (A6)+, (A4)+ | |
| 28df move.l (A7)+, (A4)+ | |
| 28e0 move.l -(A0), (A4)+ | |
| 28e1 move.l -(A1), (A4)+ | |
| 28e2 move.l -(A2), (A4)+ | |
| 28e3 move.l -(A3), (A4)+ | |
| 28e4 move.l -(A4), (A4)+ | |
| 28e5 move.l -(A5), (A4)+ | |
| 28e6 move.l -(A6), (A4)+ | |
| 28e7 move.l -(A7), (A4)+ | |
| 28e8 0123 move.l ($123,A0), (A4)+ | |
| 28e9 0123 move.l ($123,A1), (A4)+ | |
| 28ea 0123 move.l ($123,A2), (A4)+ | |
| 28eb 0123 move.l ($123,A3), (A4)+ | |
| 28ec 0123 move.l ($123,A4), (A4)+ | |
| 28ed 0123 move.l ($123,A5), (A4)+ | |
| 28ee 0123 move.l ($123,A6), (A4)+ | |
| 28ef 0123 move.l ($123,A7), (A4)+ | |
| 28f0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A4)+ | |
| 28f1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A4)+ | |
| 28f2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A4)+ | |
| 28f3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A4)+ | |
| 28f4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A4)+ | |
| 28f5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A4)+ | |
| 28f6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A4)+ | |
| 28f7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A4)+ | |
| 28f8 0123 move.l $123.w, (A4)+ | |
| 28f9 0123 4567 move.l $1234567.l, (A4)+ | |
| 28fa 0123 move.l ($123,PC), (A4)+; ($125) | |
| 28fb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A4)+ | |
| 28fc 0123 4567 move.l #$1234567, (A4)+ | |
| 2900 move.l D0, -(A4) | |
| 2901 move.l D1, -(A4) | |
| 2902 move.l D2, -(A4) | |
| 2903 move.l D3, -(A4) | |
| 2904 move.l D4, -(A4) | |
| 2905 move.l D5, -(A4) | |
| 2906 move.l D6, -(A4) | |
| 2907 move.l D7, -(A4) | |
| 2908 move.l A0, -(A4) | |
| 2909 move.l A1, -(A4) | |
| 290a move.l A2, -(A4) | |
| 290b move.l A3, -(A4) | |
| 290c move.l A4, -(A4) | |
| 290d move.l A5, -(A4) | |
| 290e move.l A6, -(A4) | |
| 290f move.l A7, -(A4) | |
| 2910 move.l (A0), -(A4) | |
| 2911 move.l (A1), -(A4) | |
| 2912 move.l (A2), -(A4) | |
| 2913 move.l (A3), -(A4) | |
| 2914 move.l (A4), -(A4) | |
| 2915 move.l (A5), -(A4) | |
| 2916 move.l (A6), -(A4) | |
| 2917 move.l (A7), -(A4) | |
| 2918 move.l (A0)+, -(A4) | |
| 2919 move.l (A1)+, -(A4) | |
| 291a move.l (A2)+, -(A4) | |
| 291b move.l (A3)+, -(A4) | |
| 291c move.l (A4)+, -(A4) | |
| 291d move.l (A5)+, -(A4) | |
| 291e move.l (A6)+, -(A4) | |
| 291f move.l (A7)+, -(A4) | |
| 2920 move.l -(A0), -(A4) | |
| 2921 move.l -(A1), -(A4) | |
| 2922 move.l -(A2), -(A4) | |
| 2923 move.l -(A3), -(A4) | |
| 2924 move.l -(A4), -(A4) | |
| 2925 move.l -(A5), -(A4) | |
| 2926 move.l -(A6), -(A4) | |
| 2927 move.l -(A7), -(A4) | |
| 2928 0123 move.l ($123,A0), -(A4) | |
| 2929 0123 move.l ($123,A1), -(A4) | |
| 292a 0123 move.l ($123,A2), -(A4) | |
| 292b 0123 move.l ($123,A3), -(A4) | |
| 292c 0123 move.l ($123,A4), -(A4) | |
| 292d 0123 move.l ($123,A5), -(A4) | |
| 292e 0123 move.l ($123,A6), -(A4) | |
| 292f 0123 move.l ($123,A7), -(A4) | |
| 2930 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A4) | |
| 2931 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A4) | |
| 2932 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A4) | |
| 2933 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A4) | |
| 2934 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A4) | |
| 2935 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A4) | |
| 2936 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A4) | |
| 2937 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A4) | |
| 2938 0123 move.l $123.w, -(A4) | |
| 2939 0123 4567 move.l $1234567.l, -(A4) | |
| 293a 0123 move.l ($123,PC), -(A4); ($125) | |
| 293b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A4) | |
| 293c 0123 4567 move.l #$1234567, -(A4) | |
| 2940 0123 move.l D0, ($123,A4) | |
| 2941 0123 move.l D1, ($123,A4) | |
| 2942 0123 move.l D2, ($123,A4) | |
| 2943 0123 move.l D3, ($123,A4) | |
| 2944 0123 move.l D4, ($123,A4) | |
| 2945 0123 move.l D5, ($123,A4) | |
| 2946 0123 move.l D6, ($123,A4) | |
| 2947 0123 move.l D7, ($123,A4) | |
| 2948 0123 move.l A0, ($123,A4) | |
| 2949 0123 move.l A1, ($123,A4) | |
| 294a 0123 move.l A2, ($123,A4) | |
| 294b 0123 move.l A3, ($123,A4) | |
| 294c 0123 move.l A4, ($123,A4) | |
| 294d 0123 move.l A5, ($123,A4) | |
| 294e 0123 move.l A6, ($123,A4) | |
| 294f 0123 move.l A7, ($123,A4) | |
| 2950 0123 move.l (A0), ($123,A4) | |
| 2951 0123 move.l (A1), ($123,A4) | |
| 2952 0123 move.l (A2), ($123,A4) | |
| 2953 0123 move.l (A3), ($123,A4) | |
| 2954 0123 move.l (A4), ($123,A4) | |
| 2955 0123 move.l (A5), ($123,A4) | |
| 2956 0123 move.l (A6), ($123,A4) | |
| 2957 0123 move.l (A7), ($123,A4) | |
| 2958 0123 move.l (A0)+, ($123,A4) | |
| 2959 0123 move.l (A1)+, ($123,A4) | |
| 295a 0123 move.l (A2)+, ($123,A4) | |
| 295b 0123 move.l (A3)+, ($123,A4) | |
| 295c 0123 move.l (A4)+, ($123,A4) | |
| 295d 0123 move.l (A5)+, ($123,A4) | |
| 295e 0123 move.l (A6)+, ($123,A4) | |
| 295f 0123 move.l (A7)+, ($123,A4) | |
| 2960 0123 move.l -(A0), ($123,A4) | |
| 2961 0123 move.l -(A1), ($123,A4) | |
| 2962 0123 move.l -(A2), ($123,A4) | |
| 2963 0123 move.l -(A3), ($123,A4) | |
| 2964 0123 move.l -(A4), ($123,A4) | |
| 2965 0123 move.l -(A5), ($123,A4) | |
| 2966 0123 move.l -(A6), ($123,A4) | |
| 2967 0123 move.l -(A7), ($123,A4) | |
| 2968 0123 4567 move.l ($123,A0), ($4567,A4) | |
| 2969 0123 4567 move.l ($123,A1), ($4567,A4) | |
| 296a 0123 4567 move.l ($123,A2), ($4567,A4) | |
| 296b 0123 4567 move.l ($123,A3), ($4567,A4) | |
| 296c 0123 4567 move.l ($123,A4), ($4567,A4) | |
| 296d 0123 4567 move.l ($123,A5), ($4567,A4) | |
| 296e 0123 4567 move.l ($123,A6), ($4567,A4) | |
| 296f 0123 4567 move.l ($123,A7), ($4567,A4) | |
| 2970 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A4) | |
| 2971 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A4) | |
| 2972 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A4) | |
| 2973 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A4) | |
| 2974 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A4) | |
| 2975 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A4) | |
| 2976 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A4) | |
| 2977 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A4) | |
| 2978 0123 4567 move.l $123.w, ($4567,A4) | |
| 2979 0123 4567 89ab move.l $1234567.l, (-$7655,A4) | |
| 297a 0123 4567 move.l ($123,PC), ($4567,A4); ($125) | |
| 297b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A4) | |
| 297c 0123 4567 89ab move.l #$1234567, (-$7655,A4) | |
| 2980 0123 4567 89ab cdef move.l D0, ([$4567,A4,D0.w],-$3211) | |
| 2981 0123 4567 89ab cdef move.l D1, ([$4567,A4,D0.w],-$3211) | |
| 2982 0123 4567 89ab cdef move.l D2, ([$4567,A4,D0.w],-$3211) | |
| 2983 0123 4567 89ab cdef move.l D3, ([$4567,A4,D0.w],-$3211) | |
| 2984 0123 4567 89ab cdef move.l D4, ([$4567,A4,D0.w],-$3211) | |
| 2985 0123 4567 89ab cdef move.l D5, ([$4567,A4,D0.w],-$3211) | |
| 2986 0123 4567 89ab cdef move.l D6, ([$4567,A4,D0.w],-$3211) | |
| 2987 0123 4567 89ab cdef move.l D7, ([$4567,A4,D0.w],-$3211) | |
| 2988 0123 4567 89ab cdef move.l A0, ([$4567,A4,D0.w],-$3211) | |
| 2989 0123 4567 89ab cdef move.l A1, ([$4567,A4,D0.w],-$3211) | |
| 298a 0123 4567 89ab cdef move.l A2, ([$4567,A4,D0.w],-$3211) | |
| 298b 0123 4567 89ab cdef move.l A3, ([$4567,A4,D0.w],-$3211) | |
| 298c 0123 4567 89ab cdef move.l A4, ([$4567,A4,D0.w],-$3211) | |
| 298d 0123 4567 89ab cdef move.l A5, ([$4567,A4,D0.w],-$3211) | |
| 298e 0123 4567 89ab cdef move.l A6, ([$4567,A4,D0.w],-$3211) | |
| 298f 0123 4567 89ab cdef move.l A7, ([$4567,A4,D0.w],-$3211) | |
| 2990 0123 4567 89ab cdef move.l (A0), ([$4567,A4,D0.w],-$3211) | |
| 2991 0123 4567 89ab cdef move.l (A1), ([$4567,A4,D0.w],-$3211) | |
| 2992 0123 4567 89ab cdef move.l (A2), ([$4567,A4,D0.w],-$3211) | |
| 2993 0123 4567 89ab cdef move.l (A3), ([$4567,A4,D0.w],-$3211) | |
| 2994 0123 4567 89ab cdef move.l (A4), ([$4567,A4,D0.w],-$3211) | |
| 2995 0123 4567 89ab cdef move.l (A5), ([$4567,A4,D0.w],-$3211) | |
| 2996 0123 4567 89ab cdef move.l (A6), ([$4567,A4,D0.w],-$3211) | |
| 2997 0123 4567 89ab cdef move.l (A7), ([$4567,A4,D0.w],-$3211) | |
| 2998 0123 4567 89ab cdef move.l (A0)+, ([$4567,A4,D0.w],-$3211) | |
| 2999 0123 4567 89ab cdef move.l (A1)+, ([$4567,A4,D0.w],-$3211) | |
| 299a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A4,D0.w],-$3211) | |
| 299b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A4,D0.w],-$3211) | |
| 299c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A4,D0.w],-$3211) | |
| 299d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A4,D0.w],-$3211) | |
| 299e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A4,D0.w],-$3211) | |
| 299f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A4,D0.w],-$3211) | |
| 29a0 0123 4567 89ab cdef move.l -(A0), ([$4567,A4,D0.w],-$3211) | |
| 29a1 0123 4567 89ab cdef move.l -(A1), ([$4567,A4,D0.w],-$3211) | |
| 29a2 0123 4567 89ab cdef move.l -(A2), ([$4567,A4,D0.w],-$3211) | |
| 29a3 0123 4567 89ab cdef move.l -(A3), ([$4567,A4,D0.w],-$3211) | |
| 29a4 0123 4567 89ab cdef move.l -(A4), ([$4567,A4,D0.w],-$3211) | |
| 29a5 0123 4567 89ab cdef move.l -(A5), ([$4567,A4,D0.w],-$3211) | |
| 29a6 0123 4567 89ab cdef move.l -(A6), ([$4567,A4,D0.w],-$3211) | |
| 29a7 0123 4567 89ab cdef move.l -(A7), ([$4567,A4,D0.w],-$3211) | |
| 29a8 0123 4567 89ab move.l ($123,A0), ([-$7655,A4]) | |
| 29a9 0123 4567 89ab move.l ($123,A1), ([-$7655,A4]) | |
| 29aa 0123 4567 89ab move.l ($123,A2), ([-$7655,A4]) | |
| 29ab 0123 4567 89ab move.l ($123,A3), ([-$7655,A4]) | |
| 29ac 0123 4567 89ab move.l ($123,A4), ([-$7655,A4]) | |
| 29ad 0123 4567 89ab move.l ($123,A5), ([-$7655,A4]) | |
| 29ae 0123 4567 89ab move.l ($123,A6), ([-$7655,A4]) | |
| 29af 0123 4567 89ab move.l ($123,A7), ([-$7655,A4]) | |
| 29b0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A4,D0.w) | |
| 29b1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A4,D0.w) | |
| 29b2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A4,D0.w) | |
| 29b3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A4,D0.w) | |
| 29b4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A4,D0.w) | |
| 29b5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A4,D0.w) | |
| 29b6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A4,D0.w) | |
| 29b7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A4,D0.w) | |
| 29b8 0123 4567 89ab move.l $123.w, ([-$7655,A4]) | |
| 29b9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 29ba 0123 4567 89ab move.l ($123,PC), ([-$7655,A4]); ($125) | |
| 29bb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A4,D0.w) | |
| 29bc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 2a00 move.l D0, D5 | |
| 2a01 move.l D1, D5 | |
| 2a02 move.l D2, D5 | |
| 2a03 move.l D3, D5 | |
| 2a04 move.l D4, D5 | |
| 2a05 move.l D5, D5 | |
| 2a06 move.l D6, D5 | |
| 2a07 move.l D7, D5 | |
| 2a08 move.l A0, D5 | |
| 2a09 move.l A1, D5 | |
| 2a0a move.l A2, D5 | |
| 2a0b move.l A3, D5 | |
| 2a0c move.l A4, D5 | |
| 2a0d move.l A5, D5 | |
| 2a0e move.l A6, D5 | |
| 2a0f move.l A7, D5 | |
| 2a10 move.l (A0), D5 | |
| 2a11 move.l (A1), D5 | |
| 2a12 move.l (A2), D5 | |
| 2a13 move.l (A3), D5 | |
| 2a14 move.l (A4), D5 | |
| 2a15 move.l (A5), D5 | |
| 2a16 move.l (A6), D5 | |
| 2a17 move.l (A7), D5 | |
| 2a18 move.l (A0)+, D5 | |
| 2a19 move.l (A1)+, D5 | |
| 2a1a move.l (A2)+, D5 | |
| 2a1b move.l (A3)+, D5 | |
| 2a1c move.l (A4)+, D5 | |
| 2a1d move.l (A5)+, D5 | |
| 2a1e move.l (A6)+, D5 | |
| 2a1f move.l (A7)+, D5 | |
| 2a20 move.l -(A0), D5 | |
| 2a21 move.l -(A1), D5 | |
| 2a22 move.l -(A2), D5 | |
| 2a23 move.l -(A3), D5 | |
| 2a24 move.l -(A4), D5 | |
| 2a25 move.l -(A5), D5 | |
| 2a26 move.l -(A6), D5 | |
| 2a27 move.l -(A7), D5 | |
| 2a28 0123 move.l ($123,A0), D5 | |
| 2a29 0123 move.l ($123,A1), D5 | |
| 2a2a 0123 move.l ($123,A2), D5 | |
| 2a2b 0123 move.l ($123,A3), D5 | |
| 2a2c 0123 move.l ($123,A4), D5 | |
| 2a2d 0123 move.l ($123,A5), D5 | |
| 2a2e 0123 move.l ($123,A6), D5 | |
| 2a2f 0123 move.l ($123,A7), D5 | |
| 2a30 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D5 | |
| 2a31 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D5 | |
| 2a32 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D5 | |
| 2a33 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D5 | |
| 2a34 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D5 | |
| 2a35 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D5 | |
| 2a36 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D5 | |
| 2a37 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D5 | |
| 2a38 0123 move.l $123.w, D5 | |
| 2a39 0123 4567 move.l $1234567.l, D5 | |
| 2a3a 0123 move.l ($123,PC), D5; ($125) | |
| 2a3b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D5 | |
| 2a3c 0123 4567 move.l #$1234567, D5 | |
| 2a40 movea.l D0, A5 | |
| 2a41 movea.l D1, A5 | |
| 2a42 movea.l D2, A5 | |
| 2a43 movea.l D3, A5 | |
| 2a44 movea.l D4, A5 | |
| 2a45 movea.l D5, A5 | |
| 2a46 movea.l D6, A5 | |
| 2a47 movea.l D7, A5 | |
| 2a48 movea.l A0, A5 | |
| 2a49 movea.l A1, A5 | |
| 2a4a movea.l A2, A5 | |
| 2a4b movea.l A3, A5 | |
| 2a4c movea.l A4, A5 | |
| 2a4d movea.l A5, A5 | |
| 2a4e movea.l A6, A5 | |
| 2a4f movea.l A7, A5 | |
| 2a50 movea.l (A0), A5 | |
| 2a51 movea.l (A1), A5 | |
| 2a52 movea.l (A2), A5 | |
| 2a53 movea.l (A3), A5 | |
| 2a54 movea.l (A4), A5 | |
| 2a55 movea.l (A5), A5 | |
| 2a56 movea.l (A6), A5 | |
| 2a57 movea.l (A7), A5 | |
| 2a58 movea.l (A0)+, A5 | |
| 2a59 movea.l (A1)+, A5 | |
| 2a5a movea.l (A2)+, A5 | |
| 2a5b movea.l (A3)+, A5 | |
| 2a5c movea.l (A4)+, A5 | |
| 2a5d movea.l (A5)+, A5 | |
| 2a5e movea.l (A6)+, A5 | |
| 2a5f movea.l (A7)+, A5 | |
| 2a60 movea.l -(A0), A5 | |
| 2a61 movea.l -(A1), A5 | |
| 2a62 movea.l -(A2), A5 | |
| 2a63 movea.l -(A3), A5 | |
| 2a64 movea.l -(A4), A5 | |
| 2a65 movea.l -(A5), A5 | |
| 2a66 movea.l -(A6), A5 | |
| 2a67 movea.l -(A7), A5 | |
| 2a68 0123 movea.l ($123,A0), A5 | |
| 2a69 0123 movea.l ($123,A1), A5 | |
| 2a6a 0123 movea.l ($123,A2), A5 | |
| 2a6b 0123 movea.l ($123,A3), A5 | |
| 2a6c 0123 movea.l ($123,A4), A5 | |
| 2a6d 0123 movea.l ($123,A5), A5 | |
| 2a6e 0123 movea.l ($123,A6), A5 | |
| 2a6f 0123 movea.l ($123,A7), A5 | |
| 2a70 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A5 | |
| 2a71 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A5 | |
| 2a72 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A5 | |
| 2a73 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A5 | |
| 2a74 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A5 | |
| 2a75 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A5 | |
| 2a76 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A5 | |
| 2a77 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A5 | |
| 2a78 0123 movea.l $123.w, A5 | |
| 2a79 0123 4567 movea.l $1234567.l, A5 | |
| 2a7a 0123 movea.l ($123,PC), A5; ($125) | |
| 2a7b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A5 | |
| 2a7c 0123 4567 movea.l #$1234567, A5 | |
| 2a80 move.l D0, (A5) | |
| 2a81 move.l D1, (A5) | |
| 2a82 move.l D2, (A5) | |
| 2a83 move.l D3, (A5) | |
| 2a84 move.l D4, (A5) | |
| 2a85 move.l D5, (A5) | |
| 2a86 move.l D6, (A5) | |
| 2a87 move.l D7, (A5) | |
| 2a88 move.l A0, (A5) | |
| 2a89 move.l A1, (A5) | |
| 2a8a move.l A2, (A5) | |
| 2a8b move.l A3, (A5) | |
| 2a8c move.l A4, (A5) | |
| 2a8d move.l A5, (A5) | |
| 2a8e move.l A6, (A5) | |
| 2a8f move.l A7, (A5) | |
| 2a90 move.l (A0), (A5) | |
| 2a91 move.l (A1), (A5) | |
| 2a92 move.l (A2), (A5) | |
| 2a93 move.l (A3), (A5) | |
| 2a94 move.l (A4), (A5) | |
| 2a95 move.l (A5), (A5) | |
| 2a96 move.l (A6), (A5) | |
| 2a97 move.l (A7), (A5) | |
| 2a98 move.l (A0)+, (A5) | |
| 2a99 move.l (A1)+, (A5) | |
| 2a9a move.l (A2)+, (A5) | |
| 2a9b move.l (A3)+, (A5) | |
| 2a9c move.l (A4)+, (A5) | |
| 2a9d move.l (A5)+, (A5) | |
| 2a9e move.l (A6)+, (A5) | |
| 2a9f move.l (A7)+, (A5) | |
| 2aa0 move.l -(A0), (A5) | |
| 2aa1 move.l -(A1), (A5) | |
| 2aa2 move.l -(A2), (A5) | |
| 2aa3 move.l -(A3), (A5) | |
| 2aa4 move.l -(A4), (A5) | |
| 2aa5 move.l -(A5), (A5) | |
| 2aa6 move.l -(A6), (A5) | |
| 2aa7 move.l -(A7), (A5) | |
| 2aa8 0123 move.l ($123,A0), (A5) | |
| 2aa9 0123 move.l ($123,A1), (A5) | |
| 2aaa 0123 move.l ($123,A2), (A5) | |
| 2aab 0123 move.l ($123,A3), (A5) | |
| 2aac 0123 move.l ($123,A4), (A5) | |
| 2aad 0123 move.l ($123,A5), (A5) | |
| 2aae 0123 move.l ($123,A6), (A5) | |
| 2aaf 0123 move.l ($123,A7), (A5) | |
| 2ab0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A5) | |
| 2ab1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A5) | |
| 2ab2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A5) | |
| 2ab3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A5) | |
| 2ab4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A5) | |
| 2ab5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A5) | |
| 2ab6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A5) | |
| 2ab7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A5) | |
| 2ab8 0123 move.l $123.w, (A5) | |
| 2ab9 0123 4567 move.l $1234567.l, (A5) | |
| 2aba 0123 move.l ($123,PC), (A5); ($125) | |
| 2abb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A5) | |
| 2abc 0123 4567 move.l #$1234567, (A5) | |
| 2ac0 move.l D0, (A5)+ | |
| 2ac1 move.l D1, (A5)+ | |
| 2ac2 move.l D2, (A5)+ | |
| 2ac3 move.l D3, (A5)+ | |
| 2ac4 move.l D4, (A5)+ | |
| 2ac5 move.l D5, (A5)+ | |
| 2ac6 move.l D6, (A5)+ | |
| 2ac7 move.l D7, (A5)+ | |
| 2ac8 move.l A0, (A5)+ | |
| 2ac9 move.l A1, (A5)+ | |
| 2aca move.l A2, (A5)+ | |
| 2acb move.l A3, (A5)+ | |
| 2acc move.l A4, (A5)+ | |
| 2acd move.l A5, (A5)+ | |
| 2ace move.l A6, (A5)+ | |
| 2acf move.l A7, (A5)+ | |
| 2ad0 move.l (A0), (A5)+ | |
| 2ad1 move.l (A1), (A5)+ | |
| 2ad2 move.l (A2), (A5)+ | |
| 2ad3 move.l (A3), (A5)+ | |
| 2ad4 move.l (A4), (A5)+ | |
| 2ad5 move.l (A5), (A5)+ | |
| 2ad6 move.l (A6), (A5)+ | |
| 2ad7 move.l (A7), (A5)+ | |
| 2ad8 move.l (A0)+, (A5)+ | |
| 2ad9 move.l (A1)+, (A5)+ | |
| 2ada move.l (A2)+, (A5)+ | |
| 2adb move.l (A3)+, (A5)+ | |
| 2adc move.l (A4)+, (A5)+ | |
| 2add move.l (A5)+, (A5)+ | |
| 2ade move.l (A6)+, (A5)+ | |
| 2adf move.l (A7)+, (A5)+ | |
| 2ae0 move.l -(A0), (A5)+ | |
| 2ae1 move.l -(A1), (A5)+ | |
| 2ae2 move.l -(A2), (A5)+ | |
| 2ae3 move.l -(A3), (A5)+ | |
| 2ae4 move.l -(A4), (A5)+ | |
| 2ae5 move.l -(A5), (A5)+ | |
| 2ae6 move.l -(A6), (A5)+ | |
| 2ae7 move.l -(A7), (A5)+ | |
| 2ae8 0123 move.l ($123,A0), (A5)+ | |
| 2ae9 0123 move.l ($123,A1), (A5)+ | |
| 2aea 0123 move.l ($123,A2), (A5)+ | |
| 2aeb 0123 move.l ($123,A3), (A5)+ | |
| 2aec 0123 move.l ($123,A4), (A5)+ | |
| 2aed 0123 move.l ($123,A5), (A5)+ | |
| 2aee 0123 move.l ($123,A6), (A5)+ | |
| 2aef 0123 move.l ($123,A7), (A5)+ | |
| 2af0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A5)+ | |
| 2af1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A5)+ | |
| 2af2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A5)+ | |
| 2af3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A5)+ | |
| 2af4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A5)+ | |
| 2af5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A5)+ | |
| 2af6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A5)+ | |
| 2af7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A5)+ | |
| 2af8 0123 move.l $123.w, (A5)+ | |
| 2af9 0123 4567 move.l $1234567.l, (A5)+ | |
| 2afa 0123 move.l ($123,PC), (A5)+; ($125) | |
| 2afb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A5)+ | |
| 2afc 0123 4567 move.l #$1234567, (A5)+ | |
| 2b00 move.l D0, -(A5) | |
| 2b01 move.l D1, -(A5) | |
| 2b02 move.l D2, -(A5) | |
| 2b03 move.l D3, -(A5) | |
| 2b04 move.l D4, -(A5) | |
| 2b05 move.l D5, -(A5) | |
| 2b06 move.l D6, -(A5) | |
| 2b07 move.l D7, -(A5) | |
| 2b08 move.l A0, -(A5) | |
| 2b09 move.l A1, -(A5) | |
| 2b0a move.l A2, -(A5) | |
| 2b0b move.l A3, -(A5) | |
| 2b0c move.l A4, -(A5) | |
| 2b0d move.l A5, -(A5) | |
| 2b0e move.l A6, -(A5) | |
| 2b0f move.l A7, -(A5) | |
| 2b10 move.l (A0), -(A5) | |
| 2b11 move.l (A1), -(A5) | |
| 2b12 move.l (A2), -(A5) | |
| 2b13 move.l (A3), -(A5) | |
| 2b14 move.l (A4), -(A5) | |
| 2b15 move.l (A5), -(A5) | |
| 2b16 move.l (A6), -(A5) | |
| 2b17 move.l (A7), -(A5) | |
| 2b18 move.l (A0)+, -(A5) | |
| 2b19 move.l (A1)+, -(A5) | |
| 2b1a move.l (A2)+, -(A5) | |
| 2b1b move.l (A3)+, -(A5) | |
| 2b1c move.l (A4)+, -(A5) | |
| 2b1d move.l (A5)+, -(A5) | |
| 2b1e move.l (A6)+, -(A5) | |
| 2b1f move.l (A7)+, -(A5) | |
| 2b20 move.l -(A0), -(A5) | |
| 2b21 move.l -(A1), -(A5) | |
| 2b22 move.l -(A2), -(A5) | |
| 2b23 move.l -(A3), -(A5) | |
| 2b24 move.l -(A4), -(A5) | |
| 2b25 move.l -(A5), -(A5) | |
| 2b26 move.l -(A6), -(A5) | |
| 2b27 move.l -(A7), -(A5) | |
| 2b28 0123 move.l ($123,A0), -(A5) | |
| 2b29 0123 move.l ($123,A1), -(A5) | |
| 2b2a 0123 move.l ($123,A2), -(A5) | |
| 2b2b 0123 move.l ($123,A3), -(A5) | |
| 2b2c 0123 move.l ($123,A4), -(A5) | |
| 2b2d 0123 move.l ($123,A5), -(A5) | |
| 2b2e 0123 move.l ($123,A6), -(A5) | |
| 2b2f 0123 move.l ($123,A7), -(A5) | |
| 2b30 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A5) | |
| 2b31 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A5) | |
| 2b32 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A5) | |
| 2b33 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A5) | |
| 2b34 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A5) | |
| 2b35 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A5) | |
| 2b36 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A5) | |
| 2b37 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A5) | |
| 2b38 0123 move.l $123.w, -(A5) | |
| 2b39 0123 4567 move.l $1234567.l, -(A5) | |
| 2b3a 0123 move.l ($123,PC), -(A5); ($125) | |
| 2b3b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A5) | |
| 2b3c 0123 4567 move.l #$1234567, -(A5) | |
| 2b40 0123 move.l D0, ($123,A5) | |
| 2b41 0123 move.l D1, ($123,A5) | |
| 2b42 0123 move.l D2, ($123,A5) | |
| 2b43 0123 move.l D3, ($123,A5) | |
| 2b44 0123 move.l D4, ($123,A5) | |
| 2b45 0123 move.l D5, ($123,A5) | |
| 2b46 0123 move.l D6, ($123,A5) | |
| 2b47 0123 move.l D7, ($123,A5) | |
| 2b48 0123 move.l A0, ($123,A5) | |
| 2b49 0123 move.l A1, ($123,A5) | |
| 2b4a 0123 move.l A2, ($123,A5) | |
| 2b4b 0123 move.l A3, ($123,A5) | |
| 2b4c 0123 move.l A4, ($123,A5) | |
| 2b4d 0123 move.l A5, ($123,A5) | |
| 2b4e 0123 move.l A6, ($123,A5) | |
| 2b4f 0123 move.l A7, ($123,A5) | |
| 2b50 0123 move.l (A0), ($123,A5) | |
| 2b51 0123 move.l (A1), ($123,A5) | |
| 2b52 0123 move.l (A2), ($123,A5) | |
| 2b53 0123 move.l (A3), ($123,A5) | |
| 2b54 0123 move.l (A4), ($123,A5) | |
| 2b55 0123 move.l (A5), ($123,A5) | |
| 2b56 0123 move.l (A6), ($123,A5) | |
| 2b57 0123 move.l (A7), ($123,A5) | |
| 2b58 0123 move.l (A0)+, ($123,A5) | |
| 2b59 0123 move.l (A1)+, ($123,A5) | |
| 2b5a 0123 move.l (A2)+, ($123,A5) | |
| 2b5b 0123 move.l (A3)+, ($123,A5) | |
| 2b5c 0123 move.l (A4)+, ($123,A5) | |
| 2b5d 0123 move.l (A5)+, ($123,A5) | |
| 2b5e 0123 move.l (A6)+, ($123,A5) | |
| 2b5f 0123 move.l (A7)+, ($123,A5) | |
| 2b60 0123 move.l -(A0), ($123,A5) | |
| 2b61 0123 move.l -(A1), ($123,A5) | |
| 2b62 0123 move.l -(A2), ($123,A5) | |
| 2b63 0123 move.l -(A3), ($123,A5) | |
| 2b64 0123 move.l -(A4), ($123,A5) | |
| 2b65 0123 move.l -(A5), ($123,A5) | |
| 2b66 0123 move.l -(A6), ($123,A5) | |
| 2b67 0123 move.l -(A7), ($123,A5) | |
| 2b68 0123 4567 move.l ($123,A0), ($4567,A5) | |
| 2b69 0123 4567 move.l ($123,A1), ($4567,A5) | |
| 2b6a 0123 4567 move.l ($123,A2), ($4567,A5) | |
| 2b6b 0123 4567 move.l ($123,A3), ($4567,A5) | |
| 2b6c 0123 4567 move.l ($123,A4), ($4567,A5) | |
| 2b6d 0123 4567 move.l ($123,A5), ($4567,A5) | |
| 2b6e 0123 4567 move.l ($123,A6), ($4567,A5) | |
| 2b6f 0123 4567 move.l ($123,A7), ($4567,A5) | |
| 2b70 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A5) | |
| 2b71 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A5) | |
| 2b72 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A5) | |
| 2b73 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A5) | |
| 2b74 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A5) | |
| 2b75 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A5) | |
| 2b76 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A5) | |
| 2b77 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A5) | |
| 2b78 0123 4567 move.l $123.w, ($4567,A5) | |
| 2b79 0123 4567 89ab move.l $1234567.l, (-$7655,A5) | |
| 2b7a 0123 4567 move.l ($123,PC), ($4567,A5); ($125) | |
| 2b7b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A5) | |
| 2b7c 0123 4567 89ab move.l #$1234567, (-$7655,A5) | |
| 2b80 0123 4567 89ab cdef move.l D0, ([$4567,A5,D0.w],-$3211) | |
| 2b81 0123 4567 89ab cdef move.l D1, ([$4567,A5,D0.w],-$3211) | |
| 2b82 0123 4567 89ab cdef move.l D2, ([$4567,A5,D0.w],-$3211) | |
| 2b83 0123 4567 89ab cdef move.l D3, ([$4567,A5,D0.w],-$3211) | |
| 2b84 0123 4567 89ab cdef move.l D4, ([$4567,A5,D0.w],-$3211) | |
| 2b85 0123 4567 89ab cdef move.l D5, ([$4567,A5,D0.w],-$3211) | |
| 2b86 0123 4567 89ab cdef move.l D6, ([$4567,A5,D0.w],-$3211) | |
| 2b87 0123 4567 89ab cdef move.l D7, ([$4567,A5,D0.w],-$3211) | |
| 2b88 0123 4567 89ab cdef move.l A0, ([$4567,A5,D0.w],-$3211) | |
| 2b89 0123 4567 89ab cdef move.l A1, ([$4567,A5,D0.w],-$3211) | |
| 2b8a 0123 4567 89ab cdef move.l A2, ([$4567,A5,D0.w],-$3211) | |
| 2b8b 0123 4567 89ab cdef move.l A3, ([$4567,A5,D0.w],-$3211) | |
| 2b8c 0123 4567 89ab cdef move.l A4, ([$4567,A5,D0.w],-$3211) | |
| 2b8d 0123 4567 89ab cdef move.l A5, ([$4567,A5,D0.w],-$3211) | |
| 2b8e 0123 4567 89ab cdef move.l A6, ([$4567,A5,D0.w],-$3211) | |
| 2b8f 0123 4567 89ab cdef move.l A7, ([$4567,A5,D0.w],-$3211) | |
| 2b90 0123 4567 89ab cdef move.l (A0), ([$4567,A5,D0.w],-$3211) | |
| 2b91 0123 4567 89ab cdef move.l (A1), ([$4567,A5,D0.w],-$3211) | |
| 2b92 0123 4567 89ab cdef move.l (A2), ([$4567,A5,D0.w],-$3211) | |
| 2b93 0123 4567 89ab cdef move.l (A3), ([$4567,A5,D0.w],-$3211) | |
| 2b94 0123 4567 89ab cdef move.l (A4), ([$4567,A5,D0.w],-$3211) | |
| 2b95 0123 4567 89ab cdef move.l (A5), ([$4567,A5,D0.w],-$3211) | |
| 2b96 0123 4567 89ab cdef move.l (A6), ([$4567,A5,D0.w],-$3211) | |
| 2b97 0123 4567 89ab cdef move.l (A7), ([$4567,A5,D0.w],-$3211) | |
| 2b98 0123 4567 89ab cdef move.l (A0)+, ([$4567,A5,D0.w],-$3211) | |
| 2b99 0123 4567 89ab cdef move.l (A1)+, ([$4567,A5,D0.w],-$3211) | |
| 2b9a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A5,D0.w],-$3211) | |
| 2b9b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A5,D0.w],-$3211) | |
| 2b9c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A5,D0.w],-$3211) | |
| 2b9d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A5,D0.w],-$3211) | |
| 2b9e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A5,D0.w],-$3211) | |
| 2b9f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A5,D0.w],-$3211) | |
| 2ba0 0123 4567 89ab cdef move.l -(A0), ([$4567,A5,D0.w],-$3211) | |
| 2ba1 0123 4567 89ab cdef move.l -(A1), ([$4567,A5,D0.w],-$3211) | |
| 2ba2 0123 4567 89ab cdef move.l -(A2), ([$4567,A5,D0.w],-$3211) | |
| 2ba3 0123 4567 89ab cdef move.l -(A3), ([$4567,A5,D0.w],-$3211) | |
| 2ba4 0123 4567 89ab cdef move.l -(A4), ([$4567,A5,D0.w],-$3211) | |
| 2ba5 0123 4567 89ab cdef move.l -(A5), ([$4567,A5,D0.w],-$3211) | |
| 2ba6 0123 4567 89ab cdef move.l -(A6), ([$4567,A5,D0.w],-$3211) | |
| 2ba7 0123 4567 89ab cdef move.l -(A7), ([$4567,A5,D0.w],-$3211) | |
| 2ba8 0123 4567 89ab move.l ($123,A0), ([-$7655,A5]) | |
| 2ba9 0123 4567 89ab move.l ($123,A1), ([-$7655,A5]) | |
| 2baa 0123 4567 89ab move.l ($123,A2), ([-$7655,A5]) | |
| 2bab 0123 4567 89ab move.l ($123,A3), ([-$7655,A5]) | |
| 2bac 0123 4567 89ab move.l ($123,A4), ([-$7655,A5]) | |
| 2bad 0123 4567 89ab move.l ($123,A5), ([-$7655,A5]) | |
| 2bae 0123 4567 89ab move.l ($123,A6), ([-$7655,A5]) | |
| 2baf 0123 4567 89ab move.l ($123,A7), ([-$7655,A5]) | |
| 2bb0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A5,D0.w) | |
| 2bb1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A5,D0.w) | |
| 2bb2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A5,D0.w) | |
| 2bb3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A5,D0.w) | |
| 2bb4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A5,D0.w) | |
| 2bb5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A5,D0.w) | |
| 2bb6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A5,D0.w) | |
| 2bb7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A5,D0.w) | |
| 2bb8 0123 4567 89ab move.l $123.w, ([-$7655,A5]) | |
| 2bb9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 2bba 0123 4567 89ab move.l ($123,PC), ([-$7655,A5]); ($125) | |
| 2bbb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A5,D0.w) | |
| 2bbc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 2c00 move.l D0, D6 | |
| 2c01 move.l D1, D6 | |
| 2c02 move.l D2, D6 | |
| 2c03 move.l D3, D6 | |
| 2c04 move.l D4, D6 | |
| 2c05 move.l D5, D6 | |
| 2c06 move.l D6, D6 | |
| 2c07 move.l D7, D6 | |
| 2c08 move.l A0, D6 | |
| 2c09 move.l A1, D6 | |
| 2c0a move.l A2, D6 | |
| 2c0b move.l A3, D6 | |
| 2c0c move.l A4, D6 | |
| 2c0d move.l A5, D6 | |
| 2c0e move.l A6, D6 | |
| 2c0f move.l A7, D6 | |
| 2c10 move.l (A0), D6 | |
| 2c11 move.l (A1), D6 | |
| 2c12 move.l (A2), D6 | |
| 2c13 move.l (A3), D6 | |
| 2c14 move.l (A4), D6 | |
| 2c15 move.l (A5), D6 | |
| 2c16 move.l (A6), D6 | |
| 2c17 move.l (A7), D6 | |
| 2c18 move.l (A0)+, D6 | |
| 2c19 move.l (A1)+, D6 | |
| 2c1a move.l (A2)+, D6 | |
| 2c1b move.l (A3)+, D6 | |
| 2c1c move.l (A4)+, D6 | |
| 2c1d move.l (A5)+, D6 | |
| 2c1e move.l (A6)+, D6 | |
| 2c1f move.l (A7)+, D6 | |
| 2c20 move.l -(A0), D6 | |
| 2c21 move.l -(A1), D6 | |
| 2c22 move.l -(A2), D6 | |
| 2c23 move.l -(A3), D6 | |
| 2c24 move.l -(A4), D6 | |
| 2c25 move.l -(A5), D6 | |
| 2c26 move.l -(A6), D6 | |
| 2c27 move.l -(A7), D6 | |
| 2c28 0123 move.l ($123,A0), D6 | |
| 2c29 0123 move.l ($123,A1), D6 | |
| 2c2a 0123 move.l ($123,A2), D6 | |
| 2c2b 0123 move.l ($123,A3), D6 | |
| 2c2c 0123 move.l ($123,A4), D6 | |
| 2c2d 0123 move.l ($123,A5), D6 | |
| 2c2e 0123 move.l ($123,A6), D6 | |
| 2c2f 0123 move.l ($123,A7), D6 | |
| 2c30 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D6 | |
| 2c31 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D6 | |
| 2c32 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D6 | |
| 2c33 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D6 | |
| 2c34 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D6 | |
| 2c35 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D6 | |
| 2c36 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D6 | |
| 2c37 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D6 | |
| 2c38 0123 move.l $123.w, D6 | |
| 2c39 0123 4567 move.l $1234567.l, D6 | |
| 2c3a 0123 move.l ($123,PC), D6; ($125) | |
| 2c3b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D6 | |
| 2c3c 0123 4567 move.l #$1234567, D6 | |
| 2c40 movea.l D0, A6 | |
| 2c41 movea.l D1, A6 | |
| 2c42 movea.l D2, A6 | |
| 2c43 movea.l D3, A6 | |
| 2c44 movea.l D4, A6 | |
| 2c45 movea.l D5, A6 | |
| 2c46 movea.l D6, A6 | |
| 2c47 movea.l D7, A6 | |
| 2c48 movea.l A0, A6 | |
| 2c49 movea.l A1, A6 | |
| 2c4a movea.l A2, A6 | |
| 2c4b movea.l A3, A6 | |
| 2c4c movea.l A4, A6 | |
| 2c4d movea.l A5, A6 | |
| 2c4e movea.l A6, A6 | |
| 2c4f movea.l A7, A6 | |
| 2c50 movea.l (A0), A6 | |
| 2c51 movea.l (A1), A6 | |
| 2c52 movea.l (A2), A6 | |
| 2c53 movea.l (A3), A6 | |
| 2c54 movea.l (A4), A6 | |
| 2c55 movea.l (A5), A6 | |
| 2c56 movea.l (A6), A6 | |
| 2c57 movea.l (A7), A6 | |
| 2c58 movea.l (A0)+, A6 | |
| 2c59 movea.l (A1)+, A6 | |
| 2c5a movea.l (A2)+, A6 | |
| 2c5b movea.l (A3)+, A6 | |
| 2c5c movea.l (A4)+, A6 | |
| 2c5d movea.l (A5)+, A6 | |
| 2c5e movea.l (A6)+, A6 | |
| 2c5f movea.l (A7)+, A6 | |
| 2c60 movea.l -(A0), A6 | |
| 2c61 movea.l -(A1), A6 | |
| 2c62 movea.l -(A2), A6 | |
| 2c63 movea.l -(A3), A6 | |
| 2c64 movea.l -(A4), A6 | |
| 2c65 movea.l -(A5), A6 | |
| 2c66 movea.l -(A6), A6 | |
| 2c67 movea.l -(A7), A6 | |
| 2c68 0123 movea.l ($123,A0), A6 | |
| 2c69 0123 movea.l ($123,A1), A6 | |
| 2c6a 0123 movea.l ($123,A2), A6 | |
| 2c6b 0123 movea.l ($123,A3), A6 | |
| 2c6c 0123 movea.l ($123,A4), A6 | |
| 2c6d 0123 movea.l ($123,A5), A6 | |
| 2c6e 0123 movea.l ($123,A6), A6 | |
| 2c6f 0123 movea.l ($123,A7), A6 | |
| 2c70 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A6 | |
| 2c71 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A6 | |
| 2c72 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A6 | |
| 2c73 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A6 | |
| 2c74 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A6 | |
| 2c75 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A6 | |
| 2c76 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A6 | |
| 2c77 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A6 | |
| 2c78 0123 movea.l $123.w, A6 | |
| 2c79 0123 4567 movea.l $1234567.l, A6 | |
| 2c7a 0123 movea.l ($123,PC), A6; ($125) | |
| 2c7b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A6 | |
| 2c7c 0123 4567 movea.l #$1234567, A6 | |
| 2c80 move.l D0, (A6) | |
| 2c81 move.l D1, (A6) | |
| 2c82 move.l D2, (A6) | |
| 2c83 move.l D3, (A6) | |
| 2c84 move.l D4, (A6) | |
| 2c85 move.l D5, (A6) | |
| 2c86 move.l D6, (A6) | |
| 2c87 move.l D7, (A6) | |
| 2c88 move.l A0, (A6) | |
| 2c89 move.l A1, (A6) | |
| 2c8a move.l A2, (A6) | |
| 2c8b move.l A3, (A6) | |
| 2c8c move.l A4, (A6) | |
| 2c8d move.l A5, (A6) | |
| 2c8e move.l A6, (A6) | |
| 2c8f move.l A7, (A6) | |
| 2c90 move.l (A0), (A6) | |
| 2c91 move.l (A1), (A6) | |
| 2c92 move.l (A2), (A6) | |
| 2c93 move.l (A3), (A6) | |
| 2c94 move.l (A4), (A6) | |
| 2c95 move.l (A5), (A6) | |
| 2c96 move.l (A6), (A6) | |
| 2c97 move.l (A7), (A6) | |
| 2c98 move.l (A0)+, (A6) | |
| 2c99 move.l (A1)+, (A6) | |
| 2c9a move.l (A2)+, (A6) | |
| 2c9b move.l (A3)+, (A6) | |
| 2c9c move.l (A4)+, (A6) | |
| 2c9d move.l (A5)+, (A6) | |
| 2c9e move.l (A6)+, (A6) | |
| 2c9f move.l (A7)+, (A6) | |
| 2ca0 move.l -(A0), (A6) | |
| 2ca1 move.l -(A1), (A6) | |
| 2ca2 move.l -(A2), (A6) | |
| 2ca3 move.l -(A3), (A6) | |
| 2ca4 move.l -(A4), (A6) | |
| 2ca5 move.l -(A5), (A6) | |
| 2ca6 move.l -(A6), (A6) | |
| 2ca7 move.l -(A7), (A6) | |
| 2ca8 0123 move.l ($123,A0), (A6) | |
| 2ca9 0123 move.l ($123,A1), (A6) | |
| 2caa 0123 move.l ($123,A2), (A6) | |
| 2cab 0123 move.l ($123,A3), (A6) | |
| 2cac 0123 move.l ($123,A4), (A6) | |
| 2cad 0123 move.l ($123,A5), (A6) | |
| 2cae 0123 move.l ($123,A6), (A6) | |
| 2caf 0123 move.l ($123,A7), (A6) | |
| 2cb0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A6) | |
| 2cb1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A6) | |
| 2cb2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A6) | |
| 2cb3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A6) | |
| 2cb4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A6) | |
| 2cb5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A6) | |
| 2cb6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A6) | |
| 2cb7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A6) | |
| 2cb8 0123 move.l $123.w, (A6) | |
| 2cb9 0123 4567 move.l $1234567.l, (A6) | |
| 2cba 0123 move.l ($123,PC), (A6); ($125) | |
| 2cbb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A6) | |
| 2cbc 0123 4567 move.l #$1234567, (A6) | |
| 2cc0 move.l D0, (A6)+ | |
| 2cc1 move.l D1, (A6)+ | |
| 2cc2 move.l D2, (A6)+ | |
| 2cc3 move.l D3, (A6)+ | |
| 2cc4 move.l D4, (A6)+ | |
| 2cc5 move.l D5, (A6)+ | |
| 2cc6 move.l D6, (A6)+ | |
| 2cc7 move.l D7, (A6)+ | |
| 2cc8 move.l A0, (A6)+ | |
| 2cc9 move.l A1, (A6)+ | |
| 2cca move.l A2, (A6)+ | |
| 2ccb move.l A3, (A6)+ | |
| 2ccc move.l A4, (A6)+ | |
| 2ccd move.l A5, (A6)+ | |
| 2cce move.l A6, (A6)+ | |
| 2ccf move.l A7, (A6)+ | |
| 2cd0 move.l (A0), (A6)+ | |
| 2cd1 move.l (A1), (A6)+ | |
| 2cd2 move.l (A2), (A6)+ | |
| 2cd3 move.l (A3), (A6)+ | |
| 2cd4 move.l (A4), (A6)+ | |
| 2cd5 move.l (A5), (A6)+ | |
| 2cd6 move.l (A6), (A6)+ | |
| 2cd7 move.l (A7), (A6)+ | |
| 2cd8 move.l (A0)+, (A6)+ | |
| 2cd9 move.l (A1)+, (A6)+ | |
| 2cda move.l (A2)+, (A6)+ | |
| 2cdb move.l (A3)+, (A6)+ | |
| 2cdc move.l (A4)+, (A6)+ | |
| 2cdd move.l (A5)+, (A6)+ | |
| 2cde move.l (A6)+, (A6)+ | |
| 2cdf move.l (A7)+, (A6)+ | |
| 2ce0 move.l -(A0), (A6)+ | |
| 2ce1 move.l -(A1), (A6)+ | |
| 2ce2 move.l -(A2), (A6)+ | |
| 2ce3 move.l -(A3), (A6)+ | |
| 2ce4 move.l -(A4), (A6)+ | |
| 2ce5 move.l -(A5), (A6)+ | |
| 2ce6 move.l -(A6), (A6)+ | |
| 2ce7 move.l -(A7), (A6)+ | |
| 2ce8 0123 move.l ($123,A0), (A6)+ | |
| 2ce9 0123 move.l ($123,A1), (A6)+ | |
| 2cea 0123 move.l ($123,A2), (A6)+ | |
| 2ceb 0123 move.l ($123,A3), (A6)+ | |
| 2cec 0123 move.l ($123,A4), (A6)+ | |
| 2ced 0123 move.l ($123,A5), (A6)+ | |
| 2cee 0123 move.l ($123,A6), (A6)+ | |
| 2cef 0123 move.l ($123,A7), (A6)+ | |
| 2cf0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A6)+ | |
| 2cf1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A6)+ | |
| 2cf2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A6)+ | |
| 2cf3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A6)+ | |
| 2cf4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A6)+ | |
| 2cf5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A6)+ | |
| 2cf6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A6)+ | |
| 2cf7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A6)+ | |
| 2cf8 0123 move.l $123.w, (A6)+ | |
| 2cf9 0123 4567 move.l $1234567.l, (A6)+ | |
| 2cfa 0123 move.l ($123,PC), (A6)+; ($125) | |
| 2cfb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A6)+ | |
| 2cfc 0123 4567 move.l #$1234567, (A6)+ | |
| 2d00 move.l D0, -(A6) | |
| 2d01 move.l D1, -(A6) | |
| 2d02 move.l D2, -(A6) | |
| 2d03 move.l D3, -(A6) | |
| 2d04 move.l D4, -(A6) | |
| 2d05 move.l D5, -(A6) | |
| 2d06 move.l D6, -(A6) | |
| 2d07 move.l D7, -(A6) | |
| 2d08 move.l A0, -(A6) | |
| 2d09 move.l A1, -(A6) | |
| 2d0a move.l A2, -(A6) | |
| 2d0b move.l A3, -(A6) | |
| 2d0c move.l A4, -(A6) | |
| 2d0d move.l A5, -(A6) | |
| 2d0e move.l A6, -(A6) | |
| 2d0f move.l A7, -(A6) | |
| 2d10 move.l (A0), -(A6) | |
| 2d11 move.l (A1), -(A6) | |
| 2d12 move.l (A2), -(A6) | |
| 2d13 move.l (A3), -(A6) | |
| 2d14 move.l (A4), -(A6) | |
| 2d15 move.l (A5), -(A6) | |
| 2d16 move.l (A6), -(A6) | |
| 2d17 move.l (A7), -(A6) | |
| 2d18 move.l (A0)+, -(A6) | |
| 2d19 move.l (A1)+, -(A6) | |
| 2d1a move.l (A2)+, -(A6) | |
| 2d1b move.l (A3)+, -(A6) | |
| 2d1c move.l (A4)+, -(A6) | |
| 2d1d move.l (A5)+, -(A6) | |
| 2d1e move.l (A6)+, -(A6) | |
| 2d1f move.l (A7)+, -(A6) | |
| 2d20 move.l -(A0), -(A6) | |
| 2d21 move.l -(A1), -(A6) | |
| 2d22 move.l -(A2), -(A6) | |
| 2d23 move.l -(A3), -(A6) | |
| 2d24 move.l -(A4), -(A6) | |
| 2d25 move.l -(A5), -(A6) | |
| 2d26 move.l -(A6), -(A6) | |
| 2d27 move.l -(A7), -(A6) | |
| 2d28 0123 move.l ($123,A0), -(A6) | |
| 2d29 0123 move.l ($123,A1), -(A6) | |
| 2d2a 0123 move.l ($123,A2), -(A6) | |
| 2d2b 0123 move.l ($123,A3), -(A6) | |
| 2d2c 0123 move.l ($123,A4), -(A6) | |
| 2d2d 0123 move.l ($123,A5), -(A6) | |
| 2d2e 0123 move.l ($123,A6), -(A6) | |
| 2d2f 0123 move.l ($123,A7), -(A6) | |
| 2d30 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A6) | |
| 2d31 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A6) | |
| 2d32 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A6) | |
| 2d33 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A6) | |
| 2d34 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A6) | |
| 2d35 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A6) | |
| 2d36 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A6) | |
| 2d37 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A6) | |
| 2d38 0123 move.l $123.w, -(A6) | |
| 2d39 0123 4567 move.l $1234567.l, -(A6) | |
| 2d3a 0123 move.l ($123,PC), -(A6); ($125) | |
| 2d3b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A6) | |
| 2d3c 0123 4567 move.l #$1234567, -(A6) | |
| 2d40 0123 move.l D0, ($123,A6) | |
| 2d41 0123 move.l D1, ($123,A6) | |
| 2d42 0123 move.l D2, ($123,A6) | |
| 2d43 0123 move.l D3, ($123,A6) | |
| 2d44 0123 move.l D4, ($123,A6) | |
| 2d45 0123 move.l D5, ($123,A6) | |
| 2d46 0123 move.l D6, ($123,A6) | |
| 2d47 0123 move.l D7, ($123,A6) | |
| 2d48 0123 move.l A0, ($123,A6) | |
| 2d49 0123 move.l A1, ($123,A6) | |
| 2d4a 0123 move.l A2, ($123,A6) | |
| 2d4b 0123 move.l A3, ($123,A6) | |
| 2d4c 0123 move.l A4, ($123,A6) | |
| 2d4d 0123 move.l A5, ($123,A6) | |
| 2d4e 0123 move.l A6, ($123,A6) | |
| 2d4f 0123 move.l A7, ($123,A6) | |
| 2d50 0123 move.l (A0), ($123,A6) | |
| 2d51 0123 move.l (A1), ($123,A6) | |
| 2d52 0123 move.l (A2), ($123,A6) | |
| 2d53 0123 move.l (A3), ($123,A6) | |
| 2d54 0123 move.l (A4), ($123,A6) | |
| 2d55 0123 move.l (A5), ($123,A6) | |
| 2d56 0123 move.l (A6), ($123,A6) | |
| 2d57 0123 move.l (A7), ($123,A6) | |
| 2d58 0123 move.l (A0)+, ($123,A6) | |
| 2d59 0123 move.l (A1)+, ($123,A6) | |
| 2d5a 0123 move.l (A2)+, ($123,A6) | |
| 2d5b 0123 move.l (A3)+, ($123,A6) | |
| 2d5c 0123 move.l (A4)+, ($123,A6) | |
| 2d5d 0123 move.l (A5)+, ($123,A6) | |
| 2d5e 0123 move.l (A6)+, ($123,A6) | |
| 2d5f 0123 move.l (A7)+, ($123,A6) | |
| 2d60 0123 move.l -(A0), ($123,A6) | |
| 2d61 0123 move.l -(A1), ($123,A6) | |
| 2d62 0123 move.l -(A2), ($123,A6) | |
| 2d63 0123 move.l -(A3), ($123,A6) | |
| 2d64 0123 move.l -(A4), ($123,A6) | |
| 2d65 0123 move.l -(A5), ($123,A6) | |
| 2d66 0123 move.l -(A6), ($123,A6) | |
| 2d67 0123 move.l -(A7), ($123,A6) | |
| 2d68 0123 4567 move.l ($123,A0), ($4567,A6) | |
| 2d69 0123 4567 move.l ($123,A1), ($4567,A6) | |
| 2d6a 0123 4567 move.l ($123,A2), ($4567,A6) | |
| 2d6b 0123 4567 move.l ($123,A3), ($4567,A6) | |
| 2d6c 0123 4567 move.l ($123,A4), ($4567,A6) | |
| 2d6d 0123 4567 move.l ($123,A5), ($4567,A6) | |
| 2d6e 0123 4567 move.l ($123,A6), ($4567,A6) | |
| 2d6f 0123 4567 move.l ($123,A7), ($4567,A6) | |
| 2d70 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A6) | |
| 2d71 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A6) | |
| 2d72 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A6) | |
| 2d73 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A6) | |
| 2d74 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A6) | |
| 2d75 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A6) | |
| 2d76 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A6) | |
| 2d77 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A6) | |
| 2d78 0123 4567 move.l $123.w, ($4567,A6) | |
| 2d79 0123 4567 89ab move.l $1234567.l, (-$7655,A6) | |
| 2d7a 0123 4567 move.l ($123,PC), ($4567,A6); ($125) | |
| 2d7b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A6) | |
| 2d7c 0123 4567 89ab move.l #$1234567, (-$7655,A6) | |
| 2d80 0123 4567 89ab cdef move.l D0, ([$4567,A6,D0.w],-$3211) | |
| 2d81 0123 4567 89ab cdef move.l D1, ([$4567,A6,D0.w],-$3211) | |
| 2d82 0123 4567 89ab cdef move.l D2, ([$4567,A6,D0.w],-$3211) | |
| 2d83 0123 4567 89ab cdef move.l D3, ([$4567,A6,D0.w],-$3211) | |
| 2d84 0123 4567 89ab cdef move.l D4, ([$4567,A6,D0.w],-$3211) | |
| 2d85 0123 4567 89ab cdef move.l D5, ([$4567,A6,D0.w],-$3211) | |
| 2d86 0123 4567 89ab cdef move.l D6, ([$4567,A6,D0.w],-$3211) | |
| 2d87 0123 4567 89ab cdef move.l D7, ([$4567,A6,D0.w],-$3211) | |
| 2d88 0123 4567 89ab cdef move.l A0, ([$4567,A6,D0.w],-$3211) | |
| 2d89 0123 4567 89ab cdef move.l A1, ([$4567,A6,D0.w],-$3211) | |
| 2d8a 0123 4567 89ab cdef move.l A2, ([$4567,A6,D0.w],-$3211) | |
| 2d8b 0123 4567 89ab cdef move.l A3, ([$4567,A6,D0.w],-$3211) | |
| 2d8c 0123 4567 89ab cdef move.l A4, ([$4567,A6,D0.w],-$3211) | |
| 2d8d 0123 4567 89ab cdef move.l A5, ([$4567,A6,D0.w],-$3211) | |
| 2d8e 0123 4567 89ab cdef move.l A6, ([$4567,A6,D0.w],-$3211) | |
| 2d8f 0123 4567 89ab cdef move.l A7, ([$4567,A6,D0.w],-$3211) | |
| 2d90 0123 4567 89ab cdef move.l (A0), ([$4567,A6,D0.w],-$3211) | |
| 2d91 0123 4567 89ab cdef move.l (A1), ([$4567,A6,D0.w],-$3211) | |
| 2d92 0123 4567 89ab cdef move.l (A2), ([$4567,A6,D0.w],-$3211) | |
| 2d93 0123 4567 89ab cdef move.l (A3), ([$4567,A6,D0.w],-$3211) | |
| 2d94 0123 4567 89ab cdef move.l (A4), ([$4567,A6,D0.w],-$3211) | |
| 2d95 0123 4567 89ab cdef move.l (A5), ([$4567,A6,D0.w],-$3211) | |
| 2d96 0123 4567 89ab cdef move.l (A6), ([$4567,A6,D0.w],-$3211) | |
| 2d97 0123 4567 89ab cdef move.l (A7), ([$4567,A6,D0.w],-$3211) | |
| 2d98 0123 4567 89ab cdef move.l (A0)+, ([$4567,A6,D0.w],-$3211) | |
| 2d99 0123 4567 89ab cdef move.l (A1)+, ([$4567,A6,D0.w],-$3211) | |
| 2d9a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A6,D0.w],-$3211) | |
| 2d9b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A6,D0.w],-$3211) | |
| 2d9c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A6,D0.w],-$3211) | |
| 2d9d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A6,D0.w],-$3211) | |
| 2d9e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A6,D0.w],-$3211) | |
| 2d9f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A6,D0.w],-$3211) | |
| 2da0 0123 4567 89ab cdef move.l -(A0), ([$4567,A6,D0.w],-$3211) | |
| 2da1 0123 4567 89ab cdef move.l -(A1), ([$4567,A6,D0.w],-$3211) | |
| 2da2 0123 4567 89ab cdef move.l -(A2), ([$4567,A6,D0.w],-$3211) | |
| 2da3 0123 4567 89ab cdef move.l -(A3), ([$4567,A6,D0.w],-$3211) | |
| 2da4 0123 4567 89ab cdef move.l -(A4), ([$4567,A6,D0.w],-$3211) | |
| 2da5 0123 4567 89ab cdef move.l -(A5), ([$4567,A6,D0.w],-$3211) | |
| 2da6 0123 4567 89ab cdef move.l -(A6), ([$4567,A6,D0.w],-$3211) | |
| 2da7 0123 4567 89ab cdef move.l -(A7), ([$4567,A6,D0.w],-$3211) | |
| 2da8 0123 4567 89ab move.l ($123,A0), ([-$7655,A6]) | |
| 2da9 0123 4567 89ab move.l ($123,A1), ([-$7655,A6]) | |
| 2daa 0123 4567 89ab move.l ($123,A2), ([-$7655,A6]) | |
| 2dab 0123 4567 89ab move.l ($123,A3), ([-$7655,A6]) | |
| 2dac 0123 4567 89ab move.l ($123,A4), ([-$7655,A6]) | |
| 2dad 0123 4567 89ab move.l ($123,A5), ([-$7655,A6]) | |
| 2dae 0123 4567 89ab move.l ($123,A6), ([-$7655,A6]) | |
| 2daf 0123 4567 89ab move.l ($123,A7), ([-$7655,A6]) | |
| 2db0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A6,D0.w) | |
| 2db1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A6,D0.w) | |
| 2db2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A6,D0.w) | |
| 2db3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A6,D0.w) | |
| 2db4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A6,D0.w) | |
| 2db5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A6,D0.w) | |
| 2db6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A6,D0.w) | |
| 2db7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A6,D0.w) | |
| 2db8 0123 4567 89ab move.l $123.w, ([-$7655,A6]) | |
| 2db9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 2dba 0123 4567 89ab move.l ($123,PC), ([-$7655,A6]); ($125) | |
| 2dbb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A6,D0.w) | |
| 2dbc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 2e00 move.l D0, D7 | |
| 2e01 move.l D1, D7 | |
| 2e02 move.l D2, D7 | |
| 2e03 move.l D3, D7 | |
| 2e04 move.l D4, D7 | |
| 2e05 move.l D5, D7 | |
| 2e06 move.l D6, D7 | |
| 2e07 move.l D7, D7 | |
| 2e08 move.l A0, D7 | |
| 2e09 move.l A1, D7 | |
| 2e0a move.l A2, D7 | |
| 2e0b move.l A3, D7 | |
| 2e0c move.l A4, D7 | |
| 2e0d move.l A5, D7 | |
| 2e0e move.l A6, D7 | |
| 2e0f move.l A7, D7 | |
| 2e10 move.l (A0), D7 | |
| 2e11 move.l (A1), D7 | |
| 2e12 move.l (A2), D7 | |
| 2e13 move.l (A3), D7 | |
| 2e14 move.l (A4), D7 | |
| 2e15 move.l (A5), D7 | |
| 2e16 move.l (A6), D7 | |
| 2e17 move.l (A7), D7 | |
| 2e18 move.l (A0)+, D7 | |
| 2e19 move.l (A1)+, D7 | |
| 2e1a move.l (A2)+, D7 | |
| 2e1b move.l (A3)+, D7 | |
| 2e1c move.l (A4)+, D7 | |
| 2e1d move.l (A5)+, D7 | |
| 2e1e move.l (A6)+, D7 | |
| 2e1f move.l (A7)+, D7 | |
| 2e20 move.l -(A0), D7 | |
| 2e21 move.l -(A1), D7 | |
| 2e22 move.l -(A2), D7 | |
| 2e23 move.l -(A3), D7 | |
| 2e24 move.l -(A4), D7 | |
| 2e25 move.l -(A5), D7 | |
| 2e26 move.l -(A6), D7 | |
| 2e27 move.l -(A7), D7 | |
| 2e28 0123 move.l ($123,A0), D7 | |
| 2e29 0123 move.l ($123,A1), D7 | |
| 2e2a 0123 move.l ($123,A2), D7 | |
| 2e2b 0123 move.l ($123,A3), D7 | |
| 2e2c 0123 move.l ($123,A4), D7 | |
| 2e2d 0123 move.l ($123,A5), D7 | |
| 2e2e 0123 move.l ($123,A6), D7 | |
| 2e2f 0123 move.l ($123,A7), D7 | |
| 2e30 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), D7 | |
| 2e31 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), D7 | |
| 2e32 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), D7 | |
| 2e33 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), D7 | |
| 2e34 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), D7 | |
| 2e35 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), D7 | |
| 2e36 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), D7 | |
| 2e37 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), D7 | |
| 2e38 0123 move.l $123.w, D7 | |
| 2e39 0123 4567 move.l $1234567.l, D7 | |
| 2e3a 0123 move.l ($123,PC), D7; ($125) | |
| 2e3b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), D7 | |
| 2e3c 0123 4567 move.l #$1234567, D7 | |
| 2e40 movea.l D0, A7 | |
| 2e41 movea.l D1, A7 | |
| 2e42 movea.l D2, A7 | |
| 2e43 movea.l D3, A7 | |
| 2e44 movea.l D4, A7 | |
| 2e45 movea.l D5, A7 | |
| 2e46 movea.l D6, A7 | |
| 2e47 movea.l D7, A7 | |
| 2e48 movea.l A0, A7 | |
| 2e49 movea.l A1, A7 | |
| 2e4a movea.l A2, A7 | |
| 2e4b movea.l A3, A7 | |
| 2e4c movea.l A4, A7 | |
| 2e4d movea.l A5, A7 | |
| 2e4e movea.l A6, A7 | |
| 2e4f movea.l A7, A7 | |
| 2e50 movea.l (A0), A7 | |
| 2e51 movea.l (A1), A7 | |
| 2e52 movea.l (A2), A7 | |
| 2e53 movea.l (A3), A7 | |
| 2e54 movea.l (A4), A7 | |
| 2e55 movea.l (A5), A7 | |
| 2e56 movea.l (A6), A7 | |
| 2e57 movea.l (A7), A7 | |
| 2e58 movea.l (A0)+, A7 | |
| 2e59 movea.l (A1)+, A7 | |
| 2e5a movea.l (A2)+, A7 | |
| 2e5b movea.l (A3)+, A7 | |
| 2e5c movea.l (A4)+, A7 | |
| 2e5d movea.l (A5)+, A7 | |
| 2e5e movea.l (A6)+, A7 | |
| 2e5f movea.l (A7)+, A7 | |
| 2e60 movea.l -(A0), A7 | |
| 2e61 movea.l -(A1), A7 | |
| 2e62 movea.l -(A2), A7 | |
| 2e63 movea.l -(A3), A7 | |
| 2e64 movea.l -(A4), A7 | |
| 2e65 movea.l -(A5), A7 | |
| 2e66 movea.l -(A6), A7 | |
| 2e67 movea.l -(A7), A7 | |
| 2e68 0123 movea.l ($123,A0), A7 | |
| 2e69 0123 movea.l ($123,A1), A7 | |
| 2e6a 0123 movea.l ($123,A2), A7 | |
| 2e6b 0123 movea.l ($123,A3), A7 | |
| 2e6c 0123 movea.l ($123,A4), A7 | |
| 2e6d 0123 movea.l ($123,A5), A7 | |
| 2e6e 0123 movea.l ($123,A6), A7 | |
| 2e6f 0123 movea.l ($123,A7), A7 | |
| 2e70 0123 4567 89ab cdef movea.l ([$4567,A0,D0.w],-$3211), A7 | |
| 2e71 0123 4567 89ab cdef movea.l ([$4567,A1,D0.w],-$3211), A7 | |
| 2e72 0123 4567 89ab cdef movea.l ([$4567,A2,D0.w],-$3211), A7 | |
| 2e73 0123 4567 89ab cdef movea.l ([$4567,A3,D0.w],-$3211), A7 | |
| 2e74 0123 4567 89ab cdef movea.l ([$4567,A4,D0.w],-$3211), A7 | |
| 2e75 0123 4567 89ab cdef movea.l ([$4567,A5,D0.w],-$3211), A7 | |
| 2e76 0123 4567 89ab cdef movea.l ([$4567,A6,D0.w],-$3211), A7 | |
| 2e77 0123 4567 89ab cdef movea.l ([$4567,A7,D0.w],-$3211), A7 | |
| 2e78 0123 movea.l $123.w, A7 | |
| 2e79 0123 4567 movea.l $1234567.l, A7 | |
| 2e7a 0123 movea.l ($123,PC), A7; ($125) | |
| 2e7b 0123 4567 89ab cdef movea.l ([$4567,PC,D0.w],-$3211), A7 | |
| 2e7c 0123 4567 movea.l #$1234567, A7 | |
| 2e80 move.l D0, (A7) | |
| 2e81 move.l D1, (A7) | |
| 2e82 move.l D2, (A7) | |
| 2e83 move.l D3, (A7) | |
| 2e84 move.l D4, (A7) | |
| 2e85 move.l D5, (A7) | |
| 2e86 move.l D6, (A7) | |
| 2e87 move.l D7, (A7) | |
| 2e88 move.l A0, (A7) | |
| 2e89 move.l A1, (A7) | |
| 2e8a move.l A2, (A7) | |
| 2e8b move.l A3, (A7) | |
| 2e8c move.l A4, (A7) | |
| 2e8d move.l A5, (A7) | |
| 2e8e move.l A6, (A7) | |
| 2e8f move.l A7, (A7) | |
| 2e90 move.l (A0), (A7) | |
| 2e91 move.l (A1), (A7) | |
| 2e92 move.l (A2), (A7) | |
| 2e93 move.l (A3), (A7) | |
| 2e94 move.l (A4), (A7) | |
| 2e95 move.l (A5), (A7) | |
| 2e96 move.l (A6), (A7) | |
| 2e97 move.l (A7), (A7) | |
| 2e98 move.l (A0)+, (A7) | |
| 2e99 move.l (A1)+, (A7) | |
| 2e9a move.l (A2)+, (A7) | |
| 2e9b move.l (A3)+, (A7) | |
| 2e9c move.l (A4)+, (A7) | |
| 2e9d move.l (A5)+, (A7) | |
| 2e9e move.l (A6)+, (A7) | |
| 2e9f move.l (A7)+, (A7) | |
| 2ea0 move.l -(A0), (A7) | |
| 2ea1 move.l -(A1), (A7) | |
| 2ea2 move.l -(A2), (A7) | |
| 2ea3 move.l -(A3), (A7) | |
| 2ea4 move.l -(A4), (A7) | |
| 2ea5 move.l -(A5), (A7) | |
| 2ea6 move.l -(A6), (A7) | |
| 2ea7 move.l -(A7), (A7) | |
| 2ea8 0123 move.l ($123,A0), (A7) | |
| 2ea9 0123 move.l ($123,A1), (A7) | |
| 2eaa 0123 move.l ($123,A2), (A7) | |
| 2eab 0123 move.l ($123,A3), (A7) | |
| 2eac 0123 move.l ($123,A4), (A7) | |
| 2ead 0123 move.l ($123,A5), (A7) | |
| 2eae 0123 move.l ($123,A6), (A7) | |
| 2eaf 0123 move.l ($123,A7), (A7) | |
| 2eb0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A7) | |
| 2eb1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A7) | |
| 2eb2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A7) | |
| 2eb3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A7) | |
| 2eb4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A7) | |
| 2eb5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A7) | |
| 2eb6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A7) | |
| 2eb7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A7) | |
| 2eb8 0123 move.l $123.w, (A7) | |
| 2eb9 0123 4567 move.l $1234567.l, (A7) | |
| 2eba 0123 move.l ($123,PC), (A7); ($125) | |
| 2ebb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A7) | |
| 2ebc 0123 4567 move.l #$1234567, (A7) | |
| 2ec0 move.l D0, (A7)+ | |
| 2ec1 move.l D1, (A7)+ | |
| 2ec2 move.l D2, (A7)+ | |
| 2ec3 move.l D3, (A7)+ | |
| 2ec4 move.l D4, (A7)+ | |
| 2ec5 move.l D5, (A7)+ | |
| 2ec6 move.l D6, (A7)+ | |
| 2ec7 move.l D7, (A7)+ | |
| 2ec8 move.l A0, (A7)+ | |
| 2ec9 move.l A1, (A7)+ | |
| 2eca move.l A2, (A7)+ | |
| 2ecb move.l A3, (A7)+ | |
| 2ecc move.l A4, (A7)+ | |
| 2ecd move.l A5, (A7)+ | |
| 2ece move.l A6, (A7)+ | |
| 2ecf move.l A7, (A7)+ | |
| 2ed0 move.l (A0), (A7)+ | |
| 2ed1 move.l (A1), (A7)+ | |
| 2ed2 move.l (A2), (A7)+ | |
| 2ed3 move.l (A3), (A7)+ | |
| 2ed4 move.l (A4), (A7)+ | |
| 2ed5 move.l (A5), (A7)+ | |
| 2ed6 move.l (A6), (A7)+ | |
| 2ed7 move.l (A7), (A7)+ | |
| 2ed8 move.l (A0)+, (A7)+ | |
| 2ed9 move.l (A1)+, (A7)+ | |
| 2eda move.l (A2)+, (A7)+ | |
| 2edb move.l (A3)+, (A7)+ | |
| 2edc move.l (A4)+, (A7)+ | |
| 2edd move.l (A5)+, (A7)+ | |
| 2ede move.l (A6)+, (A7)+ | |
| 2edf move.l (A7)+, (A7)+ | |
| 2ee0 move.l -(A0), (A7)+ | |
| 2ee1 move.l -(A1), (A7)+ | |
| 2ee2 move.l -(A2), (A7)+ | |
| 2ee3 move.l -(A3), (A7)+ | |
| 2ee4 move.l -(A4), (A7)+ | |
| 2ee5 move.l -(A5), (A7)+ | |
| 2ee6 move.l -(A6), (A7)+ | |
| 2ee7 move.l -(A7), (A7)+ | |
| 2ee8 0123 move.l ($123,A0), (A7)+ | |
| 2ee9 0123 move.l ($123,A1), (A7)+ | |
| 2eea 0123 move.l ($123,A2), (A7)+ | |
| 2eeb 0123 move.l ($123,A3), (A7)+ | |
| 2eec 0123 move.l ($123,A4), (A7)+ | |
| 2eed 0123 move.l ($123,A5), (A7)+ | |
| 2eee 0123 move.l ($123,A6), (A7)+ | |
| 2eef 0123 move.l ($123,A7), (A7)+ | |
| 2ef0 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), (A7)+ | |
| 2ef1 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), (A7)+ | |
| 2ef2 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), (A7)+ | |
| 2ef3 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), (A7)+ | |
| 2ef4 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), (A7)+ | |
| 2ef5 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), (A7)+ | |
| 2ef6 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), (A7)+ | |
| 2ef7 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), (A7)+ | |
| 2ef8 0123 move.l $123.w, (A7)+ | |
| 2ef9 0123 4567 move.l $1234567.l, (A7)+ | |
| 2efa 0123 move.l ($123,PC), (A7)+; ($125) | |
| 2efb 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), (A7)+ | |
| 2efc 0123 4567 move.l #$1234567, (A7)+ | |
| 2f00 move.l D0, -(A7) | |
| 2f01 move.l D1, -(A7) | |
| 2f02 move.l D2, -(A7) | |
| 2f03 move.l D3, -(A7) | |
| 2f04 move.l D4, -(A7) | |
| 2f05 move.l D5, -(A7) | |
| 2f06 move.l D6, -(A7) | |
| 2f07 move.l D7, -(A7) | |
| 2f08 move.l A0, -(A7) | |
| 2f09 move.l A1, -(A7) | |
| 2f0a move.l A2, -(A7) | |
| 2f0b move.l A3, -(A7) | |
| 2f0c move.l A4, -(A7) | |
| 2f0d move.l A5, -(A7) | |
| 2f0e move.l A6, -(A7) | |
| 2f0f move.l A7, -(A7) | |
| 2f10 move.l (A0), -(A7) | |
| 2f11 move.l (A1), -(A7) | |
| 2f12 move.l (A2), -(A7) | |
| 2f13 move.l (A3), -(A7) | |
| 2f14 move.l (A4), -(A7) | |
| 2f15 move.l (A5), -(A7) | |
| 2f16 move.l (A6), -(A7) | |
| 2f17 move.l (A7), -(A7) | |
| 2f18 move.l (A0)+, -(A7) | |
| 2f19 move.l (A1)+, -(A7) | |
| 2f1a move.l (A2)+, -(A7) | |
| 2f1b move.l (A3)+, -(A7) | |
| 2f1c move.l (A4)+, -(A7) | |
| 2f1d move.l (A5)+, -(A7) | |
| 2f1e move.l (A6)+, -(A7) | |
| 2f1f move.l (A7)+, -(A7) | |
| 2f20 move.l -(A0), -(A7) | |
| 2f21 move.l -(A1), -(A7) | |
| 2f22 move.l -(A2), -(A7) | |
| 2f23 move.l -(A3), -(A7) | |
| 2f24 move.l -(A4), -(A7) | |
| 2f25 move.l -(A5), -(A7) | |
| 2f26 move.l -(A6), -(A7) | |
| 2f27 move.l -(A7), -(A7) | |
| 2f28 0123 move.l ($123,A0), -(A7) | |
| 2f29 0123 move.l ($123,A1), -(A7) | |
| 2f2a 0123 move.l ($123,A2), -(A7) | |
| 2f2b 0123 move.l ($123,A3), -(A7) | |
| 2f2c 0123 move.l ($123,A4), -(A7) | |
| 2f2d 0123 move.l ($123,A5), -(A7) | |
| 2f2e 0123 move.l ($123,A6), -(A7) | |
| 2f2f 0123 move.l ($123,A7), -(A7) | |
| 2f30 0123 4567 89ab cdef move.l ([$4567,A0,D0.w],-$3211), -(A7) | |
| 2f31 0123 4567 89ab cdef move.l ([$4567,A1,D0.w],-$3211), -(A7) | |
| 2f32 0123 4567 89ab cdef move.l ([$4567,A2,D0.w],-$3211), -(A7) | |
| 2f33 0123 4567 89ab cdef move.l ([$4567,A3,D0.w],-$3211), -(A7) | |
| 2f34 0123 4567 89ab cdef move.l ([$4567,A4,D0.w],-$3211), -(A7) | |
| 2f35 0123 4567 89ab cdef move.l ([$4567,A5,D0.w],-$3211), -(A7) | |
| 2f36 0123 4567 89ab cdef move.l ([$4567,A6,D0.w],-$3211), -(A7) | |
| 2f37 0123 4567 89ab cdef move.l ([$4567,A7,D0.w],-$3211), -(A7) | |
| 2f38 0123 move.l $123.w, -(A7) | |
| 2f39 0123 4567 move.l $1234567.l, -(A7) | |
| 2f3a 0123 move.l ($123,PC), -(A7); ($125) | |
| 2f3b 0123 4567 89ab cdef move.l ([$4567,PC,D0.w],-$3211), -(A7) | |
| 2f3c 0123 4567 move.l #$1234567, -(A7) | |
| 2f40 0123 move.l D0, ($123,A7) | |
| 2f41 0123 move.l D1, ($123,A7) | |
| 2f42 0123 move.l D2, ($123,A7) | |
| 2f43 0123 move.l D3, ($123,A7) | |
| 2f44 0123 move.l D4, ($123,A7) | |
| 2f45 0123 move.l D5, ($123,A7) | |
| 2f46 0123 move.l D6, ($123,A7) | |
| 2f47 0123 move.l D7, ($123,A7) | |
| 2f48 0123 move.l A0, ($123,A7) | |
| 2f49 0123 move.l A1, ($123,A7) | |
| 2f4a 0123 move.l A2, ($123,A7) | |
| 2f4b 0123 move.l A3, ($123,A7) | |
| 2f4c 0123 move.l A4, ($123,A7) | |
| 2f4d 0123 move.l A5, ($123,A7) | |
| 2f4e 0123 move.l A6, ($123,A7) | |
| 2f4f 0123 move.l A7, ($123,A7) | |
| 2f50 0123 move.l (A0), ($123,A7) | |
| 2f51 0123 move.l (A1), ($123,A7) | |
| 2f52 0123 move.l (A2), ($123,A7) | |
| 2f53 0123 move.l (A3), ($123,A7) | |
| 2f54 0123 move.l (A4), ($123,A7) | |
| 2f55 0123 move.l (A5), ($123,A7) | |
| 2f56 0123 move.l (A6), ($123,A7) | |
| 2f57 0123 move.l (A7), ($123,A7) | |
| 2f58 0123 move.l (A0)+, ($123,A7) | |
| 2f59 0123 move.l (A1)+, ($123,A7) | |
| 2f5a 0123 move.l (A2)+, ($123,A7) | |
| 2f5b 0123 move.l (A3)+, ($123,A7) | |
| 2f5c 0123 move.l (A4)+, ($123,A7) | |
| 2f5d 0123 move.l (A5)+, ($123,A7) | |
| 2f5e 0123 move.l (A6)+, ($123,A7) | |
| 2f5f 0123 move.l (A7)+, ($123,A7) | |
| 2f60 0123 move.l -(A0), ($123,A7) | |
| 2f61 0123 move.l -(A1), ($123,A7) | |
| 2f62 0123 move.l -(A2), ($123,A7) | |
| 2f63 0123 move.l -(A3), ($123,A7) | |
| 2f64 0123 move.l -(A4), ($123,A7) | |
| 2f65 0123 move.l -(A5), ($123,A7) | |
| 2f66 0123 move.l -(A6), ($123,A7) | |
| 2f67 0123 move.l -(A7), ($123,A7) | |
| 2f68 0123 4567 move.l ($123,A0), ($4567,A7) | |
| 2f69 0123 4567 move.l ($123,A1), ($4567,A7) | |
| 2f6a 0123 4567 move.l ($123,A2), ($4567,A7) | |
| 2f6b 0123 4567 move.l ($123,A3), ($4567,A7) | |
| 2f6c 0123 4567 move.l ($123,A4), ($4567,A7) | |
| 2f6d 0123 4567 move.l ($123,A5), ($4567,A7) | |
| 2f6e 0123 4567 move.l ($123,A6), ($4567,A7) | |
| 2f6f 0123 4567 move.l ($123,A7), ($4567,A7) | |
| 2f70 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), ($0,A7) | |
| 2f71 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), ($0,A7) | |
| 2f72 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), ($0,A7) | |
| 2f73 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), ($0,A7) | |
| 2f74 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), ($0,A7) | |
| 2f75 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), ($0,A7) | |
| 2f76 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), ($0,A7) | |
| 2f77 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), ($0,A7) | |
| 2f78 0123 4567 move.l $123.w, ($4567,A7) | |
| 2f79 0123 4567 89ab move.l $1234567.l, (-$7655,A7) | |
| 2f7a 0123 4567 move.l ($123,PC), ($4567,A7); ($125) | |
| 2f7b 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), ($0,A7) | |
| 2f7c 0123 4567 89ab move.l #$1234567, (-$7655,A7) | |
| 2f80 0123 4567 89ab cdef move.l D0, ([$4567,A7,D0.w],-$3211) | |
| 2f81 0123 4567 89ab cdef move.l D1, ([$4567,A7,D0.w],-$3211) | |
| 2f82 0123 4567 89ab cdef move.l D2, ([$4567,A7,D0.w],-$3211) | |
| 2f83 0123 4567 89ab cdef move.l D3, ([$4567,A7,D0.w],-$3211) | |
| 2f84 0123 4567 89ab cdef move.l D4, ([$4567,A7,D0.w],-$3211) | |
| 2f85 0123 4567 89ab cdef move.l D5, ([$4567,A7,D0.w],-$3211) | |
| 2f86 0123 4567 89ab cdef move.l D6, ([$4567,A7,D0.w],-$3211) | |
| 2f87 0123 4567 89ab cdef move.l D7, ([$4567,A7,D0.w],-$3211) | |
| 2f88 0123 4567 89ab cdef move.l A0, ([$4567,A7,D0.w],-$3211) | |
| 2f89 0123 4567 89ab cdef move.l A1, ([$4567,A7,D0.w],-$3211) | |
| 2f8a 0123 4567 89ab cdef move.l A2, ([$4567,A7,D0.w],-$3211) | |
| 2f8b 0123 4567 89ab cdef move.l A3, ([$4567,A7,D0.w],-$3211) | |
| 2f8c 0123 4567 89ab cdef move.l A4, ([$4567,A7,D0.w],-$3211) | |
| 2f8d 0123 4567 89ab cdef move.l A5, ([$4567,A7,D0.w],-$3211) | |
| 2f8e 0123 4567 89ab cdef move.l A6, ([$4567,A7,D0.w],-$3211) | |
| 2f8f 0123 4567 89ab cdef move.l A7, ([$4567,A7,D0.w],-$3211) | |
| 2f90 0123 4567 89ab cdef move.l (A0), ([$4567,A7,D0.w],-$3211) | |
| 2f91 0123 4567 89ab cdef move.l (A1), ([$4567,A7,D0.w],-$3211) | |
| 2f92 0123 4567 89ab cdef move.l (A2), ([$4567,A7,D0.w],-$3211) | |
| 2f93 0123 4567 89ab cdef move.l (A3), ([$4567,A7,D0.w],-$3211) | |
| 2f94 0123 4567 89ab cdef move.l (A4), ([$4567,A7,D0.w],-$3211) | |
| 2f95 0123 4567 89ab cdef move.l (A5), ([$4567,A7,D0.w],-$3211) | |
| 2f96 0123 4567 89ab cdef move.l (A6), ([$4567,A7,D0.w],-$3211) | |
| 2f97 0123 4567 89ab cdef move.l (A7), ([$4567,A7,D0.w],-$3211) | |
| 2f98 0123 4567 89ab cdef move.l (A0)+, ([$4567,A7,D0.w],-$3211) | |
| 2f99 0123 4567 89ab cdef move.l (A1)+, ([$4567,A7,D0.w],-$3211) | |
| 2f9a 0123 4567 89ab cdef move.l (A2)+, ([$4567,A7,D0.w],-$3211) | |
| 2f9b 0123 4567 89ab cdef move.l (A3)+, ([$4567,A7,D0.w],-$3211) | |
| 2f9c 0123 4567 89ab cdef move.l (A4)+, ([$4567,A7,D0.w],-$3211) | |
| 2f9d 0123 4567 89ab cdef move.l (A5)+, ([$4567,A7,D0.w],-$3211) | |
| 2f9e 0123 4567 89ab cdef move.l (A6)+, ([$4567,A7,D0.w],-$3211) | |
| 2f9f 0123 4567 89ab cdef move.l (A7)+, ([$4567,A7,D0.w],-$3211) | |
| 2fa0 0123 4567 89ab cdef move.l -(A0), ([$4567,A7,D0.w],-$3211) | |
| 2fa1 0123 4567 89ab cdef move.l -(A1), ([$4567,A7,D0.w],-$3211) | |
| 2fa2 0123 4567 89ab cdef move.l -(A2), ([$4567,A7,D0.w],-$3211) | |
| 2fa3 0123 4567 89ab cdef move.l -(A3), ([$4567,A7,D0.w],-$3211) | |
| 2fa4 0123 4567 89ab cdef move.l -(A4), ([$4567,A7,D0.w],-$3211) | |
| 2fa5 0123 4567 89ab cdef move.l -(A5), ([$4567,A7,D0.w],-$3211) | |
| 2fa6 0123 4567 89ab cdef move.l -(A6), ([$4567,A7,D0.w],-$3211) | |
| 2fa7 0123 4567 89ab cdef move.l -(A7), ([$4567,A7,D0.w],-$3211) | |
| 2fa8 0123 4567 89ab move.l ($123,A0), ([-$7655,A7]) | |
| 2fa9 0123 4567 89ab move.l ($123,A1), ([-$7655,A7]) | |
| 2faa 0123 4567 89ab move.l ($123,A2), ([-$7655,A7]) | |
| 2fab 0123 4567 89ab move.l ($123,A3), ([-$7655,A7]) | |
| 2fac 0123 4567 89ab move.l ($123,A4), ([-$7655,A7]) | |
| 2fad 0123 4567 89ab move.l ($123,A5), ([-$7655,A7]) | |
| 2fae 0123 4567 89ab move.l ($123,A6), ([-$7655,A7]) | |
| 2faf 0123 4567 89ab move.l ($123,A7), ([-$7655,A7]) | |
| 2fb0 0123 4567 89ab cdef 0000 move.l ([$4567,A0,D0.w],-$3211), (A7,D0.w) | |
| 2fb1 0123 4567 89ab cdef 0000 move.l ([$4567,A1,D0.w],-$3211), (A7,D0.w) | |
| 2fb2 0123 4567 89ab cdef 0000 move.l ([$4567,A2,D0.w],-$3211), (A7,D0.w) | |
| 2fb3 0123 4567 89ab cdef 0000 move.l ([$4567,A3,D0.w],-$3211), (A7,D0.w) | |
| 2fb4 0123 4567 89ab cdef 0000 move.l ([$4567,A4,D0.w],-$3211), (A7,D0.w) | |
| 2fb5 0123 4567 89ab cdef 0000 move.l ([$4567,A5,D0.w],-$3211), (A7,D0.w) | |
| 2fb6 0123 4567 89ab cdef 0000 move.l ([$4567,A6,D0.w],-$3211), (A7,D0.w) | |
| 2fb7 0123 4567 89ab cdef 0000 move.l ([$4567,A7,D0.w],-$3211), (A7,D0.w) | |
| 2fb8 0123 4567 89ab move.l $123.w, ([-$7655,A7]) | |
| 2fb9 0123 4567 89ab cdef 0000 0000 move.l $1234567.l, ([-$3211,A0.l]) | |
| 2fba 0123 4567 89ab move.l ($123,PC), ([-$7655,A7]); ($125) | |
| 2fbb 0123 4567 89ab cdef 0000 move.l ([$4567,PC,D0.w],-$3211), (A7,D0.w) | |
| 2fbc 0123 4567 89ab cdef 0000 0000 move.l #$1234567, ([-$3211,A0.l]) | |
| 3000 move.w D0, D0 | |
| 3001 move.w D1, D0 | |
| 3002 move.w D2, D0 | |
| 3003 move.w D3, D0 | |
| 3004 move.w D4, D0 | |
| 3005 move.w D5, D0 | |
| 3006 move.w D6, D0 | |
| 3007 move.w D7, D0 | |
| 3008 move.w A0, D0 | |
| 3009 move.w A1, D0 | |
| 300a move.w A2, D0 | |
| 300b move.w A3, D0 | |
| 300c move.w A4, D0 | |
| 300d move.w A5, D0 | |
| 300e move.w A6, D0 | |
| 300f move.w A7, D0 | |
| 3010 move.w (A0), D0 | |
| 3011 move.w (A1), D0 | |
| 3012 move.w (A2), D0 | |
| 3013 move.w (A3), D0 | |
| 3014 move.w (A4), D0 | |
| 3015 move.w (A5), D0 | |
| 3016 move.w (A6), D0 | |
| 3017 move.w (A7), D0 | |
| 3018 move.w (A0)+, D0 | |
| 3019 move.w (A1)+, D0 | |
| 301a move.w (A2)+, D0 | |
| 301b move.w (A3)+, D0 | |
| 301c move.w (A4)+, D0 | |
| 301d move.w (A5)+, D0 | |
| 301e move.w (A6)+, D0 | |
| 301f move.w (A7)+, D0 | |
| 3020 move.w -(A0), D0 | |
| 3021 move.w -(A1), D0 | |
| 3022 move.w -(A2), D0 | |
| 3023 move.w -(A3), D0 | |
| 3024 move.w -(A4), D0 | |
| 3025 move.w -(A5), D0 | |
| 3026 move.w -(A6), D0 | |
| 3027 move.w -(A7), D0 | |
| 3028 0123 move.w ($123,A0), D0 | |
| 3029 0123 move.w ($123,A1), D0 | |
| 302a 0123 move.w ($123,A2), D0 | |
| 302b 0123 move.w ($123,A3), D0 | |
| 302c 0123 move.w ($123,A4), D0 | |
| 302d 0123 move.w ($123,A5), D0 | |
| 302e 0123 move.w ($123,A6), D0 | |
| 302f 0123 move.w ($123,A7), D0 | |
| 3030 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D0 | |
| 3031 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D0 | |
| 3032 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D0 | |
| 3033 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D0 | |
| 3034 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D0 | |
| 3035 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D0 | |
| 3036 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D0 | |
| 3037 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D0 | |
| 3038 0123 move.w $123.w, D0 | |
| 3039 0123 4567 move.w $1234567.l, D0 | |
| 303a 0123 move.w ($123,PC), D0; ($125) | |
| 303b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D0 | |
| 303c 0123 move.w #$123, D0 | |
| 3040 movea.w D0, A0 | |
| 3041 movea.w D1, A0 | |
| 3042 movea.w D2, A0 | |
| 3043 movea.w D3, A0 | |
| 3044 movea.w D4, A0 | |
| 3045 movea.w D5, A0 | |
| 3046 movea.w D6, A0 | |
| 3047 movea.w D7, A0 | |
| 3048 movea.w A0, A0 | |
| 3049 movea.w A1, A0 | |
| 304a movea.w A2, A0 | |
| 304b movea.w A3, A0 | |
| 304c movea.w A4, A0 | |
| 304d movea.w A5, A0 | |
| 304e movea.w A6, A0 | |
| 304f movea.w A7, A0 | |
| 3050 movea.w (A0), A0 | |
| 3051 movea.w (A1), A0 | |
| 3052 movea.w (A2), A0 | |
| 3053 movea.w (A3), A0 | |
| 3054 movea.w (A4), A0 | |
| 3055 movea.w (A5), A0 | |
| 3056 movea.w (A6), A0 | |
| 3057 movea.w (A7), A0 | |
| 3058 movea.w (A0)+, A0 | |
| 3059 movea.w (A1)+, A0 | |
| 305a movea.w (A2)+, A0 | |
| 305b movea.w (A3)+, A0 | |
| 305c movea.w (A4)+, A0 | |
| 305d movea.w (A5)+, A0 | |
| 305e movea.w (A6)+, A0 | |
| 305f movea.w (A7)+, A0 | |
| 3060 movea.w -(A0), A0 | |
| 3061 movea.w -(A1), A0 | |
| 3062 movea.w -(A2), A0 | |
| 3063 movea.w -(A3), A0 | |
| 3064 movea.w -(A4), A0 | |
| 3065 movea.w -(A5), A0 | |
| 3066 movea.w -(A6), A0 | |
| 3067 movea.w -(A7), A0 | |
| 3068 0123 movea.w ($123,A0), A0 | |
| 3069 0123 movea.w ($123,A1), A0 | |
| 306a 0123 movea.w ($123,A2), A0 | |
| 306b 0123 movea.w ($123,A3), A0 | |
| 306c 0123 movea.w ($123,A4), A0 | |
| 306d 0123 movea.w ($123,A5), A0 | |
| 306e 0123 movea.w ($123,A6), A0 | |
| 306f 0123 movea.w ($123,A7), A0 | |
| 3070 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A0 | |
| 3071 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A0 | |
| 3072 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A0 | |
| 3073 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A0 | |
| 3074 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A0 | |
| 3075 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A0 | |
| 3076 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A0 | |
| 3077 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A0 | |
| 3078 0123 movea.w $123.w, A0 | |
| 3079 0123 4567 movea.w $1234567.l, A0 | |
| 307a 0123 movea.w ($123,PC), A0; ($125) | |
| 307b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A0 | |
| 307c 0123 movea.w #$123, A0 | |
| 3080 move.w D0, (A0) | |
| 3081 move.w D1, (A0) | |
| 3082 move.w D2, (A0) | |
| 3083 move.w D3, (A0) | |
| 3084 move.w D4, (A0) | |
| 3085 move.w D5, (A0) | |
| 3086 move.w D6, (A0) | |
| 3087 move.w D7, (A0) | |
| 3088 move.w A0, (A0) | |
| 3089 move.w A1, (A0) | |
| 308a move.w A2, (A0) | |
| 308b move.w A3, (A0) | |
| 308c move.w A4, (A0) | |
| 308d move.w A5, (A0) | |
| 308e move.w A6, (A0) | |
| 308f move.w A7, (A0) | |
| 3090 move.w (A0), (A0) | |
| 3091 move.w (A1), (A0) | |
| 3092 move.w (A2), (A0) | |
| 3093 move.w (A3), (A0) | |
| 3094 move.w (A4), (A0) | |
| 3095 move.w (A5), (A0) | |
| 3096 move.w (A6), (A0) | |
| 3097 move.w (A7), (A0) | |
| 3098 move.w (A0)+, (A0) | |
| 3099 move.w (A1)+, (A0) | |
| 309a move.w (A2)+, (A0) | |
| 309b move.w (A3)+, (A0) | |
| 309c move.w (A4)+, (A0) | |
| 309d move.w (A5)+, (A0) | |
| 309e move.w (A6)+, (A0) | |
| 309f move.w (A7)+, (A0) | |
| 30a0 move.w -(A0), (A0) | |
| 30a1 move.w -(A1), (A0) | |
| 30a2 move.w -(A2), (A0) | |
| 30a3 move.w -(A3), (A0) | |
| 30a4 move.w -(A4), (A0) | |
| 30a5 move.w -(A5), (A0) | |
| 30a6 move.w -(A6), (A0) | |
| 30a7 move.w -(A7), (A0) | |
| 30a8 0123 move.w ($123,A0), (A0) | |
| 30a9 0123 move.w ($123,A1), (A0) | |
| 30aa 0123 move.w ($123,A2), (A0) | |
| 30ab 0123 move.w ($123,A3), (A0) | |
| 30ac 0123 move.w ($123,A4), (A0) | |
| 30ad 0123 move.w ($123,A5), (A0) | |
| 30ae 0123 move.w ($123,A6), (A0) | |
| 30af 0123 move.w ($123,A7), (A0) | |
| 30b0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A0) | |
| 30b1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A0) | |
| 30b2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A0) | |
| 30b3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A0) | |
| 30b4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A0) | |
| 30b5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A0) | |
| 30b6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A0) | |
| 30b7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A0) | |
| 30b8 0123 move.w $123.w, (A0) | |
| 30b9 0123 4567 move.w $1234567.l, (A0) | |
| 30ba 0123 move.w ($123,PC), (A0); ($125) | |
| 30bb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A0) | |
| 30bc 0123 move.w #$123, (A0) | |
| 30c0 move.w D0, (A0)+ | |
| 30c1 move.w D1, (A0)+ | |
| 30c2 move.w D2, (A0)+ | |
| 30c3 move.w D3, (A0)+ | |
| 30c4 move.w D4, (A0)+ | |
| 30c5 move.w D5, (A0)+ | |
| 30c6 move.w D6, (A0)+ | |
| 30c7 move.w D7, (A0)+ | |
| 30c8 move.w A0, (A0)+ | |
| 30c9 move.w A1, (A0)+ | |
| 30ca move.w A2, (A0)+ | |
| 30cb move.w A3, (A0)+ | |
| 30cc move.w A4, (A0)+ | |
| 30cd move.w A5, (A0)+ | |
| 30ce move.w A6, (A0)+ | |
| 30cf move.w A7, (A0)+ | |
| 30d0 move.w (A0), (A0)+ | |
| 30d1 move.w (A1), (A0)+ | |
| 30d2 move.w (A2), (A0)+ | |
| 30d3 move.w (A3), (A0)+ | |
| 30d4 move.w (A4), (A0)+ | |
| 30d5 move.w (A5), (A0)+ | |
| 30d6 move.w (A6), (A0)+ | |
| 30d7 move.w (A7), (A0)+ | |
| 30d8 move.w (A0)+, (A0)+ | |
| 30d9 move.w (A1)+, (A0)+ | |
| 30da move.w (A2)+, (A0)+ | |
| 30db move.w (A3)+, (A0)+ | |
| 30dc move.w (A4)+, (A0)+ | |
| 30dd move.w (A5)+, (A0)+ | |
| 30de move.w (A6)+, (A0)+ | |
| 30df move.w (A7)+, (A0)+ | |
| 30e0 move.w -(A0), (A0)+ | |
| 30e1 move.w -(A1), (A0)+ | |
| 30e2 move.w -(A2), (A0)+ | |
| 30e3 move.w -(A3), (A0)+ | |
| 30e4 move.w -(A4), (A0)+ | |
| 30e5 move.w -(A5), (A0)+ | |
| 30e6 move.w -(A6), (A0)+ | |
| 30e7 move.w -(A7), (A0)+ | |
| 30e8 0123 move.w ($123,A0), (A0)+ | |
| 30e9 0123 move.w ($123,A1), (A0)+ | |
| 30ea 0123 move.w ($123,A2), (A0)+ | |
| 30eb 0123 move.w ($123,A3), (A0)+ | |
| 30ec 0123 move.w ($123,A4), (A0)+ | |
| 30ed 0123 move.w ($123,A5), (A0)+ | |
| 30ee 0123 move.w ($123,A6), (A0)+ | |
| 30ef 0123 move.w ($123,A7), (A0)+ | |
| 30f0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A0)+ | |
| 30f1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A0)+ | |
| 30f2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A0)+ | |
| 30f3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A0)+ | |
| 30f4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A0)+ | |
| 30f5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A0)+ | |
| 30f6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A0)+ | |
| 30f7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A0)+ | |
| 30f8 0123 move.w $123.w, (A0)+ | |
| 30f9 0123 4567 move.w $1234567.l, (A0)+ | |
| 30fa 0123 move.w ($123,PC), (A0)+; ($125) | |
| 30fb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A0)+ | |
| 30fc 0123 move.w #$123, (A0)+ | |
| 3100 move.w D0, -(A0) | |
| 3101 move.w D1, -(A0) | |
| 3102 move.w D2, -(A0) | |
| 3103 move.w D3, -(A0) | |
| 3104 move.w D4, -(A0) | |
| 3105 move.w D5, -(A0) | |
| 3106 move.w D6, -(A0) | |
| 3107 move.w D7, -(A0) | |
| 3108 move.w A0, -(A0) | |
| 3109 move.w A1, -(A0) | |
| 310a move.w A2, -(A0) | |
| 310b move.w A3, -(A0) | |
| 310c move.w A4, -(A0) | |
| 310d move.w A5, -(A0) | |
| 310e move.w A6, -(A0) | |
| 310f move.w A7, -(A0) | |
| 3110 move.w (A0), -(A0) | |
| 3111 move.w (A1), -(A0) | |
| 3112 move.w (A2), -(A0) | |
| 3113 move.w (A3), -(A0) | |
| 3114 move.w (A4), -(A0) | |
| 3115 move.w (A5), -(A0) | |
| 3116 move.w (A6), -(A0) | |
| 3117 move.w (A7), -(A0) | |
| 3118 move.w (A0)+, -(A0) | |
| 3119 move.w (A1)+, -(A0) | |
| 311a move.w (A2)+, -(A0) | |
| 311b move.w (A3)+, -(A0) | |
| 311c move.w (A4)+, -(A0) | |
| 311d move.w (A5)+, -(A0) | |
| 311e move.w (A6)+, -(A0) | |
| 311f move.w (A7)+, -(A0) | |
| 3120 move.w -(A0), -(A0) | |
| 3121 move.w -(A1), -(A0) | |
| 3122 move.w -(A2), -(A0) | |
| 3123 move.w -(A3), -(A0) | |
| 3124 move.w -(A4), -(A0) | |
| 3125 move.w -(A5), -(A0) | |
| 3126 move.w -(A6), -(A0) | |
| 3127 move.w -(A7), -(A0) | |
| 3128 0123 move.w ($123,A0), -(A0) | |
| 3129 0123 move.w ($123,A1), -(A0) | |
| 312a 0123 move.w ($123,A2), -(A0) | |
| 312b 0123 move.w ($123,A3), -(A0) | |
| 312c 0123 move.w ($123,A4), -(A0) | |
| 312d 0123 move.w ($123,A5), -(A0) | |
| 312e 0123 move.w ($123,A6), -(A0) | |
| 312f 0123 move.w ($123,A7), -(A0) | |
| 3130 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A0) | |
| 3131 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A0) | |
| 3132 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A0) | |
| 3133 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A0) | |
| 3134 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A0) | |
| 3135 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A0) | |
| 3136 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A0) | |
| 3137 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A0) | |
| 3138 0123 move.w $123.w, -(A0) | |
| 3139 0123 4567 move.w $1234567.l, -(A0) | |
| 313a 0123 move.w ($123,PC), -(A0); ($125) | |
| 313b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A0) | |
| 313c 0123 move.w #$123, -(A0) | |
| 3140 0123 move.w D0, ($123,A0) | |
| 3141 0123 move.w D1, ($123,A0) | |
| 3142 0123 move.w D2, ($123,A0) | |
| 3143 0123 move.w D3, ($123,A0) | |
| 3144 0123 move.w D4, ($123,A0) | |
| 3145 0123 move.w D5, ($123,A0) | |
| 3146 0123 move.w D6, ($123,A0) | |
| 3147 0123 move.w D7, ($123,A0) | |
| 3148 0123 move.w A0, ($123,A0) | |
| 3149 0123 move.w A1, ($123,A0) | |
| 314a 0123 move.w A2, ($123,A0) | |
| 314b 0123 move.w A3, ($123,A0) | |
| 314c 0123 move.w A4, ($123,A0) | |
| 314d 0123 move.w A5, ($123,A0) | |
| 314e 0123 move.w A6, ($123,A0) | |
| 314f 0123 move.w A7, ($123,A0) | |
| 3150 0123 move.w (A0), ($123,A0) | |
| 3151 0123 move.w (A1), ($123,A0) | |
| 3152 0123 move.w (A2), ($123,A0) | |
| 3153 0123 move.w (A3), ($123,A0) | |
| 3154 0123 move.w (A4), ($123,A0) | |
| 3155 0123 move.w (A5), ($123,A0) | |
| 3156 0123 move.w (A6), ($123,A0) | |
| 3157 0123 move.w (A7), ($123,A0) | |
| 3158 0123 move.w (A0)+, ($123,A0) | |
| 3159 0123 move.w (A1)+, ($123,A0) | |
| 315a 0123 move.w (A2)+, ($123,A0) | |
| 315b 0123 move.w (A3)+, ($123,A0) | |
| 315c 0123 move.w (A4)+, ($123,A0) | |
| 315d 0123 move.w (A5)+, ($123,A0) | |
| 315e 0123 move.w (A6)+, ($123,A0) | |
| 315f 0123 move.w (A7)+, ($123,A0) | |
| 3160 0123 move.w -(A0), ($123,A0) | |
| 3161 0123 move.w -(A1), ($123,A0) | |
| 3162 0123 move.w -(A2), ($123,A0) | |
| 3163 0123 move.w -(A3), ($123,A0) | |
| 3164 0123 move.w -(A4), ($123,A0) | |
| 3165 0123 move.w -(A5), ($123,A0) | |
| 3166 0123 move.w -(A6), ($123,A0) | |
| 3167 0123 move.w -(A7), ($123,A0) | |
| 3168 0123 4567 move.w ($123,A0), ($4567,A0) | |
| 3169 0123 4567 move.w ($123,A1), ($4567,A0) | |
| 316a 0123 4567 move.w ($123,A2), ($4567,A0) | |
| 316b 0123 4567 move.w ($123,A3), ($4567,A0) | |
| 316c 0123 4567 move.w ($123,A4), ($4567,A0) | |
| 316d 0123 4567 move.w ($123,A5), ($4567,A0) | |
| 316e 0123 4567 move.w ($123,A6), ($4567,A0) | |
| 316f 0123 4567 move.w ($123,A7), ($4567,A0) | |
| 3170 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A0) | |
| 3171 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A0) | |
| 3172 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A0) | |
| 3173 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A0) | |
| 3174 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A0) | |
| 3175 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A0) | |
| 3176 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A0) | |
| 3177 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A0) | |
| 3178 0123 4567 move.w $123.w, ($4567,A0) | |
| 3179 0123 4567 89ab move.w $1234567.l, (-$7655,A0) | |
| 317a 0123 4567 move.w ($123,PC), ($4567,A0); ($125) | |
| 317b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A0) | |
| 317c 0123 4567 move.w #$123, ($4567,A0) | |
| 3180 0123 4567 89ab cdef move.w D0, ([$4567,A0,D0.w],-$3211) | |
| 3181 0123 4567 89ab cdef move.w D1, ([$4567,A0,D0.w],-$3211) | |
| 3182 0123 4567 89ab cdef move.w D2, ([$4567,A0,D0.w],-$3211) | |
| 3183 0123 4567 89ab cdef move.w D3, ([$4567,A0,D0.w],-$3211) | |
| 3184 0123 4567 89ab cdef move.w D4, ([$4567,A0,D0.w],-$3211) | |
| 3185 0123 4567 89ab cdef move.w D5, ([$4567,A0,D0.w],-$3211) | |
| 3186 0123 4567 89ab cdef move.w D6, ([$4567,A0,D0.w],-$3211) | |
| 3187 0123 4567 89ab cdef move.w D7, ([$4567,A0,D0.w],-$3211) | |
| 3188 0123 4567 89ab cdef move.w A0, ([$4567,A0,D0.w],-$3211) | |
| 3189 0123 4567 89ab cdef move.w A1, ([$4567,A0,D0.w],-$3211) | |
| 318a 0123 4567 89ab cdef move.w A2, ([$4567,A0,D0.w],-$3211) | |
| 318b 0123 4567 89ab cdef move.w A3, ([$4567,A0,D0.w],-$3211) | |
| 318c 0123 4567 89ab cdef move.w A4, ([$4567,A0,D0.w],-$3211) | |
| 318d 0123 4567 89ab cdef move.w A5, ([$4567,A0,D0.w],-$3211) | |
| 318e 0123 4567 89ab cdef move.w A6, ([$4567,A0,D0.w],-$3211) | |
| 318f 0123 4567 89ab cdef move.w A7, ([$4567,A0,D0.w],-$3211) | |
| 3190 0123 4567 89ab cdef move.w (A0), ([$4567,A0,D0.w],-$3211) | |
| 3191 0123 4567 89ab cdef move.w (A1), ([$4567,A0,D0.w],-$3211) | |
| 3192 0123 4567 89ab cdef move.w (A2), ([$4567,A0,D0.w],-$3211) | |
| 3193 0123 4567 89ab cdef move.w (A3), ([$4567,A0,D0.w],-$3211) | |
| 3194 0123 4567 89ab cdef move.w (A4), ([$4567,A0,D0.w],-$3211) | |
| 3195 0123 4567 89ab cdef move.w (A5), ([$4567,A0,D0.w],-$3211) | |
| 3196 0123 4567 89ab cdef move.w (A6), ([$4567,A0,D0.w],-$3211) | |
| 3197 0123 4567 89ab cdef move.w (A7), ([$4567,A0,D0.w],-$3211) | |
| 3198 0123 4567 89ab cdef move.w (A0)+, ([$4567,A0,D0.w],-$3211) | |
| 3199 0123 4567 89ab cdef move.w (A1)+, ([$4567,A0,D0.w],-$3211) | |
| 319a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A0,D0.w],-$3211) | |
| 319b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A0,D0.w],-$3211) | |
| 319c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A0,D0.w],-$3211) | |
| 319d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A0,D0.w],-$3211) | |
| 319e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A0,D0.w],-$3211) | |
| 319f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A0,D0.w],-$3211) | |
| 31a0 0123 4567 89ab cdef move.w -(A0), ([$4567,A0,D0.w],-$3211) | |
| 31a1 0123 4567 89ab cdef move.w -(A1), ([$4567,A0,D0.w],-$3211) | |
| 31a2 0123 4567 89ab cdef move.w -(A2), ([$4567,A0,D0.w],-$3211) | |
| 31a3 0123 4567 89ab cdef move.w -(A3), ([$4567,A0,D0.w],-$3211) | |
| 31a4 0123 4567 89ab cdef move.w -(A4), ([$4567,A0,D0.w],-$3211) | |
| 31a5 0123 4567 89ab cdef move.w -(A5), ([$4567,A0,D0.w],-$3211) | |
| 31a6 0123 4567 89ab cdef move.w -(A6), ([$4567,A0,D0.w],-$3211) | |
| 31a7 0123 4567 89ab cdef move.w -(A7), ([$4567,A0,D0.w],-$3211) | |
| 31a8 0123 4567 89ab move.w ($123,A0), ([-$7655,A0]) | |
| 31a9 0123 4567 89ab move.w ($123,A1), ([-$7655,A0]) | |
| 31aa 0123 4567 89ab move.w ($123,A2), ([-$7655,A0]) | |
| 31ab 0123 4567 89ab move.w ($123,A3), ([-$7655,A0]) | |
| 31ac 0123 4567 89ab move.w ($123,A4), ([-$7655,A0]) | |
| 31ad 0123 4567 89ab move.w ($123,A5), ([-$7655,A0]) | |
| 31ae 0123 4567 89ab move.w ($123,A6), ([-$7655,A0]) | |
| 31af 0123 4567 89ab move.w ($123,A7), ([-$7655,A0]) | |
| 31b0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A0,D0.w) | |
| 31b1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A0,D0.w) | |
| 31b2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A0,D0.w) | |
| 31b3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A0,D0.w) | |
| 31b4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A0,D0.w) | |
| 31b5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A0,D0.w) | |
| 31b6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A0,D0.w) | |
| 31b7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A0,D0.w) | |
| 31b8 0123 4567 89ab move.w $123.w, ([-$7655,A0]) | |
| 31b9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 31ba 0123 4567 89ab move.w ($123,PC), ([-$7655,A0]); ($125) | |
| 31bb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A0,D0.w) | |
| 31bc 0123 4567 89ab move.w #$123, ([-$7655,A0]) | |
| 31c0 0123 move.w D0, $123.w | |
| 31c1 0123 move.w D1, $123.w | |
| 31c2 0123 move.w D2, $123.w | |
| 31c3 0123 move.w D3, $123.w | |
| 31c4 0123 move.w D4, $123.w | |
| 31c5 0123 move.w D5, $123.w | |
| 31c6 0123 move.w D6, $123.w | |
| 31c7 0123 move.w D7, $123.w | |
| 31c8 0123 move.w A0, $123.w | |
| 31c9 0123 move.w A1, $123.w | |
| 31ca 0123 move.w A2, $123.w | |
| 31cb 0123 move.w A3, $123.w | |
| 31cc 0123 move.w A4, $123.w | |
| 31cd 0123 move.w A5, $123.w | |
| 31ce 0123 move.w A6, $123.w | |
| 31cf 0123 move.w A7, $123.w | |
| 31d0 0123 move.w (A0), $123.w | |
| 31d1 0123 move.w (A1), $123.w | |
| 31d2 0123 move.w (A2), $123.w | |
| 31d3 0123 move.w (A3), $123.w | |
| 31d4 0123 move.w (A4), $123.w | |
| 31d5 0123 move.w (A5), $123.w | |
| 31d6 0123 move.w (A6), $123.w | |
| 31d7 0123 move.w (A7), $123.w | |
| 31d8 0123 move.w (A0)+, $123.w | |
| 31d9 0123 move.w (A1)+, $123.w | |
| 31da 0123 move.w (A2)+, $123.w | |
| 31db 0123 move.w (A3)+, $123.w | |
| 31dc 0123 move.w (A4)+, $123.w | |
| 31dd 0123 move.w (A5)+, $123.w | |
| 31de 0123 move.w (A6)+, $123.w | |
| 31df 0123 move.w (A7)+, $123.w | |
| 31e0 0123 move.w -(A0), $123.w | |
| 31e1 0123 move.w -(A1), $123.w | |
| 31e2 0123 move.w -(A2), $123.w | |
| 31e3 0123 move.w -(A3), $123.w | |
| 31e4 0123 move.w -(A4), $123.w | |
| 31e5 0123 move.w -(A5), $123.w | |
| 31e6 0123 move.w -(A6), $123.w | |
| 31e7 0123 move.w -(A7), $123.w | |
| 31e8 0123 4567 move.w ($123,A0), $4567.w | |
| 31e9 0123 4567 move.w ($123,A1), $4567.w | |
| 31ea 0123 4567 move.w ($123,A2), $4567.w | |
| 31eb 0123 4567 move.w ($123,A3), $4567.w | |
| 31ec 0123 4567 move.w ($123,A4), $4567.w | |
| 31ed 0123 4567 move.w ($123,A5), $4567.w | |
| 31ee 0123 4567 move.w ($123,A6), $4567.w | |
| 31ef 0123 4567 move.w ($123,A7), $4567.w | |
| 31f0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), $0.w | |
| 31f1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), $0.w | |
| 31f2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), $0.w | |
| 31f3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), $0.w | |
| 31f4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), $0.w | |
| 31f5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), $0.w | |
| 31f6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), $0.w | |
| 31f7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), $0.w | |
| 31f8 0123 4567 move.w $123.w, $4567.w | |
| 31f9 0123 4567 89ab move.w $1234567.l, $89ab.w | |
| 31fa 0123 4567 move.w ($123,PC), $4567.w; ($125) | |
| 31fb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), $0.w | |
| 31fc 0123 4567 move.w #$123, $4567.w | |
| 3200 move.w D0, D1 | |
| 3201 move.w D1, D1 | |
| 3202 move.w D2, D1 | |
| 3203 move.w D3, D1 | |
| 3204 move.w D4, D1 | |
| 3205 move.w D5, D1 | |
| 3206 move.w D6, D1 | |
| 3207 move.w D7, D1 | |
| 3208 move.w A0, D1 | |
| 3209 move.w A1, D1 | |
| 320a move.w A2, D1 | |
| 320b move.w A3, D1 | |
| 320c move.w A4, D1 | |
| 320d move.w A5, D1 | |
| 320e move.w A6, D1 | |
| 320f move.w A7, D1 | |
| 3210 move.w (A0), D1 | |
| 3211 move.w (A1), D1 | |
| 3212 move.w (A2), D1 | |
| 3213 move.w (A3), D1 | |
| 3214 move.w (A4), D1 | |
| 3215 move.w (A5), D1 | |
| 3216 move.w (A6), D1 | |
| 3217 move.w (A7), D1 | |
| 3218 move.w (A0)+, D1 | |
| 3219 move.w (A1)+, D1 | |
| 321a move.w (A2)+, D1 | |
| 321b move.w (A3)+, D1 | |
| 321c move.w (A4)+, D1 | |
| 321d move.w (A5)+, D1 | |
| 321e move.w (A6)+, D1 | |
| 321f move.w (A7)+, D1 | |
| 3220 move.w -(A0), D1 | |
| 3221 move.w -(A1), D1 | |
| 3222 move.w -(A2), D1 | |
| 3223 move.w -(A3), D1 | |
| 3224 move.w -(A4), D1 | |
| 3225 move.w -(A5), D1 | |
| 3226 move.w -(A6), D1 | |
| 3227 move.w -(A7), D1 | |
| 3228 0123 move.w ($123,A0), D1 | |
| 3229 0123 move.w ($123,A1), D1 | |
| 322a 0123 move.w ($123,A2), D1 | |
| 322b 0123 move.w ($123,A3), D1 | |
| 322c 0123 move.w ($123,A4), D1 | |
| 322d 0123 move.w ($123,A5), D1 | |
| 322e 0123 move.w ($123,A6), D1 | |
| 322f 0123 move.w ($123,A7), D1 | |
| 3230 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D1 | |
| 3231 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D1 | |
| 3232 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D1 | |
| 3233 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D1 | |
| 3234 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D1 | |
| 3235 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D1 | |
| 3236 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D1 | |
| 3237 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D1 | |
| 3238 0123 move.w $123.w, D1 | |
| 3239 0123 4567 move.w $1234567.l, D1 | |
| 323a 0123 move.w ($123,PC), D1; ($125) | |
| 323b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D1 | |
| 323c 0123 move.w #$123, D1 | |
| 3240 movea.w D0, A1 | |
| 3241 movea.w D1, A1 | |
| 3242 movea.w D2, A1 | |
| 3243 movea.w D3, A1 | |
| 3244 movea.w D4, A1 | |
| 3245 movea.w D5, A1 | |
| 3246 movea.w D6, A1 | |
| 3247 movea.w D7, A1 | |
| 3248 movea.w A0, A1 | |
| 3249 movea.w A1, A1 | |
| 324a movea.w A2, A1 | |
| 324b movea.w A3, A1 | |
| 324c movea.w A4, A1 | |
| 324d movea.w A5, A1 | |
| 324e movea.w A6, A1 | |
| 324f movea.w A7, A1 | |
| 3250 movea.w (A0), A1 | |
| 3251 movea.w (A1), A1 | |
| 3252 movea.w (A2), A1 | |
| 3253 movea.w (A3), A1 | |
| 3254 movea.w (A4), A1 | |
| 3255 movea.w (A5), A1 | |
| 3256 movea.w (A6), A1 | |
| 3257 movea.w (A7), A1 | |
| 3258 movea.w (A0)+, A1 | |
| 3259 movea.w (A1)+, A1 | |
| 325a movea.w (A2)+, A1 | |
| 325b movea.w (A3)+, A1 | |
| 325c movea.w (A4)+, A1 | |
| 325d movea.w (A5)+, A1 | |
| 325e movea.w (A6)+, A1 | |
| 325f movea.w (A7)+, A1 | |
| 3260 movea.w -(A0), A1 | |
| 3261 movea.w -(A1), A1 | |
| 3262 movea.w -(A2), A1 | |
| 3263 movea.w -(A3), A1 | |
| 3264 movea.w -(A4), A1 | |
| 3265 movea.w -(A5), A1 | |
| 3266 movea.w -(A6), A1 | |
| 3267 movea.w -(A7), A1 | |
| 3268 0123 movea.w ($123,A0), A1 | |
| 3269 0123 movea.w ($123,A1), A1 | |
| 326a 0123 movea.w ($123,A2), A1 | |
| 326b 0123 movea.w ($123,A3), A1 | |
| 326c 0123 movea.w ($123,A4), A1 | |
| 326d 0123 movea.w ($123,A5), A1 | |
| 326e 0123 movea.w ($123,A6), A1 | |
| 326f 0123 movea.w ($123,A7), A1 | |
| 3270 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A1 | |
| 3271 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A1 | |
| 3272 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A1 | |
| 3273 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A1 | |
| 3274 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A1 | |
| 3275 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A1 | |
| 3276 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A1 | |
| 3277 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A1 | |
| 3278 0123 movea.w $123.w, A1 | |
| 3279 0123 4567 movea.w $1234567.l, A1 | |
| 327a 0123 movea.w ($123,PC), A1; ($125) | |
| 327b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A1 | |
| 327c 0123 movea.w #$123, A1 | |
| 3280 move.w D0, (A1) | |
| 3281 move.w D1, (A1) | |
| 3282 move.w D2, (A1) | |
| 3283 move.w D3, (A1) | |
| 3284 move.w D4, (A1) | |
| 3285 move.w D5, (A1) | |
| 3286 move.w D6, (A1) | |
| 3287 move.w D7, (A1) | |
| 3288 move.w A0, (A1) | |
| 3289 move.w A1, (A1) | |
| 328a move.w A2, (A1) | |
| 328b move.w A3, (A1) | |
| 328c move.w A4, (A1) | |
| 328d move.w A5, (A1) | |
| 328e move.w A6, (A1) | |
| 328f move.w A7, (A1) | |
| 3290 move.w (A0), (A1) | |
| 3291 move.w (A1), (A1) | |
| 3292 move.w (A2), (A1) | |
| 3293 move.w (A3), (A1) | |
| 3294 move.w (A4), (A1) | |
| 3295 move.w (A5), (A1) | |
| 3296 move.w (A6), (A1) | |
| 3297 move.w (A7), (A1) | |
| 3298 move.w (A0)+, (A1) | |
| 3299 move.w (A1)+, (A1) | |
| 329a move.w (A2)+, (A1) | |
| 329b move.w (A3)+, (A1) | |
| 329c move.w (A4)+, (A1) | |
| 329d move.w (A5)+, (A1) | |
| 329e move.w (A6)+, (A1) | |
| 329f move.w (A7)+, (A1) | |
| 32a0 move.w -(A0), (A1) | |
| 32a1 move.w -(A1), (A1) | |
| 32a2 move.w -(A2), (A1) | |
| 32a3 move.w -(A3), (A1) | |
| 32a4 move.w -(A4), (A1) | |
| 32a5 move.w -(A5), (A1) | |
| 32a6 move.w -(A6), (A1) | |
| 32a7 move.w -(A7), (A1) | |
| 32a8 0123 move.w ($123,A0), (A1) | |
| 32a9 0123 move.w ($123,A1), (A1) | |
| 32aa 0123 move.w ($123,A2), (A1) | |
| 32ab 0123 move.w ($123,A3), (A1) | |
| 32ac 0123 move.w ($123,A4), (A1) | |
| 32ad 0123 move.w ($123,A5), (A1) | |
| 32ae 0123 move.w ($123,A6), (A1) | |
| 32af 0123 move.w ($123,A7), (A1) | |
| 32b0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A1) | |
| 32b1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A1) | |
| 32b2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A1) | |
| 32b3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A1) | |
| 32b4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A1) | |
| 32b5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A1) | |
| 32b6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A1) | |
| 32b7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A1) | |
| 32b8 0123 move.w $123.w, (A1) | |
| 32b9 0123 4567 move.w $1234567.l, (A1) | |
| 32ba 0123 move.w ($123,PC), (A1); ($125) | |
| 32bb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A1) | |
| 32bc 0123 move.w #$123, (A1) | |
| 32c0 move.w D0, (A1)+ | |
| 32c1 move.w D1, (A1)+ | |
| 32c2 move.w D2, (A1)+ | |
| 32c3 move.w D3, (A1)+ | |
| 32c4 move.w D4, (A1)+ | |
| 32c5 move.w D5, (A1)+ | |
| 32c6 move.w D6, (A1)+ | |
| 32c7 move.w D7, (A1)+ | |
| 32c8 move.w A0, (A1)+ | |
| 32c9 move.w A1, (A1)+ | |
| 32ca move.w A2, (A1)+ | |
| 32cb move.w A3, (A1)+ | |
| 32cc move.w A4, (A1)+ | |
| 32cd move.w A5, (A1)+ | |
| 32ce move.w A6, (A1)+ | |
| 32cf move.w A7, (A1)+ | |
| 32d0 move.w (A0), (A1)+ | |
| 32d1 move.w (A1), (A1)+ | |
| 32d2 move.w (A2), (A1)+ | |
| 32d3 move.w (A3), (A1)+ | |
| 32d4 move.w (A4), (A1)+ | |
| 32d5 move.w (A5), (A1)+ | |
| 32d6 move.w (A6), (A1)+ | |
| 32d7 move.w (A7), (A1)+ | |
| 32d8 move.w (A0)+, (A1)+ | |
| 32d9 move.w (A1)+, (A1)+ | |
| 32da move.w (A2)+, (A1)+ | |
| 32db move.w (A3)+, (A1)+ | |
| 32dc move.w (A4)+, (A1)+ | |
| 32dd move.w (A5)+, (A1)+ | |
| 32de move.w (A6)+, (A1)+ | |
| 32df move.w (A7)+, (A1)+ | |
| 32e0 move.w -(A0), (A1)+ | |
| 32e1 move.w -(A1), (A1)+ | |
| 32e2 move.w -(A2), (A1)+ | |
| 32e3 move.w -(A3), (A1)+ | |
| 32e4 move.w -(A4), (A1)+ | |
| 32e5 move.w -(A5), (A1)+ | |
| 32e6 move.w -(A6), (A1)+ | |
| 32e7 move.w -(A7), (A1)+ | |
| 32e8 0123 move.w ($123,A0), (A1)+ | |
| 32e9 0123 move.w ($123,A1), (A1)+ | |
| 32ea 0123 move.w ($123,A2), (A1)+ | |
| 32eb 0123 move.w ($123,A3), (A1)+ | |
| 32ec 0123 move.w ($123,A4), (A1)+ | |
| 32ed 0123 move.w ($123,A5), (A1)+ | |
| 32ee 0123 move.w ($123,A6), (A1)+ | |
| 32ef 0123 move.w ($123,A7), (A1)+ | |
| 32f0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A1)+ | |
| 32f1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A1)+ | |
| 32f2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A1)+ | |
| 32f3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A1)+ | |
| 32f4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A1)+ | |
| 32f5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A1)+ | |
| 32f6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A1)+ | |
| 32f7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A1)+ | |
| 32f8 0123 move.w $123.w, (A1)+ | |
| 32f9 0123 4567 move.w $1234567.l, (A1)+ | |
| 32fa 0123 move.w ($123,PC), (A1)+; ($125) | |
| 32fb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A1)+ | |
| 32fc 0123 move.w #$123, (A1)+ | |
| 3300 move.w D0, -(A1) | |
| 3301 move.w D1, -(A1) | |
| 3302 move.w D2, -(A1) | |
| 3303 move.w D3, -(A1) | |
| 3304 move.w D4, -(A1) | |
| 3305 move.w D5, -(A1) | |
| 3306 move.w D6, -(A1) | |
| 3307 move.w D7, -(A1) | |
| 3308 move.w A0, -(A1) | |
| 3309 move.w A1, -(A1) | |
| 330a move.w A2, -(A1) | |
| 330b move.w A3, -(A1) | |
| 330c move.w A4, -(A1) | |
| 330d move.w A5, -(A1) | |
| 330e move.w A6, -(A1) | |
| 330f move.w A7, -(A1) | |
| 3310 move.w (A0), -(A1) | |
| 3311 move.w (A1), -(A1) | |
| 3312 move.w (A2), -(A1) | |
| 3313 move.w (A3), -(A1) | |
| 3314 move.w (A4), -(A1) | |
| 3315 move.w (A5), -(A1) | |
| 3316 move.w (A6), -(A1) | |
| 3317 move.w (A7), -(A1) | |
| 3318 move.w (A0)+, -(A1) | |
| 3319 move.w (A1)+, -(A1) | |
| 331a move.w (A2)+, -(A1) | |
| 331b move.w (A3)+, -(A1) | |
| 331c move.w (A4)+, -(A1) | |
| 331d move.w (A5)+, -(A1) | |
| 331e move.w (A6)+, -(A1) | |
| 331f move.w (A7)+, -(A1) | |
| 3320 move.w -(A0), -(A1) | |
| 3321 move.w -(A1), -(A1) | |
| 3322 move.w -(A2), -(A1) | |
| 3323 move.w -(A3), -(A1) | |
| 3324 move.w -(A4), -(A1) | |
| 3325 move.w -(A5), -(A1) | |
| 3326 move.w -(A6), -(A1) | |
| 3327 move.w -(A7), -(A1) | |
| 3328 0123 move.w ($123,A0), -(A1) | |
| 3329 0123 move.w ($123,A1), -(A1) | |
| 332a 0123 move.w ($123,A2), -(A1) | |
| 332b 0123 move.w ($123,A3), -(A1) | |
| 332c 0123 move.w ($123,A4), -(A1) | |
| 332d 0123 move.w ($123,A5), -(A1) | |
| 332e 0123 move.w ($123,A6), -(A1) | |
| 332f 0123 move.w ($123,A7), -(A1) | |
| 3330 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A1) | |
| 3331 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A1) | |
| 3332 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A1) | |
| 3333 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A1) | |
| 3334 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A1) | |
| 3335 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A1) | |
| 3336 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A1) | |
| 3337 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A1) | |
| 3338 0123 move.w $123.w, -(A1) | |
| 3339 0123 4567 move.w $1234567.l, -(A1) | |
| 333a 0123 move.w ($123,PC), -(A1); ($125) | |
| 333b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A1) | |
| 333c 0123 move.w #$123, -(A1) | |
| 3340 0123 move.w D0, ($123,A1) | |
| 3341 0123 move.w D1, ($123,A1) | |
| 3342 0123 move.w D2, ($123,A1) | |
| 3343 0123 move.w D3, ($123,A1) | |
| 3344 0123 move.w D4, ($123,A1) | |
| 3345 0123 move.w D5, ($123,A1) | |
| 3346 0123 move.w D6, ($123,A1) | |
| 3347 0123 move.w D7, ($123,A1) | |
| 3348 0123 move.w A0, ($123,A1) | |
| 3349 0123 move.w A1, ($123,A1) | |
| 334a 0123 move.w A2, ($123,A1) | |
| 334b 0123 move.w A3, ($123,A1) | |
| 334c 0123 move.w A4, ($123,A1) | |
| 334d 0123 move.w A5, ($123,A1) | |
| 334e 0123 move.w A6, ($123,A1) | |
| 334f 0123 move.w A7, ($123,A1) | |
| 3350 0123 move.w (A0), ($123,A1) | |
| 3351 0123 move.w (A1), ($123,A1) | |
| 3352 0123 move.w (A2), ($123,A1) | |
| 3353 0123 move.w (A3), ($123,A1) | |
| 3354 0123 move.w (A4), ($123,A1) | |
| 3355 0123 move.w (A5), ($123,A1) | |
| 3356 0123 move.w (A6), ($123,A1) | |
| 3357 0123 move.w (A7), ($123,A1) | |
| 3358 0123 move.w (A0)+, ($123,A1) | |
| 3359 0123 move.w (A1)+, ($123,A1) | |
| 335a 0123 move.w (A2)+, ($123,A1) | |
| 335b 0123 move.w (A3)+, ($123,A1) | |
| 335c 0123 move.w (A4)+, ($123,A1) | |
| 335d 0123 move.w (A5)+, ($123,A1) | |
| 335e 0123 move.w (A6)+, ($123,A1) | |
| 335f 0123 move.w (A7)+, ($123,A1) | |
| 3360 0123 move.w -(A0), ($123,A1) | |
| 3361 0123 move.w -(A1), ($123,A1) | |
| 3362 0123 move.w -(A2), ($123,A1) | |
| 3363 0123 move.w -(A3), ($123,A1) | |
| 3364 0123 move.w -(A4), ($123,A1) | |
| 3365 0123 move.w -(A5), ($123,A1) | |
| 3366 0123 move.w -(A6), ($123,A1) | |
| 3367 0123 move.w -(A7), ($123,A1) | |
| 3368 0123 4567 move.w ($123,A0), ($4567,A1) | |
| 3369 0123 4567 move.w ($123,A1), ($4567,A1) | |
| 336a 0123 4567 move.w ($123,A2), ($4567,A1) | |
| 336b 0123 4567 move.w ($123,A3), ($4567,A1) | |
| 336c 0123 4567 move.w ($123,A4), ($4567,A1) | |
| 336d 0123 4567 move.w ($123,A5), ($4567,A1) | |
| 336e 0123 4567 move.w ($123,A6), ($4567,A1) | |
| 336f 0123 4567 move.w ($123,A7), ($4567,A1) | |
| 3370 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A1) | |
| 3371 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A1) | |
| 3372 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A1) | |
| 3373 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A1) | |
| 3374 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A1) | |
| 3375 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A1) | |
| 3376 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A1) | |
| 3377 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A1) | |
| 3378 0123 4567 move.w $123.w, ($4567,A1) | |
| 3379 0123 4567 89ab move.w $1234567.l, (-$7655,A1) | |
| 337a 0123 4567 move.w ($123,PC), ($4567,A1); ($125) | |
| 337b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A1) | |
| 337c 0123 4567 move.w #$123, ($4567,A1) | |
| 3380 0123 4567 89ab cdef move.w D0, ([$4567,A1,D0.w],-$3211) | |
| 3381 0123 4567 89ab cdef move.w D1, ([$4567,A1,D0.w],-$3211) | |
| 3382 0123 4567 89ab cdef move.w D2, ([$4567,A1,D0.w],-$3211) | |
| 3383 0123 4567 89ab cdef move.w D3, ([$4567,A1,D0.w],-$3211) | |
| 3384 0123 4567 89ab cdef move.w D4, ([$4567,A1,D0.w],-$3211) | |
| 3385 0123 4567 89ab cdef move.w D5, ([$4567,A1,D0.w],-$3211) | |
| 3386 0123 4567 89ab cdef move.w D6, ([$4567,A1,D0.w],-$3211) | |
| 3387 0123 4567 89ab cdef move.w D7, ([$4567,A1,D0.w],-$3211) | |
| 3388 0123 4567 89ab cdef move.w A0, ([$4567,A1,D0.w],-$3211) | |
| 3389 0123 4567 89ab cdef move.w A1, ([$4567,A1,D0.w],-$3211) | |
| 338a 0123 4567 89ab cdef move.w A2, ([$4567,A1,D0.w],-$3211) | |
| 338b 0123 4567 89ab cdef move.w A3, ([$4567,A1,D0.w],-$3211) | |
| 338c 0123 4567 89ab cdef move.w A4, ([$4567,A1,D0.w],-$3211) | |
| 338d 0123 4567 89ab cdef move.w A5, ([$4567,A1,D0.w],-$3211) | |
| 338e 0123 4567 89ab cdef move.w A6, ([$4567,A1,D0.w],-$3211) | |
| 338f 0123 4567 89ab cdef move.w A7, ([$4567,A1,D0.w],-$3211) | |
| 3390 0123 4567 89ab cdef move.w (A0), ([$4567,A1,D0.w],-$3211) | |
| 3391 0123 4567 89ab cdef move.w (A1), ([$4567,A1,D0.w],-$3211) | |
| 3392 0123 4567 89ab cdef move.w (A2), ([$4567,A1,D0.w],-$3211) | |
| 3393 0123 4567 89ab cdef move.w (A3), ([$4567,A1,D0.w],-$3211) | |
| 3394 0123 4567 89ab cdef move.w (A4), ([$4567,A1,D0.w],-$3211) | |
| 3395 0123 4567 89ab cdef move.w (A5), ([$4567,A1,D0.w],-$3211) | |
| 3396 0123 4567 89ab cdef move.w (A6), ([$4567,A1,D0.w],-$3211) | |
| 3397 0123 4567 89ab cdef move.w (A7), ([$4567,A1,D0.w],-$3211) | |
| 3398 0123 4567 89ab cdef move.w (A0)+, ([$4567,A1,D0.w],-$3211) | |
| 3399 0123 4567 89ab cdef move.w (A1)+, ([$4567,A1,D0.w],-$3211) | |
| 339a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A1,D0.w],-$3211) | |
| 339b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A1,D0.w],-$3211) | |
| 339c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A1,D0.w],-$3211) | |
| 339d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A1,D0.w],-$3211) | |
| 339e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A1,D0.w],-$3211) | |
| 339f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A1,D0.w],-$3211) | |
| 33a0 0123 4567 89ab cdef move.w -(A0), ([$4567,A1,D0.w],-$3211) | |
| 33a1 0123 4567 89ab cdef move.w -(A1), ([$4567,A1,D0.w],-$3211) | |
| 33a2 0123 4567 89ab cdef move.w -(A2), ([$4567,A1,D0.w],-$3211) | |
| 33a3 0123 4567 89ab cdef move.w -(A3), ([$4567,A1,D0.w],-$3211) | |
| 33a4 0123 4567 89ab cdef move.w -(A4), ([$4567,A1,D0.w],-$3211) | |
| 33a5 0123 4567 89ab cdef move.w -(A5), ([$4567,A1,D0.w],-$3211) | |
| 33a6 0123 4567 89ab cdef move.w -(A6), ([$4567,A1,D0.w],-$3211) | |
| 33a7 0123 4567 89ab cdef move.w -(A7), ([$4567,A1,D0.w],-$3211) | |
| 33a8 0123 4567 89ab move.w ($123,A0), ([-$7655,A1]) | |
| 33a9 0123 4567 89ab move.w ($123,A1), ([-$7655,A1]) | |
| 33aa 0123 4567 89ab move.w ($123,A2), ([-$7655,A1]) | |
| 33ab 0123 4567 89ab move.w ($123,A3), ([-$7655,A1]) | |
| 33ac 0123 4567 89ab move.w ($123,A4), ([-$7655,A1]) | |
| 33ad 0123 4567 89ab move.w ($123,A5), ([-$7655,A1]) | |
| 33ae 0123 4567 89ab move.w ($123,A6), ([-$7655,A1]) | |
| 33af 0123 4567 89ab move.w ($123,A7), ([-$7655,A1]) | |
| 33b0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A1,D0.w) | |
| 33b1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A1,D0.w) | |
| 33b2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A1,D0.w) | |
| 33b3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A1,D0.w) | |
| 33b4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A1,D0.w) | |
| 33b5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A1,D0.w) | |
| 33b6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A1,D0.w) | |
| 33b7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A1,D0.w) | |
| 33b8 0123 4567 89ab move.w $123.w, ([-$7655,A1]) | |
| 33b9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 33ba 0123 4567 89ab move.w ($123,PC), ([-$7655,A1]); ($125) | |
| 33bb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A1,D0.w) | |
| 33bc 0123 4567 89ab move.w #$123, ([-$7655,A1]) | |
| 33c0 0123 4567 move.w D0, $1234567.l | |
| 33c1 0123 4567 move.w D1, $1234567.l | |
| 33c2 0123 4567 move.w D2, $1234567.l | |
| 33c3 0123 4567 move.w D3, $1234567.l | |
| 33c4 0123 4567 move.w D4, $1234567.l | |
| 33c5 0123 4567 move.w D5, $1234567.l | |
| 33c6 0123 4567 move.w D6, $1234567.l | |
| 33c7 0123 4567 move.w D7, $1234567.l | |
| 33c8 0123 4567 move.w A0, $1234567.l | |
| 33c9 0123 4567 move.w A1, $1234567.l | |
| 33ca 0123 4567 move.w A2, $1234567.l | |
| 33cb 0123 4567 move.w A3, $1234567.l | |
| 33cc 0123 4567 move.w A4, $1234567.l | |
| 33cd 0123 4567 move.w A5, $1234567.l | |
| 33ce 0123 4567 move.w A6, $1234567.l | |
| 33cf 0123 4567 move.w A7, $1234567.l | |
| 33d0 0123 4567 move.w (A0), $1234567.l | |
| 33d1 0123 4567 move.w (A1), $1234567.l | |
| 33d2 0123 4567 move.w (A2), $1234567.l | |
| 33d3 0123 4567 move.w (A3), $1234567.l | |
| 33d4 0123 4567 move.w (A4), $1234567.l | |
| 33d5 0123 4567 move.w (A5), $1234567.l | |
| 33d6 0123 4567 move.w (A6), $1234567.l | |
| 33d7 0123 4567 move.w (A7), $1234567.l | |
| 33d8 0123 4567 move.w (A0)+, $1234567.l | |
| 33d9 0123 4567 move.w (A1)+, $1234567.l | |
| 33da 0123 4567 move.w (A2)+, $1234567.l | |
| 33db 0123 4567 move.w (A3)+, $1234567.l | |
| 33dc 0123 4567 move.w (A4)+, $1234567.l | |
| 33dd 0123 4567 move.w (A5)+, $1234567.l | |
| 33de 0123 4567 move.w (A6)+, $1234567.l | |
| 33df 0123 4567 move.w (A7)+, $1234567.l | |
| 33e0 0123 4567 move.w -(A0), $1234567.l | |
| 33e1 0123 4567 move.w -(A1), $1234567.l | |
| 33e2 0123 4567 move.w -(A2), $1234567.l | |
| 33e3 0123 4567 move.w -(A3), $1234567.l | |
| 33e4 0123 4567 move.w -(A4), $1234567.l | |
| 33e5 0123 4567 move.w -(A5), $1234567.l | |
| 33e6 0123 4567 move.w -(A6), $1234567.l | |
| 33e7 0123 4567 move.w -(A7), $1234567.l | |
| 33e8 0123 4567 89ab move.w ($123,A0), $456789ab.l | |
| 33e9 0123 4567 89ab move.w ($123,A1), $456789ab.l | |
| 33ea 0123 4567 89ab move.w ($123,A2), $456789ab.l | |
| 33eb 0123 4567 89ab move.w ($123,A3), $456789ab.l | |
| 33ec 0123 4567 89ab move.w ($123,A4), $456789ab.l | |
| 33ed 0123 4567 89ab move.w ($123,A5), $456789ab.l | |
| 33ee 0123 4567 89ab move.w ($123,A6), $456789ab.l | |
| 33ef 0123 4567 89ab move.w ($123,A7), $456789ab.l | |
| 33f0 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A0,D0.w],-$3211), $0.l | |
| 33f1 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A1,D0.w],-$3211), $0.l | |
| 33f2 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A2,D0.w],-$3211), $0.l | |
| 33f3 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A3,D0.w],-$3211), $0.l | |
| 33f4 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A4,D0.w],-$3211), $0.l | |
| 33f5 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A5,D0.w],-$3211), $0.l | |
| 33f6 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A6,D0.w],-$3211), $0.l | |
| 33f7 0123 4567 89ab cdef 0000 0000 move.w ([$4567,A7,D0.w],-$3211), $0.l | |
| 33f8 0123 4567 89ab move.w $123.w, $456789ab.l | |
| 33f9 0123 4567 89ab cdef move.w $1234567.l, $89abcdef.l | |
| 33fa 0123 4567 89ab move.w ($123,PC), $456789ab.l; ($125) | |
| 33fb 0123 4567 89ab cdef 0000 0000 move.w ([$4567,PC,D0.w],-$3211), $0.l | |
| 33fc 0123 4567 89ab move.w #$123, $456789ab.l | |
| 3400 move.w D0, D2 | |
| 3401 move.w D1, D2 | |
| 3402 move.w D2, D2 | |
| 3403 move.w D3, D2 | |
| 3404 move.w D4, D2 | |
| 3405 move.w D5, D2 | |
| 3406 move.w D6, D2 | |
| 3407 move.w D7, D2 | |
| 3408 move.w A0, D2 | |
| 3409 move.w A1, D2 | |
| 340a move.w A2, D2 | |
| 340b move.w A3, D2 | |
| 340c move.w A4, D2 | |
| 340d move.w A5, D2 | |
| 340e move.w A6, D2 | |
| 340f move.w A7, D2 | |
| 3410 move.w (A0), D2 | |
| 3411 move.w (A1), D2 | |
| 3412 move.w (A2), D2 | |
| 3413 move.w (A3), D2 | |
| 3414 move.w (A4), D2 | |
| 3415 move.w (A5), D2 | |
| 3416 move.w (A6), D2 | |
| 3417 move.w (A7), D2 | |
| 3418 move.w (A0)+, D2 | |
| 3419 move.w (A1)+, D2 | |
| 341a move.w (A2)+, D2 | |
| 341b move.w (A3)+, D2 | |
| 341c move.w (A4)+, D2 | |
| 341d move.w (A5)+, D2 | |
| 341e move.w (A6)+, D2 | |
| 341f move.w (A7)+, D2 | |
| 3420 move.w -(A0), D2 | |
| 3421 move.w -(A1), D2 | |
| 3422 move.w -(A2), D2 | |
| 3423 move.w -(A3), D2 | |
| 3424 move.w -(A4), D2 | |
| 3425 move.w -(A5), D2 | |
| 3426 move.w -(A6), D2 | |
| 3427 move.w -(A7), D2 | |
| 3428 0123 move.w ($123,A0), D2 | |
| 3429 0123 move.w ($123,A1), D2 | |
| 342a 0123 move.w ($123,A2), D2 | |
| 342b 0123 move.w ($123,A3), D2 | |
| 342c 0123 move.w ($123,A4), D2 | |
| 342d 0123 move.w ($123,A5), D2 | |
| 342e 0123 move.w ($123,A6), D2 | |
| 342f 0123 move.w ($123,A7), D2 | |
| 3430 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D2 | |
| 3431 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D2 | |
| 3432 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D2 | |
| 3433 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D2 | |
| 3434 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D2 | |
| 3435 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D2 | |
| 3436 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D2 | |
| 3437 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D2 | |
| 3438 0123 move.w $123.w, D2 | |
| 3439 0123 4567 move.w $1234567.l, D2 | |
| 343a 0123 move.w ($123,PC), D2; ($125) | |
| 343b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D2 | |
| 343c 0123 move.w #$123, D2 | |
| 3440 movea.w D0, A2 | |
| 3441 movea.w D1, A2 | |
| 3442 movea.w D2, A2 | |
| 3443 movea.w D3, A2 | |
| 3444 movea.w D4, A2 | |
| 3445 movea.w D5, A2 | |
| 3446 movea.w D6, A2 | |
| 3447 movea.w D7, A2 | |
| 3448 movea.w A0, A2 | |
| 3449 movea.w A1, A2 | |
| 344a movea.w A2, A2 | |
| 344b movea.w A3, A2 | |
| 344c movea.w A4, A2 | |
| 344d movea.w A5, A2 | |
| 344e movea.w A6, A2 | |
| 344f movea.w A7, A2 | |
| 3450 movea.w (A0), A2 | |
| 3451 movea.w (A1), A2 | |
| 3452 movea.w (A2), A2 | |
| 3453 movea.w (A3), A2 | |
| 3454 movea.w (A4), A2 | |
| 3455 movea.w (A5), A2 | |
| 3456 movea.w (A6), A2 | |
| 3457 movea.w (A7), A2 | |
| 3458 movea.w (A0)+, A2 | |
| 3459 movea.w (A1)+, A2 | |
| 345a movea.w (A2)+, A2 | |
| 345b movea.w (A3)+, A2 | |
| 345c movea.w (A4)+, A2 | |
| 345d movea.w (A5)+, A2 | |
| 345e movea.w (A6)+, A2 | |
| 345f movea.w (A7)+, A2 | |
| 3460 movea.w -(A0), A2 | |
| 3461 movea.w -(A1), A2 | |
| 3462 movea.w -(A2), A2 | |
| 3463 movea.w -(A3), A2 | |
| 3464 movea.w -(A4), A2 | |
| 3465 movea.w -(A5), A2 | |
| 3466 movea.w -(A6), A2 | |
| 3467 movea.w -(A7), A2 | |
| 3468 0123 movea.w ($123,A0), A2 | |
| 3469 0123 movea.w ($123,A1), A2 | |
| 346a 0123 movea.w ($123,A2), A2 | |
| 346b 0123 movea.w ($123,A3), A2 | |
| 346c 0123 movea.w ($123,A4), A2 | |
| 346d 0123 movea.w ($123,A5), A2 | |
| 346e 0123 movea.w ($123,A6), A2 | |
| 346f 0123 movea.w ($123,A7), A2 | |
| 3470 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A2 | |
| 3471 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A2 | |
| 3472 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A2 | |
| 3473 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A2 | |
| 3474 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A2 | |
| 3475 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A2 | |
| 3476 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A2 | |
| 3477 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A2 | |
| 3478 0123 movea.w $123.w, A2 | |
| 3479 0123 4567 movea.w $1234567.l, A2 | |
| 347a 0123 movea.w ($123,PC), A2; ($125) | |
| 347b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A2 | |
| 347c 0123 movea.w #$123, A2 | |
| 3480 move.w D0, (A2) | |
| 3481 move.w D1, (A2) | |
| 3482 move.w D2, (A2) | |
| 3483 move.w D3, (A2) | |
| 3484 move.w D4, (A2) | |
| 3485 move.w D5, (A2) | |
| 3486 move.w D6, (A2) | |
| 3487 move.w D7, (A2) | |
| 3488 move.w A0, (A2) | |
| 3489 move.w A1, (A2) | |
| 348a move.w A2, (A2) | |
| 348b move.w A3, (A2) | |
| 348c move.w A4, (A2) | |
| 348d move.w A5, (A2) | |
| 348e move.w A6, (A2) | |
| 348f move.w A7, (A2) | |
| 3490 move.w (A0), (A2) | |
| 3491 move.w (A1), (A2) | |
| 3492 move.w (A2), (A2) | |
| 3493 move.w (A3), (A2) | |
| 3494 move.w (A4), (A2) | |
| 3495 move.w (A5), (A2) | |
| 3496 move.w (A6), (A2) | |
| 3497 move.w (A7), (A2) | |
| 3498 move.w (A0)+, (A2) | |
| 3499 move.w (A1)+, (A2) | |
| 349a move.w (A2)+, (A2) | |
| 349b move.w (A3)+, (A2) | |
| 349c move.w (A4)+, (A2) | |
| 349d move.w (A5)+, (A2) | |
| 349e move.w (A6)+, (A2) | |
| 349f move.w (A7)+, (A2) | |
| 34a0 move.w -(A0), (A2) | |
| 34a1 move.w -(A1), (A2) | |
| 34a2 move.w -(A2), (A2) | |
| 34a3 move.w -(A3), (A2) | |
| 34a4 move.w -(A4), (A2) | |
| 34a5 move.w -(A5), (A2) | |
| 34a6 move.w -(A6), (A2) | |
| 34a7 move.w -(A7), (A2) | |
| 34a8 0123 move.w ($123,A0), (A2) | |
| 34a9 0123 move.w ($123,A1), (A2) | |
| 34aa 0123 move.w ($123,A2), (A2) | |
| 34ab 0123 move.w ($123,A3), (A2) | |
| 34ac 0123 move.w ($123,A4), (A2) | |
| 34ad 0123 move.w ($123,A5), (A2) | |
| 34ae 0123 move.w ($123,A6), (A2) | |
| 34af 0123 move.w ($123,A7), (A2) | |
| 34b0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A2) | |
| 34b1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A2) | |
| 34b2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A2) | |
| 34b3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A2) | |
| 34b4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A2) | |
| 34b5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A2) | |
| 34b6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A2) | |
| 34b7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A2) | |
| 34b8 0123 move.w $123.w, (A2) | |
| 34b9 0123 4567 move.w $1234567.l, (A2) | |
| 34ba 0123 move.w ($123,PC), (A2); ($125) | |
| 34bb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A2) | |
| 34bc 0123 move.w #$123, (A2) | |
| 34c0 move.w D0, (A2)+ | |
| 34c1 move.w D1, (A2)+ | |
| 34c2 move.w D2, (A2)+ | |
| 34c3 move.w D3, (A2)+ | |
| 34c4 move.w D4, (A2)+ | |
| 34c5 move.w D5, (A2)+ | |
| 34c6 move.w D6, (A2)+ | |
| 34c7 move.w D7, (A2)+ | |
| 34c8 move.w A0, (A2)+ | |
| 34c9 move.w A1, (A2)+ | |
| 34ca move.w A2, (A2)+ | |
| 34cb move.w A3, (A2)+ | |
| 34cc move.w A4, (A2)+ | |
| 34cd move.w A5, (A2)+ | |
| 34ce move.w A6, (A2)+ | |
| 34cf move.w A7, (A2)+ | |
| 34d0 move.w (A0), (A2)+ | |
| 34d1 move.w (A1), (A2)+ | |
| 34d2 move.w (A2), (A2)+ | |
| 34d3 move.w (A3), (A2)+ | |
| 34d4 move.w (A4), (A2)+ | |
| 34d5 move.w (A5), (A2)+ | |
| 34d6 move.w (A6), (A2)+ | |
| 34d7 move.w (A7), (A2)+ | |
| 34d8 move.w (A0)+, (A2)+ | |
| 34d9 move.w (A1)+, (A2)+ | |
| 34da move.w (A2)+, (A2)+ | |
| 34db move.w (A3)+, (A2)+ | |
| 34dc move.w (A4)+, (A2)+ | |
| 34dd move.w (A5)+, (A2)+ | |
| 34de move.w (A6)+, (A2)+ | |
| 34df move.w (A7)+, (A2)+ | |
| 34e0 move.w -(A0), (A2)+ | |
| 34e1 move.w -(A1), (A2)+ | |
| 34e2 move.w -(A2), (A2)+ | |
| 34e3 move.w -(A3), (A2)+ | |
| 34e4 move.w -(A4), (A2)+ | |
| 34e5 move.w -(A5), (A2)+ | |
| 34e6 move.w -(A6), (A2)+ | |
| 34e7 move.w -(A7), (A2)+ | |
| 34e8 0123 move.w ($123,A0), (A2)+ | |
| 34e9 0123 move.w ($123,A1), (A2)+ | |
| 34ea 0123 move.w ($123,A2), (A2)+ | |
| 34eb 0123 move.w ($123,A3), (A2)+ | |
| 34ec 0123 move.w ($123,A4), (A2)+ | |
| 34ed 0123 move.w ($123,A5), (A2)+ | |
| 34ee 0123 move.w ($123,A6), (A2)+ | |
| 34ef 0123 move.w ($123,A7), (A2)+ | |
| 34f0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A2)+ | |
| 34f1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A2)+ | |
| 34f2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A2)+ | |
| 34f3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A2)+ | |
| 34f4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A2)+ | |
| 34f5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A2)+ | |
| 34f6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A2)+ | |
| 34f7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A2)+ | |
| 34f8 0123 move.w $123.w, (A2)+ | |
| 34f9 0123 4567 move.w $1234567.l, (A2)+ | |
| 34fa 0123 move.w ($123,PC), (A2)+; ($125) | |
| 34fb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A2)+ | |
| 34fc 0123 move.w #$123, (A2)+ | |
| 3500 move.w D0, -(A2) | |
| 3501 move.w D1, -(A2) | |
| 3502 move.w D2, -(A2) | |
| 3503 move.w D3, -(A2) | |
| 3504 move.w D4, -(A2) | |
| 3505 move.w D5, -(A2) | |
| 3506 move.w D6, -(A2) | |
| 3507 move.w D7, -(A2) | |
| 3508 move.w A0, -(A2) | |
| 3509 move.w A1, -(A2) | |
| 350a move.w A2, -(A2) | |
| 350b move.w A3, -(A2) | |
| 350c move.w A4, -(A2) | |
| 350d move.w A5, -(A2) | |
| 350e move.w A6, -(A2) | |
| 350f move.w A7, -(A2) | |
| 3510 move.w (A0), -(A2) | |
| 3511 move.w (A1), -(A2) | |
| 3512 move.w (A2), -(A2) | |
| 3513 move.w (A3), -(A2) | |
| 3514 move.w (A4), -(A2) | |
| 3515 move.w (A5), -(A2) | |
| 3516 move.w (A6), -(A2) | |
| 3517 move.w (A7), -(A2) | |
| 3518 move.w (A0)+, -(A2) | |
| 3519 move.w (A1)+, -(A2) | |
| 351a move.w (A2)+, -(A2) | |
| 351b move.w (A3)+, -(A2) | |
| 351c move.w (A4)+, -(A2) | |
| 351d move.w (A5)+, -(A2) | |
| 351e move.w (A6)+, -(A2) | |
| 351f move.w (A7)+, -(A2) | |
| 3520 move.w -(A0), -(A2) | |
| 3521 move.w -(A1), -(A2) | |
| 3522 move.w -(A2), -(A2) | |
| 3523 move.w -(A3), -(A2) | |
| 3524 move.w -(A4), -(A2) | |
| 3525 move.w -(A5), -(A2) | |
| 3526 move.w -(A6), -(A2) | |
| 3527 move.w -(A7), -(A2) | |
| 3528 0123 move.w ($123,A0), -(A2) | |
| 3529 0123 move.w ($123,A1), -(A2) | |
| 352a 0123 move.w ($123,A2), -(A2) | |
| 352b 0123 move.w ($123,A3), -(A2) | |
| 352c 0123 move.w ($123,A4), -(A2) | |
| 352d 0123 move.w ($123,A5), -(A2) | |
| 352e 0123 move.w ($123,A6), -(A2) | |
| 352f 0123 move.w ($123,A7), -(A2) | |
| 3530 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A2) | |
| 3531 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A2) | |
| 3532 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A2) | |
| 3533 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A2) | |
| 3534 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A2) | |
| 3535 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A2) | |
| 3536 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A2) | |
| 3537 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A2) | |
| 3538 0123 move.w $123.w, -(A2) | |
| 3539 0123 4567 move.w $1234567.l, -(A2) | |
| 353a 0123 move.w ($123,PC), -(A2); ($125) | |
| 353b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A2) | |
| 353c 0123 move.w #$123, -(A2) | |
| 3540 0123 move.w D0, ($123,A2) | |
| 3541 0123 move.w D1, ($123,A2) | |
| 3542 0123 move.w D2, ($123,A2) | |
| 3543 0123 move.w D3, ($123,A2) | |
| 3544 0123 move.w D4, ($123,A2) | |
| 3545 0123 move.w D5, ($123,A2) | |
| 3546 0123 move.w D6, ($123,A2) | |
| 3547 0123 move.w D7, ($123,A2) | |
| 3548 0123 move.w A0, ($123,A2) | |
| 3549 0123 move.w A1, ($123,A2) | |
| 354a 0123 move.w A2, ($123,A2) | |
| 354b 0123 move.w A3, ($123,A2) | |
| 354c 0123 move.w A4, ($123,A2) | |
| 354d 0123 move.w A5, ($123,A2) | |
| 354e 0123 move.w A6, ($123,A2) | |
| 354f 0123 move.w A7, ($123,A2) | |
| 3550 0123 move.w (A0), ($123,A2) | |
| 3551 0123 move.w (A1), ($123,A2) | |
| 3552 0123 move.w (A2), ($123,A2) | |
| 3553 0123 move.w (A3), ($123,A2) | |
| 3554 0123 move.w (A4), ($123,A2) | |
| 3555 0123 move.w (A5), ($123,A2) | |
| 3556 0123 move.w (A6), ($123,A2) | |
| 3557 0123 move.w (A7), ($123,A2) | |
| 3558 0123 move.w (A0)+, ($123,A2) | |
| 3559 0123 move.w (A1)+, ($123,A2) | |
| 355a 0123 move.w (A2)+, ($123,A2) | |
| 355b 0123 move.w (A3)+, ($123,A2) | |
| 355c 0123 move.w (A4)+, ($123,A2) | |
| 355d 0123 move.w (A5)+, ($123,A2) | |
| 355e 0123 move.w (A6)+, ($123,A2) | |
| 355f 0123 move.w (A7)+, ($123,A2) | |
| 3560 0123 move.w -(A0), ($123,A2) | |
| 3561 0123 move.w -(A1), ($123,A2) | |
| 3562 0123 move.w -(A2), ($123,A2) | |
| 3563 0123 move.w -(A3), ($123,A2) | |
| 3564 0123 move.w -(A4), ($123,A2) | |
| 3565 0123 move.w -(A5), ($123,A2) | |
| 3566 0123 move.w -(A6), ($123,A2) | |
| 3567 0123 move.w -(A7), ($123,A2) | |
| 3568 0123 4567 move.w ($123,A0), ($4567,A2) | |
| 3569 0123 4567 move.w ($123,A1), ($4567,A2) | |
| 356a 0123 4567 move.w ($123,A2), ($4567,A2) | |
| 356b 0123 4567 move.w ($123,A3), ($4567,A2) | |
| 356c 0123 4567 move.w ($123,A4), ($4567,A2) | |
| 356d 0123 4567 move.w ($123,A5), ($4567,A2) | |
| 356e 0123 4567 move.w ($123,A6), ($4567,A2) | |
| 356f 0123 4567 move.w ($123,A7), ($4567,A2) | |
| 3570 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A2) | |
| 3571 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A2) | |
| 3572 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A2) | |
| 3573 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A2) | |
| 3574 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A2) | |
| 3575 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A2) | |
| 3576 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A2) | |
| 3577 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A2) | |
| 3578 0123 4567 move.w $123.w, ($4567,A2) | |
| 3579 0123 4567 89ab move.w $1234567.l, (-$7655,A2) | |
| 357a 0123 4567 move.w ($123,PC), ($4567,A2); ($125) | |
| 357b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A2) | |
| 357c 0123 4567 move.w #$123, ($4567,A2) | |
| 3580 0123 4567 89ab cdef move.w D0, ([$4567,A2,D0.w],-$3211) | |
| 3581 0123 4567 89ab cdef move.w D1, ([$4567,A2,D0.w],-$3211) | |
| 3582 0123 4567 89ab cdef move.w D2, ([$4567,A2,D0.w],-$3211) | |
| 3583 0123 4567 89ab cdef move.w D3, ([$4567,A2,D0.w],-$3211) | |
| 3584 0123 4567 89ab cdef move.w D4, ([$4567,A2,D0.w],-$3211) | |
| 3585 0123 4567 89ab cdef move.w D5, ([$4567,A2,D0.w],-$3211) | |
| 3586 0123 4567 89ab cdef move.w D6, ([$4567,A2,D0.w],-$3211) | |
| 3587 0123 4567 89ab cdef move.w D7, ([$4567,A2,D0.w],-$3211) | |
| 3588 0123 4567 89ab cdef move.w A0, ([$4567,A2,D0.w],-$3211) | |
| 3589 0123 4567 89ab cdef move.w A1, ([$4567,A2,D0.w],-$3211) | |
| 358a 0123 4567 89ab cdef move.w A2, ([$4567,A2,D0.w],-$3211) | |
| 358b 0123 4567 89ab cdef move.w A3, ([$4567,A2,D0.w],-$3211) | |
| 358c 0123 4567 89ab cdef move.w A4, ([$4567,A2,D0.w],-$3211) | |
| 358d 0123 4567 89ab cdef move.w A5, ([$4567,A2,D0.w],-$3211) | |
| 358e 0123 4567 89ab cdef move.w A6, ([$4567,A2,D0.w],-$3211) | |
| 358f 0123 4567 89ab cdef move.w A7, ([$4567,A2,D0.w],-$3211) | |
| 3590 0123 4567 89ab cdef move.w (A0), ([$4567,A2,D0.w],-$3211) | |
| 3591 0123 4567 89ab cdef move.w (A1), ([$4567,A2,D0.w],-$3211) | |
| 3592 0123 4567 89ab cdef move.w (A2), ([$4567,A2,D0.w],-$3211) | |
| 3593 0123 4567 89ab cdef move.w (A3), ([$4567,A2,D0.w],-$3211) | |
| 3594 0123 4567 89ab cdef move.w (A4), ([$4567,A2,D0.w],-$3211) | |
| 3595 0123 4567 89ab cdef move.w (A5), ([$4567,A2,D0.w],-$3211) | |
| 3596 0123 4567 89ab cdef move.w (A6), ([$4567,A2,D0.w],-$3211) | |
| 3597 0123 4567 89ab cdef move.w (A7), ([$4567,A2,D0.w],-$3211) | |
| 3598 0123 4567 89ab cdef move.w (A0)+, ([$4567,A2,D0.w],-$3211) | |
| 3599 0123 4567 89ab cdef move.w (A1)+, ([$4567,A2,D0.w],-$3211) | |
| 359a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A2,D0.w],-$3211) | |
| 359b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A2,D0.w],-$3211) | |
| 359c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A2,D0.w],-$3211) | |
| 359d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A2,D0.w],-$3211) | |
| 359e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A2,D0.w],-$3211) | |
| 359f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A2,D0.w],-$3211) | |
| 35a0 0123 4567 89ab cdef move.w -(A0), ([$4567,A2,D0.w],-$3211) | |
| 35a1 0123 4567 89ab cdef move.w -(A1), ([$4567,A2,D0.w],-$3211) | |
| 35a2 0123 4567 89ab cdef move.w -(A2), ([$4567,A2,D0.w],-$3211) | |
| 35a3 0123 4567 89ab cdef move.w -(A3), ([$4567,A2,D0.w],-$3211) | |
| 35a4 0123 4567 89ab cdef move.w -(A4), ([$4567,A2,D0.w],-$3211) | |
| 35a5 0123 4567 89ab cdef move.w -(A5), ([$4567,A2,D0.w],-$3211) | |
| 35a6 0123 4567 89ab cdef move.w -(A6), ([$4567,A2,D0.w],-$3211) | |
| 35a7 0123 4567 89ab cdef move.w -(A7), ([$4567,A2,D0.w],-$3211) | |
| 35a8 0123 4567 89ab move.w ($123,A0), ([-$7655,A2]) | |
| 35a9 0123 4567 89ab move.w ($123,A1), ([-$7655,A2]) | |
| 35aa 0123 4567 89ab move.w ($123,A2), ([-$7655,A2]) | |
| 35ab 0123 4567 89ab move.w ($123,A3), ([-$7655,A2]) | |
| 35ac 0123 4567 89ab move.w ($123,A4), ([-$7655,A2]) | |
| 35ad 0123 4567 89ab move.w ($123,A5), ([-$7655,A2]) | |
| 35ae 0123 4567 89ab move.w ($123,A6), ([-$7655,A2]) | |
| 35af 0123 4567 89ab move.w ($123,A7), ([-$7655,A2]) | |
| 35b0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A2,D0.w) | |
| 35b1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A2,D0.w) | |
| 35b2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A2,D0.w) | |
| 35b3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A2,D0.w) | |
| 35b4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A2,D0.w) | |
| 35b5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A2,D0.w) | |
| 35b6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A2,D0.w) | |
| 35b7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A2,D0.w) | |
| 35b8 0123 4567 89ab move.w $123.w, ([-$7655,A2]) | |
| 35b9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 35ba 0123 4567 89ab move.w ($123,PC), ([-$7655,A2]); ($125) | |
| 35bb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A2,D0.w) | |
| 35bc 0123 4567 89ab move.w #$123, ([-$7655,A2]) | |
| 3600 move.w D0, D3 | |
| 3601 move.w D1, D3 | |
| 3602 move.w D2, D3 | |
| 3603 move.w D3, D3 | |
| 3604 move.w D4, D3 | |
| 3605 move.w D5, D3 | |
| 3606 move.w D6, D3 | |
| 3607 move.w D7, D3 | |
| 3608 move.w A0, D3 | |
| 3609 move.w A1, D3 | |
| 360a move.w A2, D3 | |
| 360b move.w A3, D3 | |
| 360c move.w A4, D3 | |
| 360d move.w A5, D3 | |
| 360e move.w A6, D3 | |
| 360f move.w A7, D3 | |
| 3610 move.w (A0), D3 | |
| 3611 move.w (A1), D3 | |
| 3612 move.w (A2), D3 | |
| 3613 move.w (A3), D3 | |
| 3614 move.w (A4), D3 | |
| 3615 move.w (A5), D3 | |
| 3616 move.w (A6), D3 | |
| 3617 move.w (A7), D3 | |
| 3618 move.w (A0)+, D3 | |
| 3619 move.w (A1)+, D3 | |
| 361a move.w (A2)+, D3 | |
| 361b move.w (A3)+, D3 | |
| 361c move.w (A4)+, D3 | |
| 361d move.w (A5)+, D3 | |
| 361e move.w (A6)+, D3 | |
| 361f move.w (A7)+, D3 | |
| 3620 move.w -(A0), D3 | |
| 3621 move.w -(A1), D3 | |
| 3622 move.w -(A2), D3 | |
| 3623 move.w -(A3), D3 | |
| 3624 move.w -(A4), D3 | |
| 3625 move.w -(A5), D3 | |
| 3626 move.w -(A6), D3 | |
| 3627 move.w -(A7), D3 | |
| 3628 0123 move.w ($123,A0), D3 | |
| 3629 0123 move.w ($123,A1), D3 | |
| 362a 0123 move.w ($123,A2), D3 | |
| 362b 0123 move.w ($123,A3), D3 | |
| 362c 0123 move.w ($123,A4), D3 | |
| 362d 0123 move.w ($123,A5), D3 | |
| 362e 0123 move.w ($123,A6), D3 | |
| 362f 0123 move.w ($123,A7), D3 | |
| 3630 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D3 | |
| 3631 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D3 | |
| 3632 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D3 | |
| 3633 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D3 | |
| 3634 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D3 | |
| 3635 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D3 | |
| 3636 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D3 | |
| 3637 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D3 | |
| 3638 0123 move.w $123.w, D3 | |
| 3639 0123 4567 move.w $1234567.l, D3 | |
| 363a 0123 move.w ($123,PC), D3; ($125) | |
| 363b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D3 | |
| 363c 0123 move.w #$123, D3 | |
| 3640 movea.w D0, A3 | |
| 3641 movea.w D1, A3 | |
| 3642 movea.w D2, A3 | |
| 3643 movea.w D3, A3 | |
| 3644 movea.w D4, A3 | |
| 3645 movea.w D5, A3 | |
| 3646 movea.w D6, A3 | |
| 3647 movea.w D7, A3 | |
| 3648 movea.w A0, A3 | |
| 3649 movea.w A1, A3 | |
| 364a movea.w A2, A3 | |
| 364b movea.w A3, A3 | |
| 364c movea.w A4, A3 | |
| 364d movea.w A5, A3 | |
| 364e movea.w A6, A3 | |
| 364f movea.w A7, A3 | |
| 3650 movea.w (A0), A3 | |
| 3651 movea.w (A1), A3 | |
| 3652 movea.w (A2), A3 | |
| 3653 movea.w (A3), A3 | |
| 3654 movea.w (A4), A3 | |
| 3655 movea.w (A5), A3 | |
| 3656 movea.w (A6), A3 | |
| 3657 movea.w (A7), A3 | |
| 3658 movea.w (A0)+, A3 | |
| 3659 movea.w (A1)+, A3 | |
| 365a movea.w (A2)+, A3 | |
| 365b movea.w (A3)+, A3 | |
| 365c movea.w (A4)+, A3 | |
| 365d movea.w (A5)+, A3 | |
| 365e movea.w (A6)+, A3 | |
| 365f movea.w (A7)+, A3 | |
| 3660 movea.w -(A0), A3 | |
| 3661 movea.w -(A1), A3 | |
| 3662 movea.w -(A2), A3 | |
| 3663 movea.w -(A3), A3 | |
| 3664 movea.w -(A4), A3 | |
| 3665 movea.w -(A5), A3 | |
| 3666 movea.w -(A6), A3 | |
| 3667 movea.w -(A7), A3 | |
| 3668 0123 movea.w ($123,A0), A3 | |
| 3669 0123 movea.w ($123,A1), A3 | |
| 366a 0123 movea.w ($123,A2), A3 | |
| 366b 0123 movea.w ($123,A3), A3 | |
| 366c 0123 movea.w ($123,A4), A3 | |
| 366d 0123 movea.w ($123,A5), A3 | |
| 366e 0123 movea.w ($123,A6), A3 | |
| 366f 0123 movea.w ($123,A7), A3 | |
| 3670 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A3 | |
| 3671 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A3 | |
| 3672 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A3 | |
| 3673 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A3 | |
| 3674 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A3 | |
| 3675 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A3 | |
| 3676 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A3 | |
| 3677 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A3 | |
| 3678 0123 movea.w $123.w, A3 | |
| 3679 0123 4567 movea.w $1234567.l, A3 | |
| 367a 0123 movea.w ($123,PC), A3; ($125) | |
| 367b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A3 | |
| 367c 0123 movea.w #$123, A3 | |
| 3680 move.w D0, (A3) | |
| 3681 move.w D1, (A3) | |
| 3682 move.w D2, (A3) | |
| 3683 move.w D3, (A3) | |
| 3684 move.w D4, (A3) | |
| 3685 move.w D5, (A3) | |
| 3686 move.w D6, (A3) | |
| 3687 move.w D7, (A3) | |
| 3688 move.w A0, (A3) | |
| 3689 move.w A1, (A3) | |
| 368a move.w A2, (A3) | |
| 368b move.w A3, (A3) | |
| 368c move.w A4, (A3) | |
| 368d move.w A5, (A3) | |
| 368e move.w A6, (A3) | |
| 368f move.w A7, (A3) | |
| 3690 move.w (A0), (A3) | |
| 3691 move.w (A1), (A3) | |
| 3692 move.w (A2), (A3) | |
| 3693 move.w (A3), (A3) | |
| 3694 move.w (A4), (A3) | |
| 3695 move.w (A5), (A3) | |
| 3696 move.w (A6), (A3) | |
| 3697 move.w (A7), (A3) | |
| 3698 move.w (A0)+, (A3) | |
| 3699 move.w (A1)+, (A3) | |
| 369a move.w (A2)+, (A3) | |
| 369b move.w (A3)+, (A3) | |
| 369c move.w (A4)+, (A3) | |
| 369d move.w (A5)+, (A3) | |
| 369e move.w (A6)+, (A3) | |
| 369f move.w (A7)+, (A3) | |
| 36a0 move.w -(A0), (A3) | |
| 36a1 move.w -(A1), (A3) | |
| 36a2 move.w -(A2), (A3) | |
| 36a3 move.w -(A3), (A3) | |
| 36a4 move.w -(A4), (A3) | |
| 36a5 move.w -(A5), (A3) | |
| 36a6 move.w -(A6), (A3) | |
| 36a7 move.w -(A7), (A3) | |
| 36a8 0123 move.w ($123,A0), (A3) | |
| 36a9 0123 move.w ($123,A1), (A3) | |
| 36aa 0123 move.w ($123,A2), (A3) | |
| 36ab 0123 move.w ($123,A3), (A3) | |
| 36ac 0123 move.w ($123,A4), (A3) | |
| 36ad 0123 move.w ($123,A5), (A3) | |
| 36ae 0123 move.w ($123,A6), (A3) | |
| 36af 0123 move.w ($123,A7), (A3) | |
| 36b0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A3) | |
| 36b1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A3) | |
| 36b2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A3) | |
| 36b3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A3) | |
| 36b4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A3) | |
| 36b5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A3) | |
| 36b6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A3) | |
| 36b7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A3) | |
| 36b8 0123 move.w $123.w, (A3) | |
| 36b9 0123 4567 move.w $1234567.l, (A3) | |
| 36ba 0123 move.w ($123,PC), (A3); ($125) | |
| 36bb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A3) | |
| 36bc 0123 move.w #$123, (A3) | |
| 36c0 move.w D0, (A3)+ | |
| 36c1 move.w D1, (A3)+ | |
| 36c2 move.w D2, (A3)+ | |
| 36c3 move.w D3, (A3)+ | |
| 36c4 move.w D4, (A3)+ | |
| 36c5 move.w D5, (A3)+ | |
| 36c6 move.w D6, (A3)+ | |
| 36c7 move.w D7, (A3)+ | |
| 36c8 move.w A0, (A3)+ | |
| 36c9 move.w A1, (A3)+ | |
| 36ca move.w A2, (A3)+ | |
| 36cb move.w A3, (A3)+ | |
| 36cc move.w A4, (A3)+ | |
| 36cd move.w A5, (A3)+ | |
| 36ce move.w A6, (A3)+ | |
| 36cf move.w A7, (A3)+ | |
| 36d0 move.w (A0), (A3)+ | |
| 36d1 move.w (A1), (A3)+ | |
| 36d2 move.w (A2), (A3)+ | |
| 36d3 move.w (A3), (A3)+ | |
| 36d4 move.w (A4), (A3)+ | |
| 36d5 move.w (A5), (A3)+ | |
| 36d6 move.w (A6), (A3)+ | |
| 36d7 move.w (A7), (A3)+ | |
| 36d8 move.w (A0)+, (A3)+ | |
| 36d9 move.w (A1)+, (A3)+ | |
| 36da move.w (A2)+, (A3)+ | |
| 36db move.w (A3)+, (A3)+ | |
| 36dc move.w (A4)+, (A3)+ | |
| 36dd move.w (A5)+, (A3)+ | |
| 36de move.w (A6)+, (A3)+ | |
| 36df move.w (A7)+, (A3)+ | |
| 36e0 move.w -(A0), (A3)+ | |
| 36e1 move.w -(A1), (A3)+ | |
| 36e2 move.w -(A2), (A3)+ | |
| 36e3 move.w -(A3), (A3)+ | |
| 36e4 move.w -(A4), (A3)+ | |
| 36e5 move.w -(A5), (A3)+ | |
| 36e6 move.w -(A6), (A3)+ | |
| 36e7 move.w -(A7), (A3)+ | |
| 36e8 0123 move.w ($123,A0), (A3)+ | |
| 36e9 0123 move.w ($123,A1), (A3)+ | |
| 36ea 0123 move.w ($123,A2), (A3)+ | |
| 36eb 0123 move.w ($123,A3), (A3)+ | |
| 36ec 0123 move.w ($123,A4), (A3)+ | |
| 36ed 0123 move.w ($123,A5), (A3)+ | |
| 36ee 0123 move.w ($123,A6), (A3)+ | |
| 36ef 0123 move.w ($123,A7), (A3)+ | |
| 36f0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A3)+ | |
| 36f1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A3)+ | |
| 36f2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A3)+ | |
| 36f3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A3)+ | |
| 36f4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A3)+ | |
| 36f5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A3)+ | |
| 36f6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A3)+ | |
| 36f7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A3)+ | |
| 36f8 0123 move.w $123.w, (A3)+ | |
| 36f9 0123 4567 move.w $1234567.l, (A3)+ | |
| 36fa 0123 move.w ($123,PC), (A3)+; ($125) | |
| 36fb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A3)+ | |
| 36fc 0123 move.w #$123, (A3)+ | |
| 3700 move.w D0, -(A3) | |
| 3701 move.w D1, -(A3) | |
| 3702 move.w D2, -(A3) | |
| 3703 move.w D3, -(A3) | |
| 3704 move.w D4, -(A3) | |
| 3705 move.w D5, -(A3) | |
| 3706 move.w D6, -(A3) | |
| 3707 move.w D7, -(A3) | |
| 3708 move.w A0, -(A3) | |
| 3709 move.w A1, -(A3) | |
| 370a move.w A2, -(A3) | |
| 370b move.w A3, -(A3) | |
| 370c move.w A4, -(A3) | |
| 370d move.w A5, -(A3) | |
| 370e move.w A6, -(A3) | |
| 370f move.w A7, -(A3) | |
| 3710 move.w (A0), -(A3) | |
| 3711 move.w (A1), -(A3) | |
| 3712 move.w (A2), -(A3) | |
| 3713 move.w (A3), -(A3) | |
| 3714 move.w (A4), -(A3) | |
| 3715 move.w (A5), -(A3) | |
| 3716 move.w (A6), -(A3) | |
| 3717 move.w (A7), -(A3) | |
| 3718 move.w (A0)+, -(A3) | |
| 3719 move.w (A1)+, -(A3) | |
| 371a move.w (A2)+, -(A3) | |
| 371b move.w (A3)+, -(A3) | |
| 371c move.w (A4)+, -(A3) | |
| 371d move.w (A5)+, -(A3) | |
| 371e move.w (A6)+, -(A3) | |
| 371f move.w (A7)+, -(A3) | |
| 3720 move.w -(A0), -(A3) | |
| 3721 move.w -(A1), -(A3) | |
| 3722 move.w -(A2), -(A3) | |
| 3723 move.w -(A3), -(A3) | |
| 3724 move.w -(A4), -(A3) | |
| 3725 move.w -(A5), -(A3) | |
| 3726 move.w -(A6), -(A3) | |
| 3727 move.w -(A7), -(A3) | |
| 3728 0123 move.w ($123,A0), -(A3) | |
| 3729 0123 move.w ($123,A1), -(A3) | |
| 372a 0123 move.w ($123,A2), -(A3) | |
| 372b 0123 move.w ($123,A3), -(A3) | |
| 372c 0123 move.w ($123,A4), -(A3) | |
| 372d 0123 move.w ($123,A5), -(A3) | |
| 372e 0123 move.w ($123,A6), -(A3) | |
| 372f 0123 move.w ($123,A7), -(A3) | |
| 3730 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A3) | |
| 3731 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A3) | |
| 3732 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A3) | |
| 3733 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A3) | |
| 3734 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A3) | |
| 3735 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A3) | |
| 3736 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A3) | |
| 3737 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A3) | |
| 3738 0123 move.w $123.w, -(A3) | |
| 3739 0123 4567 move.w $1234567.l, -(A3) | |
| 373a 0123 move.w ($123,PC), -(A3); ($125) | |
| 373b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A3) | |
| 373c 0123 move.w #$123, -(A3) | |
| 3740 0123 move.w D0, ($123,A3) | |
| 3741 0123 move.w D1, ($123,A3) | |
| 3742 0123 move.w D2, ($123,A3) | |
| 3743 0123 move.w D3, ($123,A3) | |
| 3744 0123 move.w D4, ($123,A3) | |
| 3745 0123 move.w D5, ($123,A3) | |
| 3746 0123 move.w D6, ($123,A3) | |
| 3747 0123 move.w D7, ($123,A3) | |
| 3748 0123 move.w A0, ($123,A3) | |
| 3749 0123 move.w A1, ($123,A3) | |
| 374a 0123 move.w A2, ($123,A3) | |
| 374b 0123 move.w A3, ($123,A3) | |
| 374c 0123 move.w A4, ($123,A3) | |
| 374d 0123 move.w A5, ($123,A3) | |
| 374e 0123 move.w A6, ($123,A3) | |
| 374f 0123 move.w A7, ($123,A3) | |
| 3750 0123 move.w (A0), ($123,A3) | |
| 3751 0123 move.w (A1), ($123,A3) | |
| 3752 0123 move.w (A2), ($123,A3) | |
| 3753 0123 move.w (A3), ($123,A3) | |
| 3754 0123 move.w (A4), ($123,A3) | |
| 3755 0123 move.w (A5), ($123,A3) | |
| 3756 0123 move.w (A6), ($123,A3) | |
| 3757 0123 move.w (A7), ($123,A3) | |
| 3758 0123 move.w (A0)+, ($123,A3) | |
| 3759 0123 move.w (A1)+, ($123,A3) | |
| 375a 0123 move.w (A2)+, ($123,A3) | |
| 375b 0123 move.w (A3)+, ($123,A3) | |
| 375c 0123 move.w (A4)+, ($123,A3) | |
| 375d 0123 move.w (A5)+, ($123,A3) | |
| 375e 0123 move.w (A6)+, ($123,A3) | |
| 375f 0123 move.w (A7)+, ($123,A3) | |
| 3760 0123 move.w -(A0), ($123,A3) | |
| 3761 0123 move.w -(A1), ($123,A3) | |
| 3762 0123 move.w -(A2), ($123,A3) | |
| 3763 0123 move.w -(A3), ($123,A3) | |
| 3764 0123 move.w -(A4), ($123,A3) | |
| 3765 0123 move.w -(A5), ($123,A3) | |
| 3766 0123 move.w -(A6), ($123,A3) | |
| 3767 0123 move.w -(A7), ($123,A3) | |
| 3768 0123 4567 move.w ($123,A0), ($4567,A3) | |
| 3769 0123 4567 move.w ($123,A1), ($4567,A3) | |
| 376a 0123 4567 move.w ($123,A2), ($4567,A3) | |
| 376b 0123 4567 move.w ($123,A3), ($4567,A3) | |
| 376c 0123 4567 move.w ($123,A4), ($4567,A3) | |
| 376d 0123 4567 move.w ($123,A5), ($4567,A3) | |
| 376e 0123 4567 move.w ($123,A6), ($4567,A3) | |
| 376f 0123 4567 move.w ($123,A7), ($4567,A3) | |
| 3770 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A3) | |
| 3771 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A3) | |
| 3772 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A3) | |
| 3773 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A3) | |
| 3774 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A3) | |
| 3775 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A3) | |
| 3776 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A3) | |
| 3777 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A3) | |
| 3778 0123 4567 move.w $123.w, ($4567,A3) | |
| 3779 0123 4567 89ab move.w $1234567.l, (-$7655,A3) | |
| 377a 0123 4567 move.w ($123,PC), ($4567,A3); ($125) | |
| 377b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A3) | |
| 377c 0123 4567 move.w #$123, ($4567,A3) | |
| 3780 0123 4567 89ab cdef move.w D0, ([$4567,A3,D0.w],-$3211) | |
| 3781 0123 4567 89ab cdef move.w D1, ([$4567,A3,D0.w],-$3211) | |
| 3782 0123 4567 89ab cdef move.w D2, ([$4567,A3,D0.w],-$3211) | |
| 3783 0123 4567 89ab cdef move.w D3, ([$4567,A3,D0.w],-$3211) | |
| 3784 0123 4567 89ab cdef move.w D4, ([$4567,A3,D0.w],-$3211) | |
| 3785 0123 4567 89ab cdef move.w D5, ([$4567,A3,D0.w],-$3211) | |
| 3786 0123 4567 89ab cdef move.w D6, ([$4567,A3,D0.w],-$3211) | |
| 3787 0123 4567 89ab cdef move.w D7, ([$4567,A3,D0.w],-$3211) | |
| 3788 0123 4567 89ab cdef move.w A0, ([$4567,A3,D0.w],-$3211) | |
| 3789 0123 4567 89ab cdef move.w A1, ([$4567,A3,D0.w],-$3211) | |
| 378a 0123 4567 89ab cdef move.w A2, ([$4567,A3,D0.w],-$3211) | |
| 378b 0123 4567 89ab cdef move.w A3, ([$4567,A3,D0.w],-$3211) | |
| 378c 0123 4567 89ab cdef move.w A4, ([$4567,A3,D0.w],-$3211) | |
| 378d 0123 4567 89ab cdef move.w A5, ([$4567,A3,D0.w],-$3211) | |
| 378e 0123 4567 89ab cdef move.w A6, ([$4567,A3,D0.w],-$3211) | |
| 378f 0123 4567 89ab cdef move.w A7, ([$4567,A3,D0.w],-$3211) | |
| 3790 0123 4567 89ab cdef move.w (A0), ([$4567,A3,D0.w],-$3211) | |
| 3791 0123 4567 89ab cdef move.w (A1), ([$4567,A3,D0.w],-$3211) | |
| 3792 0123 4567 89ab cdef move.w (A2), ([$4567,A3,D0.w],-$3211) | |
| 3793 0123 4567 89ab cdef move.w (A3), ([$4567,A3,D0.w],-$3211) | |
| 3794 0123 4567 89ab cdef move.w (A4), ([$4567,A3,D0.w],-$3211) | |
| 3795 0123 4567 89ab cdef move.w (A5), ([$4567,A3,D0.w],-$3211) | |
| 3796 0123 4567 89ab cdef move.w (A6), ([$4567,A3,D0.w],-$3211) | |
| 3797 0123 4567 89ab cdef move.w (A7), ([$4567,A3,D0.w],-$3211) | |
| 3798 0123 4567 89ab cdef move.w (A0)+, ([$4567,A3,D0.w],-$3211) | |
| 3799 0123 4567 89ab cdef move.w (A1)+, ([$4567,A3,D0.w],-$3211) | |
| 379a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A3,D0.w],-$3211) | |
| 379b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A3,D0.w],-$3211) | |
| 379c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A3,D0.w],-$3211) | |
| 379d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A3,D0.w],-$3211) | |
| 379e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A3,D0.w],-$3211) | |
| 379f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A3,D0.w],-$3211) | |
| 37a0 0123 4567 89ab cdef move.w -(A0), ([$4567,A3,D0.w],-$3211) | |
| 37a1 0123 4567 89ab cdef move.w -(A1), ([$4567,A3,D0.w],-$3211) | |
| 37a2 0123 4567 89ab cdef move.w -(A2), ([$4567,A3,D0.w],-$3211) | |
| 37a3 0123 4567 89ab cdef move.w -(A3), ([$4567,A3,D0.w],-$3211) | |
| 37a4 0123 4567 89ab cdef move.w -(A4), ([$4567,A3,D0.w],-$3211) | |
| 37a5 0123 4567 89ab cdef move.w -(A5), ([$4567,A3,D0.w],-$3211) | |
| 37a6 0123 4567 89ab cdef move.w -(A6), ([$4567,A3,D0.w],-$3211) | |
| 37a7 0123 4567 89ab cdef move.w -(A7), ([$4567,A3,D0.w],-$3211) | |
| 37a8 0123 4567 89ab move.w ($123,A0), ([-$7655,A3]) | |
| 37a9 0123 4567 89ab move.w ($123,A1), ([-$7655,A3]) | |
| 37aa 0123 4567 89ab move.w ($123,A2), ([-$7655,A3]) | |
| 37ab 0123 4567 89ab move.w ($123,A3), ([-$7655,A3]) | |
| 37ac 0123 4567 89ab move.w ($123,A4), ([-$7655,A3]) | |
| 37ad 0123 4567 89ab move.w ($123,A5), ([-$7655,A3]) | |
| 37ae 0123 4567 89ab move.w ($123,A6), ([-$7655,A3]) | |
| 37af 0123 4567 89ab move.w ($123,A7), ([-$7655,A3]) | |
| 37b0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A3,D0.w) | |
| 37b1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A3,D0.w) | |
| 37b2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A3,D0.w) | |
| 37b3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A3,D0.w) | |
| 37b4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A3,D0.w) | |
| 37b5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A3,D0.w) | |
| 37b6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A3,D0.w) | |
| 37b7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A3,D0.w) | |
| 37b8 0123 4567 89ab move.w $123.w, ([-$7655,A3]) | |
| 37b9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 37ba 0123 4567 89ab move.w ($123,PC), ([-$7655,A3]); ($125) | |
| 37bb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A3,D0.w) | |
| 37bc 0123 4567 89ab move.w #$123, ([-$7655,A3]) | |
| 3800 move.w D0, D4 | |
| 3801 move.w D1, D4 | |
| 3802 move.w D2, D4 | |
| 3803 move.w D3, D4 | |
| 3804 move.w D4, D4 | |
| 3805 move.w D5, D4 | |
| 3806 move.w D6, D4 | |
| 3807 move.w D7, D4 | |
| 3808 move.w A0, D4 | |
| 3809 move.w A1, D4 | |
| 380a move.w A2, D4 | |
| 380b move.w A3, D4 | |
| 380c move.w A4, D4 | |
| 380d move.w A5, D4 | |
| 380e move.w A6, D4 | |
| 380f move.w A7, D4 | |
| 3810 move.w (A0), D4 | |
| 3811 move.w (A1), D4 | |
| 3812 move.w (A2), D4 | |
| 3813 move.w (A3), D4 | |
| 3814 move.w (A4), D4 | |
| 3815 move.w (A5), D4 | |
| 3816 move.w (A6), D4 | |
| 3817 move.w (A7), D4 | |
| 3818 move.w (A0)+, D4 | |
| 3819 move.w (A1)+, D4 | |
| 381a move.w (A2)+, D4 | |
| 381b move.w (A3)+, D4 | |
| 381c move.w (A4)+, D4 | |
| 381d move.w (A5)+, D4 | |
| 381e move.w (A6)+, D4 | |
| 381f move.w (A7)+, D4 | |
| 3820 move.w -(A0), D4 | |
| 3821 move.w -(A1), D4 | |
| 3822 move.w -(A2), D4 | |
| 3823 move.w -(A3), D4 | |
| 3824 move.w -(A4), D4 | |
| 3825 move.w -(A5), D4 | |
| 3826 move.w -(A6), D4 | |
| 3827 move.w -(A7), D4 | |
| 3828 0123 move.w ($123,A0), D4 | |
| 3829 0123 move.w ($123,A1), D4 | |
| 382a 0123 move.w ($123,A2), D4 | |
| 382b 0123 move.w ($123,A3), D4 | |
| 382c 0123 move.w ($123,A4), D4 | |
| 382d 0123 move.w ($123,A5), D4 | |
| 382e 0123 move.w ($123,A6), D4 | |
| 382f 0123 move.w ($123,A7), D4 | |
| 3830 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D4 | |
| 3831 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D4 | |
| 3832 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D4 | |
| 3833 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D4 | |
| 3834 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D4 | |
| 3835 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D4 | |
| 3836 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D4 | |
| 3837 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D4 | |
| 3838 0123 move.w $123.w, D4 | |
| 3839 0123 4567 move.w $1234567.l, D4 | |
| 383a 0123 move.w ($123,PC), D4; ($125) | |
| 383b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D4 | |
| 383c 0123 move.w #$123, D4 | |
| 3840 movea.w D0, A4 | |
| 3841 movea.w D1, A4 | |
| 3842 movea.w D2, A4 | |
| 3843 movea.w D3, A4 | |
| 3844 movea.w D4, A4 | |
| 3845 movea.w D5, A4 | |
| 3846 movea.w D6, A4 | |
| 3847 movea.w D7, A4 | |
| 3848 movea.w A0, A4 | |
| 3849 movea.w A1, A4 | |
| 384a movea.w A2, A4 | |
| 384b movea.w A3, A4 | |
| 384c movea.w A4, A4 | |
| 384d movea.w A5, A4 | |
| 384e movea.w A6, A4 | |
| 384f movea.w A7, A4 | |
| 3850 movea.w (A0), A4 | |
| 3851 movea.w (A1), A4 | |
| 3852 movea.w (A2), A4 | |
| 3853 movea.w (A3), A4 | |
| 3854 movea.w (A4), A4 | |
| 3855 movea.w (A5), A4 | |
| 3856 movea.w (A6), A4 | |
| 3857 movea.w (A7), A4 | |
| 3858 movea.w (A0)+, A4 | |
| 3859 movea.w (A1)+, A4 | |
| 385a movea.w (A2)+, A4 | |
| 385b movea.w (A3)+, A4 | |
| 385c movea.w (A4)+, A4 | |
| 385d movea.w (A5)+, A4 | |
| 385e movea.w (A6)+, A4 | |
| 385f movea.w (A7)+, A4 | |
| 3860 movea.w -(A0), A4 | |
| 3861 movea.w -(A1), A4 | |
| 3862 movea.w -(A2), A4 | |
| 3863 movea.w -(A3), A4 | |
| 3864 movea.w -(A4), A4 | |
| 3865 movea.w -(A5), A4 | |
| 3866 movea.w -(A6), A4 | |
| 3867 movea.w -(A7), A4 | |
| 3868 0123 movea.w ($123,A0), A4 | |
| 3869 0123 movea.w ($123,A1), A4 | |
| 386a 0123 movea.w ($123,A2), A4 | |
| 386b 0123 movea.w ($123,A3), A4 | |
| 386c 0123 movea.w ($123,A4), A4 | |
| 386d 0123 movea.w ($123,A5), A4 | |
| 386e 0123 movea.w ($123,A6), A4 | |
| 386f 0123 movea.w ($123,A7), A4 | |
| 3870 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A4 | |
| 3871 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A4 | |
| 3872 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A4 | |
| 3873 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A4 | |
| 3874 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A4 | |
| 3875 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A4 | |
| 3876 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A4 | |
| 3877 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A4 | |
| 3878 0123 movea.w $123.w, A4 | |
| 3879 0123 4567 movea.w $1234567.l, A4 | |
| 387a 0123 movea.w ($123,PC), A4; ($125) | |
| 387b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A4 | |
| 387c 0123 movea.w #$123, A4 | |
| 3880 move.w D0, (A4) | |
| 3881 move.w D1, (A4) | |
| 3882 move.w D2, (A4) | |
| 3883 move.w D3, (A4) | |
| 3884 move.w D4, (A4) | |
| 3885 move.w D5, (A4) | |
| 3886 move.w D6, (A4) | |
| 3887 move.w D7, (A4) | |
| 3888 move.w A0, (A4) | |
| 3889 move.w A1, (A4) | |
| 388a move.w A2, (A4) | |
| 388b move.w A3, (A4) | |
| 388c move.w A4, (A4) | |
| 388d move.w A5, (A4) | |
| 388e move.w A6, (A4) | |
| 388f move.w A7, (A4) | |
| 3890 move.w (A0), (A4) | |
| 3891 move.w (A1), (A4) | |
| 3892 move.w (A2), (A4) | |
| 3893 move.w (A3), (A4) | |
| 3894 move.w (A4), (A4) | |
| 3895 move.w (A5), (A4) | |
| 3896 move.w (A6), (A4) | |
| 3897 move.w (A7), (A4) | |
| 3898 move.w (A0)+, (A4) | |
| 3899 move.w (A1)+, (A4) | |
| 389a move.w (A2)+, (A4) | |
| 389b move.w (A3)+, (A4) | |
| 389c move.w (A4)+, (A4) | |
| 389d move.w (A5)+, (A4) | |
| 389e move.w (A6)+, (A4) | |
| 389f move.w (A7)+, (A4) | |
| 38a0 move.w -(A0), (A4) | |
| 38a1 move.w -(A1), (A4) | |
| 38a2 move.w -(A2), (A4) | |
| 38a3 move.w -(A3), (A4) | |
| 38a4 move.w -(A4), (A4) | |
| 38a5 move.w -(A5), (A4) | |
| 38a6 move.w -(A6), (A4) | |
| 38a7 move.w -(A7), (A4) | |
| 38a8 0123 move.w ($123,A0), (A4) | |
| 38a9 0123 move.w ($123,A1), (A4) | |
| 38aa 0123 move.w ($123,A2), (A4) | |
| 38ab 0123 move.w ($123,A3), (A4) | |
| 38ac 0123 move.w ($123,A4), (A4) | |
| 38ad 0123 move.w ($123,A5), (A4) | |
| 38ae 0123 move.w ($123,A6), (A4) | |
| 38af 0123 move.w ($123,A7), (A4) | |
| 38b0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A4) | |
| 38b1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A4) | |
| 38b2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A4) | |
| 38b3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A4) | |
| 38b4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A4) | |
| 38b5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A4) | |
| 38b6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A4) | |
| 38b7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A4) | |
| 38b8 0123 move.w $123.w, (A4) | |
| 38b9 0123 4567 move.w $1234567.l, (A4) | |
| 38ba 0123 move.w ($123,PC), (A4); ($125) | |
| 38bb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A4) | |
| 38bc 0123 move.w #$123, (A4) | |
| 38c0 move.w D0, (A4)+ | |
| 38c1 move.w D1, (A4)+ | |
| 38c2 move.w D2, (A4)+ | |
| 38c3 move.w D3, (A4)+ | |
| 38c4 move.w D4, (A4)+ | |
| 38c5 move.w D5, (A4)+ | |
| 38c6 move.w D6, (A4)+ | |
| 38c7 move.w D7, (A4)+ | |
| 38c8 move.w A0, (A4)+ | |
| 38c9 move.w A1, (A4)+ | |
| 38ca move.w A2, (A4)+ | |
| 38cb move.w A3, (A4)+ | |
| 38cc move.w A4, (A4)+ | |
| 38cd move.w A5, (A4)+ | |
| 38ce move.w A6, (A4)+ | |
| 38cf move.w A7, (A4)+ | |
| 38d0 move.w (A0), (A4)+ | |
| 38d1 move.w (A1), (A4)+ | |
| 38d2 move.w (A2), (A4)+ | |
| 38d3 move.w (A3), (A4)+ | |
| 38d4 move.w (A4), (A4)+ | |
| 38d5 move.w (A5), (A4)+ | |
| 38d6 move.w (A6), (A4)+ | |
| 38d7 move.w (A7), (A4)+ | |
| 38d8 move.w (A0)+, (A4)+ | |
| 38d9 move.w (A1)+, (A4)+ | |
| 38da move.w (A2)+, (A4)+ | |
| 38db move.w (A3)+, (A4)+ | |
| 38dc move.w (A4)+, (A4)+ | |
| 38dd move.w (A5)+, (A4)+ | |
| 38de move.w (A6)+, (A4)+ | |
| 38df move.w (A7)+, (A4)+ | |
| 38e0 move.w -(A0), (A4)+ | |
| 38e1 move.w -(A1), (A4)+ | |
| 38e2 move.w -(A2), (A4)+ | |
| 38e3 move.w -(A3), (A4)+ | |
| 38e4 move.w -(A4), (A4)+ | |
| 38e5 move.w -(A5), (A4)+ | |
| 38e6 move.w -(A6), (A4)+ | |
| 38e7 move.w -(A7), (A4)+ | |
| 38e8 0123 move.w ($123,A0), (A4)+ | |
| 38e9 0123 move.w ($123,A1), (A4)+ | |
| 38ea 0123 move.w ($123,A2), (A4)+ | |
| 38eb 0123 move.w ($123,A3), (A4)+ | |
| 38ec 0123 move.w ($123,A4), (A4)+ | |
| 38ed 0123 move.w ($123,A5), (A4)+ | |
| 38ee 0123 move.w ($123,A6), (A4)+ | |
| 38ef 0123 move.w ($123,A7), (A4)+ | |
| 38f0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A4)+ | |
| 38f1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A4)+ | |
| 38f2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A4)+ | |
| 38f3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A4)+ | |
| 38f4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A4)+ | |
| 38f5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A4)+ | |
| 38f6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A4)+ | |
| 38f7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A4)+ | |
| 38f8 0123 move.w $123.w, (A4)+ | |
| 38f9 0123 4567 move.w $1234567.l, (A4)+ | |
| 38fa 0123 move.w ($123,PC), (A4)+; ($125) | |
| 38fb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A4)+ | |
| 38fc 0123 move.w #$123, (A4)+ | |
| 3900 move.w D0, -(A4) | |
| 3901 move.w D1, -(A4) | |
| 3902 move.w D2, -(A4) | |
| 3903 move.w D3, -(A4) | |
| 3904 move.w D4, -(A4) | |
| 3905 move.w D5, -(A4) | |
| 3906 move.w D6, -(A4) | |
| 3907 move.w D7, -(A4) | |
| 3908 move.w A0, -(A4) | |
| 3909 move.w A1, -(A4) | |
| 390a move.w A2, -(A4) | |
| 390b move.w A3, -(A4) | |
| 390c move.w A4, -(A4) | |
| 390d move.w A5, -(A4) | |
| 390e move.w A6, -(A4) | |
| 390f move.w A7, -(A4) | |
| 3910 move.w (A0), -(A4) | |
| 3911 move.w (A1), -(A4) | |
| 3912 move.w (A2), -(A4) | |
| 3913 move.w (A3), -(A4) | |
| 3914 move.w (A4), -(A4) | |
| 3915 move.w (A5), -(A4) | |
| 3916 move.w (A6), -(A4) | |
| 3917 move.w (A7), -(A4) | |
| 3918 move.w (A0)+, -(A4) | |
| 3919 move.w (A1)+, -(A4) | |
| 391a move.w (A2)+, -(A4) | |
| 391b move.w (A3)+, -(A4) | |
| 391c move.w (A4)+, -(A4) | |
| 391d move.w (A5)+, -(A4) | |
| 391e move.w (A6)+, -(A4) | |
| 391f move.w (A7)+, -(A4) | |
| 3920 move.w -(A0), -(A4) | |
| 3921 move.w -(A1), -(A4) | |
| 3922 move.w -(A2), -(A4) | |
| 3923 move.w -(A3), -(A4) | |
| 3924 move.w -(A4), -(A4) | |
| 3925 move.w -(A5), -(A4) | |
| 3926 move.w -(A6), -(A4) | |
| 3927 move.w -(A7), -(A4) | |
| 3928 0123 move.w ($123,A0), -(A4) | |
| 3929 0123 move.w ($123,A1), -(A4) | |
| 392a 0123 move.w ($123,A2), -(A4) | |
| 392b 0123 move.w ($123,A3), -(A4) | |
| 392c 0123 move.w ($123,A4), -(A4) | |
| 392d 0123 move.w ($123,A5), -(A4) | |
| 392e 0123 move.w ($123,A6), -(A4) | |
| 392f 0123 move.w ($123,A7), -(A4) | |
| 3930 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A4) | |
| 3931 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A4) | |
| 3932 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A4) | |
| 3933 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A4) | |
| 3934 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A4) | |
| 3935 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A4) | |
| 3936 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A4) | |
| 3937 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A4) | |
| 3938 0123 move.w $123.w, -(A4) | |
| 3939 0123 4567 move.w $1234567.l, -(A4) | |
| 393a 0123 move.w ($123,PC), -(A4); ($125) | |
| 393b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A4) | |
| 393c 0123 move.w #$123, -(A4) | |
| 3940 0123 move.w D0, ($123,A4) | |
| 3941 0123 move.w D1, ($123,A4) | |
| 3942 0123 move.w D2, ($123,A4) | |
| 3943 0123 move.w D3, ($123,A4) | |
| 3944 0123 move.w D4, ($123,A4) | |
| 3945 0123 move.w D5, ($123,A4) | |
| 3946 0123 move.w D6, ($123,A4) | |
| 3947 0123 move.w D7, ($123,A4) | |
| 3948 0123 move.w A0, ($123,A4) | |
| 3949 0123 move.w A1, ($123,A4) | |
| 394a 0123 move.w A2, ($123,A4) | |
| 394b 0123 move.w A3, ($123,A4) | |
| 394c 0123 move.w A4, ($123,A4) | |
| 394d 0123 move.w A5, ($123,A4) | |
| 394e 0123 move.w A6, ($123,A4) | |
| 394f 0123 move.w A7, ($123,A4) | |
| 3950 0123 move.w (A0), ($123,A4) | |
| 3951 0123 move.w (A1), ($123,A4) | |
| 3952 0123 move.w (A2), ($123,A4) | |
| 3953 0123 move.w (A3), ($123,A4) | |
| 3954 0123 move.w (A4), ($123,A4) | |
| 3955 0123 move.w (A5), ($123,A4) | |
| 3956 0123 move.w (A6), ($123,A4) | |
| 3957 0123 move.w (A7), ($123,A4) | |
| 3958 0123 move.w (A0)+, ($123,A4) | |
| 3959 0123 move.w (A1)+, ($123,A4) | |
| 395a 0123 move.w (A2)+, ($123,A4) | |
| 395b 0123 move.w (A3)+, ($123,A4) | |
| 395c 0123 move.w (A4)+, ($123,A4) | |
| 395d 0123 move.w (A5)+, ($123,A4) | |
| 395e 0123 move.w (A6)+, ($123,A4) | |
| 395f 0123 move.w (A7)+, ($123,A4) | |
| 3960 0123 move.w -(A0), ($123,A4) | |
| 3961 0123 move.w -(A1), ($123,A4) | |
| 3962 0123 move.w -(A2), ($123,A4) | |
| 3963 0123 move.w -(A3), ($123,A4) | |
| 3964 0123 move.w -(A4), ($123,A4) | |
| 3965 0123 move.w -(A5), ($123,A4) | |
| 3966 0123 move.w -(A6), ($123,A4) | |
| 3967 0123 move.w -(A7), ($123,A4) | |
| 3968 0123 4567 move.w ($123,A0), ($4567,A4) | |
| 3969 0123 4567 move.w ($123,A1), ($4567,A4) | |
| 396a 0123 4567 move.w ($123,A2), ($4567,A4) | |
| 396b 0123 4567 move.w ($123,A3), ($4567,A4) | |
| 396c 0123 4567 move.w ($123,A4), ($4567,A4) | |
| 396d 0123 4567 move.w ($123,A5), ($4567,A4) | |
| 396e 0123 4567 move.w ($123,A6), ($4567,A4) | |
| 396f 0123 4567 move.w ($123,A7), ($4567,A4) | |
| 3970 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A4) | |
| 3971 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A4) | |
| 3972 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A4) | |
| 3973 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A4) | |
| 3974 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A4) | |
| 3975 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A4) | |
| 3976 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A4) | |
| 3977 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A4) | |
| 3978 0123 4567 move.w $123.w, ($4567,A4) | |
| 3979 0123 4567 89ab move.w $1234567.l, (-$7655,A4) | |
| 397a 0123 4567 move.w ($123,PC), ($4567,A4); ($125) | |
| 397b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A4) | |
| 397c 0123 4567 move.w #$123, ($4567,A4) | |
| 3980 0123 4567 89ab cdef move.w D0, ([$4567,A4,D0.w],-$3211) | |
| 3981 0123 4567 89ab cdef move.w D1, ([$4567,A4,D0.w],-$3211) | |
| 3982 0123 4567 89ab cdef move.w D2, ([$4567,A4,D0.w],-$3211) | |
| 3983 0123 4567 89ab cdef move.w D3, ([$4567,A4,D0.w],-$3211) | |
| 3984 0123 4567 89ab cdef move.w D4, ([$4567,A4,D0.w],-$3211) | |
| 3985 0123 4567 89ab cdef move.w D5, ([$4567,A4,D0.w],-$3211) | |
| 3986 0123 4567 89ab cdef move.w D6, ([$4567,A4,D0.w],-$3211) | |
| 3987 0123 4567 89ab cdef move.w D7, ([$4567,A4,D0.w],-$3211) | |
| 3988 0123 4567 89ab cdef move.w A0, ([$4567,A4,D0.w],-$3211) | |
| 3989 0123 4567 89ab cdef move.w A1, ([$4567,A4,D0.w],-$3211) | |
| 398a 0123 4567 89ab cdef move.w A2, ([$4567,A4,D0.w],-$3211) | |
| 398b 0123 4567 89ab cdef move.w A3, ([$4567,A4,D0.w],-$3211) | |
| 398c 0123 4567 89ab cdef move.w A4, ([$4567,A4,D0.w],-$3211) | |
| 398d 0123 4567 89ab cdef move.w A5, ([$4567,A4,D0.w],-$3211) | |
| 398e 0123 4567 89ab cdef move.w A6, ([$4567,A4,D0.w],-$3211) | |
| 398f 0123 4567 89ab cdef move.w A7, ([$4567,A4,D0.w],-$3211) | |
| 3990 0123 4567 89ab cdef move.w (A0), ([$4567,A4,D0.w],-$3211) | |
| 3991 0123 4567 89ab cdef move.w (A1), ([$4567,A4,D0.w],-$3211) | |
| 3992 0123 4567 89ab cdef move.w (A2), ([$4567,A4,D0.w],-$3211) | |
| 3993 0123 4567 89ab cdef move.w (A3), ([$4567,A4,D0.w],-$3211) | |
| 3994 0123 4567 89ab cdef move.w (A4), ([$4567,A4,D0.w],-$3211) | |
| 3995 0123 4567 89ab cdef move.w (A5), ([$4567,A4,D0.w],-$3211) | |
| 3996 0123 4567 89ab cdef move.w (A6), ([$4567,A4,D0.w],-$3211) | |
| 3997 0123 4567 89ab cdef move.w (A7), ([$4567,A4,D0.w],-$3211) | |
| 3998 0123 4567 89ab cdef move.w (A0)+, ([$4567,A4,D0.w],-$3211) | |
| 3999 0123 4567 89ab cdef move.w (A1)+, ([$4567,A4,D0.w],-$3211) | |
| 399a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A4,D0.w],-$3211) | |
| 399b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A4,D0.w],-$3211) | |
| 399c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A4,D0.w],-$3211) | |
| 399d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A4,D0.w],-$3211) | |
| 399e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A4,D0.w],-$3211) | |
| 399f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A4,D0.w],-$3211) | |
| 39a0 0123 4567 89ab cdef move.w -(A0), ([$4567,A4,D0.w],-$3211) | |
| 39a1 0123 4567 89ab cdef move.w -(A1), ([$4567,A4,D0.w],-$3211) | |
| 39a2 0123 4567 89ab cdef move.w -(A2), ([$4567,A4,D0.w],-$3211) | |
| 39a3 0123 4567 89ab cdef move.w -(A3), ([$4567,A4,D0.w],-$3211) | |
| 39a4 0123 4567 89ab cdef move.w -(A4), ([$4567,A4,D0.w],-$3211) | |
| 39a5 0123 4567 89ab cdef move.w -(A5), ([$4567,A4,D0.w],-$3211) | |
| 39a6 0123 4567 89ab cdef move.w -(A6), ([$4567,A4,D0.w],-$3211) | |
| 39a7 0123 4567 89ab cdef move.w -(A7), ([$4567,A4,D0.w],-$3211) | |
| 39a8 0123 4567 89ab move.w ($123,A0), ([-$7655,A4]) | |
| 39a9 0123 4567 89ab move.w ($123,A1), ([-$7655,A4]) | |
| 39aa 0123 4567 89ab move.w ($123,A2), ([-$7655,A4]) | |
| 39ab 0123 4567 89ab move.w ($123,A3), ([-$7655,A4]) | |
| 39ac 0123 4567 89ab move.w ($123,A4), ([-$7655,A4]) | |
| 39ad 0123 4567 89ab move.w ($123,A5), ([-$7655,A4]) | |
| 39ae 0123 4567 89ab move.w ($123,A6), ([-$7655,A4]) | |
| 39af 0123 4567 89ab move.w ($123,A7), ([-$7655,A4]) | |
| 39b0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A4,D0.w) | |
| 39b1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A4,D0.w) | |
| 39b2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A4,D0.w) | |
| 39b3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A4,D0.w) | |
| 39b4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A4,D0.w) | |
| 39b5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A4,D0.w) | |
| 39b6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A4,D0.w) | |
| 39b7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A4,D0.w) | |
| 39b8 0123 4567 89ab move.w $123.w, ([-$7655,A4]) | |
| 39b9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 39ba 0123 4567 89ab move.w ($123,PC), ([-$7655,A4]); ($125) | |
| 39bb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A4,D0.w) | |
| 39bc 0123 4567 89ab move.w #$123, ([-$7655,A4]) | |
| 3a00 move.w D0, D5 | |
| 3a01 move.w D1, D5 | |
| 3a02 move.w D2, D5 | |
| 3a03 move.w D3, D5 | |
| 3a04 move.w D4, D5 | |
| 3a05 move.w D5, D5 | |
| 3a06 move.w D6, D5 | |
| 3a07 move.w D7, D5 | |
| 3a08 move.w A0, D5 | |
| 3a09 move.w A1, D5 | |
| 3a0a move.w A2, D5 | |
| 3a0b move.w A3, D5 | |
| 3a0c move.w A4, D5 | |
| 3a0d move.w A5, D5 | |
| 3a0e move.w A6, D5 | |
| 3a0f move.w A7, D5 | |
| 3a10 move.w (A0), D5 | |
| 3a11 move.w (A1), D5 | |
| 3a12 move.w (A2), D5 | |
| 3a13 move.w (A3), D5 | |
| 3a14 move.w (A4), D5 | |
| 3a15 move.w (A5), D5 | |
| 3a16 move.w (A6), D5 | |
| 3a17 move.w (A7), D5 | |
| 3a18 move.w (A0)+, D5 | |
| 3a19 move.w (A1)+, D5 | |
| 3a1a move.w (A2)+, D5 | |
| 3a1b move.w (A3)+, D5 | |
| 3a1c move.w (A4)+, D5 | |
| 3a1d move.w (A5)+, D5 | |
| 3a1e move.w (A6)+, D5 | |
| 3a1f move.w (A7)+, D5 | |
| 3a20 move.w -(A0), D5 | |
| 3a21 move.w -(A1), D5 | |
| 3a22 move.w -(A2), D5 | |
| 3a23 move.w -(A3), D5 | |
| 3a24 move.w -(A4), D5 | |
| 3a25 move.w -(A5), D5 | |
| 3a26 move.w -(A6), D5 | |
| 3a27 move.w -(A7), D5 | |
| 3a28 0123 move.w ($123,A0), D5 | |
| 3a29 0123 move.w ($123,A1), D5 | |
| 3a2a 0123 move.w ($123,A2), D5 | |
| 3a2b 0123 move.w ($123,A3), D5 | |
| 3a2c 0123 move.w ($123,A4), D5 | |
| 3a2d 0123 move.w ($123,A5), D5 | |
| 3a2e 0123 move.w ($123,A6), D5 | |
| 3a2f 0123 move.w ($123,A7), D5 | |
| 3a30 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D5 | |
| 3a31 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D5 | |
| 3a32 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D5 | |
| 3a33 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D5 | |
| 3a34 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D5 | |
| 3a35 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D5 | |
| 3a36 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D5 | |
| 3a37 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D5 | |
| 3a38 0123 move.w $123.w, D5 | |
| 3a39 0123 4567 move.w $1234567.l, D5 | |
| 3a3a 0123 move.w ($123,PC), D5; ($125) | |
| 3a3b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D5 | |
| 3a3c 0123 move.w #$123, D5 | |
| 3a40 movea.w D0, A5 | |
| 3a41 movea.w D1, A5 | |
| 3a42 movea.w D2, A5 | |
| 3a43 movea.w D3, A5 | |
| 3a44 movea.w D4, A5 | |
| 3a45 movea.w D5, A5 | |
| 3a46 movea.w D6, A5 | |
| 3a47 movea.w D7, A5 | |
| 3a48 movea.w A0, A5 | |
| 3a49 movea.w A1, A5 | |
| 3a4a movea.w A2, A5 | |
| 3a4b movea.w A3, A5 | |
| 3a4c movea.w A4, A5 | |
| 3a4d movea.w A5, A5 | |
| 3a4e movea.w A6, A5 | |
| 3a4f movea.w A7, A5 | |
| 3a50 movea.w (A0), A5 | |
| 3a51 movea.w (A1), A5 | |
| 3a52 movea.w (A2), A5 | |
| 3a53 movea.w (A3), A5 | |
| 3a54 movea.w (A4), A5 | |
| 3a55 movea.w (A5), A5 | |
| 3a56 movea.w (A6), A5 | |
| 3a57 movea.w (A7), A5 | |
| 3a58 movea.w (A0)+, A5 | |
| 3a59 movea.w (A1)+, A5 | |
| 3a5a movea.w (A2)+, A5 | |
| 3a5b movea.w (A3)+, A5 | |
| 3a5c movea.w (A4)+, A5 | |
| 3a5d movea.w (A5)+, A5 | |
| 3a5e movea.w (A6)+, A5 | |
| 3a5f movea.w (A7)+, A5 | |
| 3a60 movea.w -(A0), A5 | |
| 3a61 movea.w -(A1), A5 | |
| 3a62 movea.w -(A2), A5 | |
| 3a63 movea.w -(A3), A5 | |
| 3a64 movea.w -(A4), A5 | |
| 3a65 movea.w -(A5), A5 | |
| 3a66 movea.w -(A6), A5 | |
| 3a67 movea.w -(A7), A5 | |
| 3a68 0123 movea.w ($123,A0), A5 | |
| 3a69 0123 movea.w ($123,A1), A5 | |
| 3a6a 0123 movea.w ($123,A2), A5 | |
| 3a6b 0123 movea.w ($123,A3), A5 | |
| 3a6c 0123 movea.w ($123,A4), A5 | |
| 3a6d 0123 movea.w ($123,A5), A5 | |
| 3a6e 0123 movea.w ($123,A6), A5 | |
| 3a6f 0123 movea.w ($123,A7), A5 | |
| 3a70 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A5 | |
| 3a71 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A5 | |
| 3a72 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A5 | |
| 3a73 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A5 | |
| 3a74 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A5 | |
| 3a75 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A5 | |
| 3a76 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A5 | |
| 3a77 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A5 | |
| 3a78 0123 movea.w $123.w, A5 | |
| 3a79 0123 4567 movea.w $1234567.l, A5 | |
| 3a7a 0123 movea.w ($123,PC), A5; ($125) | |
| 3a7b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A5 | |
| 3a7c 0123 movea.w #$123, A5 | |
| 3a80 move.w D0, (A5) | |
| 3a81 move.w D1, (A5) | |
| 3a82 move.w D2, (A5) | |
| 3a83 move.w D3, (A5) | |
| 3a84 move.w D4, (A5) | |
| 3a85 move.w D5, (A5) | |
| 3a86 move.w D6, (A5) | |
| 3a87 move.w D7, (A5) | |
| 3a88 move.w A0, (A5) | |
| 3a89 move.w A1, (A5) | |
| 3a8a move.w A2, (A5) | |
| 3a8b move.w A3, (A5) | |
| 3a8c move.w A4, (A5) | |
| 3a8d move.w A5, (A5) | |
| 3a8e move.w A6, (A5) | |
| 3a8f move.w A7, (A5) | |
| 3a90 move.w (A0), (A5) | |
| 3a91 move.w (A1), (A5) | |
| 3a92 move.w (A2), (A5) | |
| 3a93 move.w (A3), (A5) | |
| 3a94 move.w (A4), (A5) | |
| 3a95 move.w (A5), (A5) | |
| 3a96 move.w (A6), (A5) | |
| 3a97 move.w (A7), (A5) | |
| 3a98 move.w (A0)+, (A5) | |
| 3a99 move.w (A1)+, (A5) | |
| 3a9a move.w (A2)+, (A5) | |
| 3a9b move.w (A3)+, (A5) | |
| 3a9c move.w (A4)+, (A5) | |
| 3a9d move.w (A5)+, (A5) | |
| 3a9e move.w (A6)+, (A5) | |
| 3a9f move.w (A7)+, (A5) | |
| 3aa0 move.w -(A0), (A5) | |
| 3aa1 move.w -(A1), (A5) | |
| 3aa2 move.w -(A2), (A5) | |
| 3aa3 move.w -(A3), (A5) | |
| 3aa4 move.w -(A4), (A5) | |
| 3aa5 move.w -(A5), (A5) | |
| 3aa6 move.w -(A6), (A5) | |
| 3aa7 move.w -(A7), (A5) | |
| 3aa8 0123 move.w ($123,A0), (A5) | |
| 3aa9 0123 move.w ($123,A1), (A5) | |
| 3aaa 0123 move.w ($123,A2), (A5) | |
| 3aab 0123 move.w ($123,A3), (A5) | |
| 3aac 0123 move.w ($123,A4), (A5) | |
| 3aad 0123 move.w ($123,A5), (A5) | |
| 3aae 0123 move.w ($123,A6), (A5) | |
| 3aaf 0123 move.w ($123,A7), (A5) | |
| 3ab0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A5) | |
| 3ab1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A5) | |
| 3ab2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A5) | |
| 3ab3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A5) | |
| 3ab4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A5) | |
| 3ab5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A5) | |
| 3ab6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A5) | |
| 3ab7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A5) | |
| 3ab8 0123 move.w $123.w, (A5) | |
| 3ab9 0123 4567 move.w $1234567.l, (A5) | |
| 3aba 0123 move.w ($123,PC), (A5); ($125) | |
| 3abb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A5) | |
| 3abc 0123 move.w #$123, (A5) | |
| 3ac0 move.w D0, (A5)+ | |
| 3ac1 move.w D1, (A5)+ | |
| 3ac2 move.w D2, (A5)+ | |
| 3ac3 move.w D3, (A5)+ | |
| 3ac4 move.w D4, (A5)+ | |
| 3ac5 move.w D5, (A5)+ | |
| 3ac6 move.w D6, (A5)+ | |
| 3ac7 move.w D7, (A5)+ | |
| 3ac8 move.w A0, (A5)+ | |
| 3ac9 move.w A1, (A5)+ | |
| 3aca move.w A2, (A5)+ | |
| 3acb move.w A3, (A5)+ | |
| 3acc move.w A4, (A5)+ | |
| 3acd move.w A5, (A5)+ | |
| 3ace move.w A6, (A5)+ | |
| 3acf move.w A7, (A5)+ | |
| 3ad0 move.w (A0), (A5)+ | |
| 3ad1 move.w (A1), (A5)+ | |
| 3ad2 move.w (A2), (A5)+ | |
| 3ad3 move.w (A3), (A5)+ | |
| 3ad4 move.w (A4), (A5)+ | |
| 3ad5 move.w (A5), (A5)+ | |
| 3ad6 move.w (A6), (A5)+ | |
| 3ad7 move.w (A7), (A5)+ | |
| 3ad8 move.w (A0)+, (A5)+ | |
| 3ad9 move.w (A1)+, (A5)+ | |
| 3ada move.w (A2)+, (A5)+ | |
| 3adb move.w (A3)+, (A5)+ | |
| 3adc move.w (A4)+, (A5)+ | |
| 3add move.w (A5)+, (A5)+ | |
| 3ade move.w (A6)+, (A5)+ | |
| 3adf move.w (A7)+, (A5)+ | |
| 3ae0 move.w -(A0), (A5)+ | |
| 3ae1 move.w -(A1), (A5)+ | |
| 3ae2 move.w -(A2), (A5)+ | |
| 3ae3 move.w -(A3), (A5)+ | |
| 3ae4 move.w -(A4), (A5)+ | |
| 3ae5 move.w -(A5), (A5)+ | |
| 3ae6 move.w -(A6), (A5)+ | |
| 3ae7 move.w -(A7), (A5)+ | |
| 3ae8 0123 move.w ($123,A0), (A5)+ | |
| 3ae9 0123 move.w ($123,A1), (A5)+ | |
| 3aea 0123 move.w ($123,A2), (A5)+ | |
| 3aeb 0123 move.w ($123,A3), (A5)+ | |
| 3aec 0123 move.w ($123,A4), (A5)+ | |
| 3aed 0123 move.w ($123,A5), (A5)+ | |
| 3aee 0123 move.w ($123,A6), (A5)+ | |
| 3aef 0123 move.w ($123,A7), (A5)+ | |
| 3af0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A5)+ | |
| 3af1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A5)+ | |
| 3af2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A5)+ | |
| 3af3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A5)+ | |
| 3af4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A5)+ | |
| 3af5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A5)+ | |
| 3af6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A5)+ | |
| 3af7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A5)+ | |
| 3af8 0123 move.w $123.w, (A5)+ | |
| 3af9 0123 4567 move.w $1234567.l, (A5)+ | |
| 3afa 0123 move.w ($123,PC), (A5)+; ($125) | |
| 3afb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A5)+ | |
| 3afc 0123 move.w #$123, (A5)+ | |
| 3b00 move.w D0, -(A5) | |
| 3b01 move.w D1, -(A5) | |
| 3b02 move.w D2, -(A5) | |
| 3b03 move.w D3, -(A5) | |
| 3b04 move.w D4, -(A5) | |
| 3b05 move.w D5, -(A5) | |
| 3b06 move.w D6, -(A5) | |
| 3b07 move.w D7, -(A5) | |
| 3b08 move.w A0, -(A5) | |
| 3b09 move.w A1, -(A5) | |
| 3b0a move.w A2, -(A5) | |
| 3b0b move.w A3, -(A5) | |
| 3b0c move.w A4, -(A5) | |
| 3b0d move.w A5, -(A5) | |
| 3b0e move.w A6, -(A5) | |
| 3b0f move.w A7, -(A5) | |
| 3b10 move.w (A0), -(A5) | |
| 3b11 move.w (A1), -(A5) | |
| 3b12 move.w (A2), -(A5) | |
| 3b13 move.w (A3), -(A5) | |
| 3b14 move.w (A4), -(A5) | |
| 3b15 move.w (A5), -(A5) | |
| 3b16 move.w (A6), -(A5) | |
| 3b17 move.w (A7), -(A5) | |
| 3b18 move.w (A0)+, -(A5) | |
| 3b19 move.w (A1)+, -(A5) | |
| 3b1a move.w (A2)+, -(A5) | |
| 3b1b move.w (A3)+, -(A5) | |
| 3b1c move.w (A4)+, -(A5) | |
| 3b1d move.w (A5)+, -(A5) | |
| 3b1e move.w (A6)+, -(A5) | |
| 3b1f move.w (A7)+, -(A5) | |
| 3b20 move.w -(A0), -(A5) | |
| 3b21 move.w -(A1), -(A5) | |
| 3b22 move.w -(A2), -(A5) | |
| 3b23 move.w -(A3), -(A5) | |
| 3b24 move.w -(A4), -(A5) | |
| 3b25 move.w -(A5), -(A5) | |
| 3b26 move.w -(A6), -(A5) | |
| 3b27 move.w -(A7), -(A5) | |
| 3b28 0123 move.w ($123,A0), -(A5) | |
| 3b29 0123 move.w ($123,A1), -(A5) | |
| 3b2a 0123 move.w ($123,A2), -(A5) | |
| 3b2b 0123 move.w ($123,A3), -(A5) | |
| 3b2c 0123 move.w ($123,A4), -(A5) | |
| 3b2d 0123 move.w ($123,A5), -(A5) | |
| 3b2e 0123 move.w ($123,A6), -(A5) | |
| 3b2f 0123 move.w ($123,A7), -(A5) | |
| 3b30 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A5) | |
| 3b31 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A5) | |
| 3b32 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A5) | |
| 3b33 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A5) | |
| 3b34 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A5) | |
| 3b35 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A5) | |
| 3b36 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A5) | |
| 3b37 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A5) | |
| 3b38 0123 move.w $123.w, -(A5) | |
| 3b39 0123 4567 move.w $1234567.l, -(A5) | |
| 3b3a 0123 move.w ($123,PC), -(A5); ($125) | |
| 3b3b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A5) | |
| 3b3c 0123 move.w #$123, -(A5) | |
| 3b40 0123 move.w D0, ($123,A5) | |
| 3b41 0123 move.w D1, ($123,A5) | |
| 3b42 0123 move.w D2, ($123,A5) | |
| 3b43 0123 move.w D3, ($123,A5) | |
| 3b44 0123 move.w D4, ($123,A5) | |
| 3b45 0123 move.w D5, ($123,A5) | |
| 3b46 0123 move.w D6, ($123,A5) | |
| 3b47 0123 move.w D7, ($123,A5) | |
| 3b48 0123 move.w A0, ($123,A5) | |
| 3b49 0123 move.w A1, ($123,A5) | |
| 3b4a 0123 move.w A2, ($123,A5) | |
| 3b4b 0123 move.w A3, ($123,A5) | |
| 3b4c 0123 move.w A4, ($123,A5) | |
| 3b4d 0123 move.w A5, ($123,A5) | |
| 3b4e 0123 move.w A6, ($123,A5) | |
| 3b4f 0123 move.w A7, ($123,A5) | |
| 3b50 0123 move.w (A0), ($123,A5) | |
| 3b51 0123 move.w (A1), ($123,A5) | |
| 3b52 0123 move.w (A2), ($123,A5) | |
| 3b53 0123 move.w (A3), ($123,A5) | |
| 3b54 0123 move.w (A4), ($123,A5) | |
| 3b55 0123 move.w (A5), ($123,A5) | |
| 3b56 0123 move.w (A6), ($123,A5) | |
| 3b57 0123 move.w (A7), ($123,A5) | |
| 3b58 0123 move.w (A0)+, ($123,A5) | |
| 3b59 0123 move.w (A1)+, ($123,A5) | |
| 3b5a 0123 move.w (A2)+, ($123,A5) | |
| 3b5b 0123 move.w (A3)+, ($123,A5) | |
| 3b5c 0123 move.w (A4)+, ($123,A5) | |
| 3b5d 0123 move.w (A5)+, ($123,A5) | |
| 3b5e 0123 move.w (A6)+, ($123,A5) | |
| 3b5f 0123 move.w (A7)+, ($123,A5) | |
| 3b60 0123 move.w -(A0), ($123,A5) | |
| 3b61 0123 move.w -(A1), ($123,A5) | |
| 3b62 0123 move.w -(A2), ($123,A5) | |
| 3b63 0123 move.w -(A3), ($123,A5) | |
| 3b64 0123 move.w -(A4), ($123,A5) | |
| 3b65 0123 move.w -(A5), ($123,A5) | |
| 3b66 0123 move.w -(A6), ($123,A5) | |
| 3b67 0123 move.w -(A7), ($123,A5) | |
| 3b68 0123 4567 move.w ($123,A0), ($4567,A5) | |
| 3b69 0123 4567 move.w ($123,A1), ($4567,A5) | |
| 3b6a 0123 4567 move.w ($123,A2), ($4567,A5) | |
| 3b6b 0123 4567 move.w ($123,A3), ($4567,A5) | |
| 3b6c 0123 4567 move.w ($123,A4), ($4567,A5) | |
| 3b6d 0123 4567 move.w ($123,A5), ($4567,A5) | |
| 3b6e 0123 4567 move.w ($123,A6), ($4567,A5) | |
| 3b6f 0123 4567 move.w ($123,A7), ($4567,A5) | |
| 3b70 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A5) | |
| 3b71 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A5) | |
| 3b72 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A5) | |
| 3b73 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A5) | |
| 3b74 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A5) | |
| 3b75 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A5) | |
| 3b76 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A5) | |
| 3b77 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A5) | |
| 3b78 0123 4567 move.w $123.w, ($4567,A5) | |
| 3b79 0123 4567 89ab move.w $1234567.l, (-$7655,A5) | |
| 3b7a 0123 4567 move.w ($123,PC), ($4567,A5); ($125) | |
| 3b7b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A5) | |
| 3b7c 0123 4567 move.w #$123, ($4567,A5) | |
| 3b80 0123 4567 89ab cdef move.w D0, ([$4567,A5,D0.w],-$3211) | |
| 3b81 0123 4567 89ab cdef move.w D1, ([$4567,A5,D0.w],-$3211) | |
| 3b82 0123 4567 89ab cdef move.w D2, ([$4567,A5,D0.w],-$3211) | |
| 3b83 0123 4567 89ab cdef move.w D3, ([$4567,A5,D0.w],-$3211) | |
| 3b84 0123 4567 89ab cdef move.w D4, ([$4567,A5,D0.w],-$3211) | |
| 3b85 0123 4567 89ab cdef move.w D5, ([$4567,A5,D0.w],-$3211) | |
| 3b86 0123 4567 89ab cdef move.w D6, ([$4567,A5,D0.w],-$3211) | |
| 3b87 0123 4567 89ab cdef move.w D7, ([$4567,A5,D0.w],-$3211) | |
| 3b88 0123 4567 89ab cdef move.w A0, ([$4567,A5,D0.w],-$3211) | |
| 3b89 0123 4567 89ab cdef move.w A1, ([$4567,A5,D0.w],-$3211) | |
| 3b8a 0123 4567 89ab cdef move.w A2, ([$4567,A5,D0.w],-$3211) | |
| 3b8b 0123 4567 89ab cdef move.w A3, ([$4567,A5,D0.w],-$3211) | |
| 3b8c 0123 4567 89ab cdef move.w A4, ([$4567,A5,D0.w],-$3211) | |
| 3b8d 0123 4567 89ab cdef move.w A5, ([$4567,A5,D0.w],-$3211) | |
| 3b8e 0123 4567 89ab cdef move.w A6, ([$4567,A5,D0.w],-$3211) | |
| 3b8f 0123 4567 89ab cdef move.w A7, ([$4567,A5,D0.w],-$3211) | |
| 3b90 0123 4567 89ab cdef move.w (A0), ([$4567,A5,D0.w],-$3211) | |
| 3b91 0123 4567 89ab cdef move.w (A1), ([$4567,A5,D0.w],-$3211) | |
| 3b92 0123 4567 89ab cdef move.w (A2), ([$4567,A5,D0.w],-$3211) | |
| 3b93 0123 4567 89ab cdef move.w (A3), ([$4567,A5,D0.w],-$3211) | |
| 3b94 0123 4567 89ab cdef move.w (A4), ([$4567,A5,D0.w],-$3211) | |
| 3b95 0123 4567 89ab cdef move.w (A5), ([$4567,A5,D0.w],-$3211) | |
| 3b96 0123 4567 89ab cdef move.w (A6), ([$4567,A5,D0.w],-$3211) | |
| 3b97 0123 4567 89ab cdef move.w (A7), ([$4567,A5,D0.w],-$3211) | |
| 3b98 0123 4567 89ab cdef move.w (A0)+, ([$4567,A5,D0.w],-$3211) | |
| 3b99 0123 4567 89ab cdef move.w (A1)+, ([$4567,A5,D0.w],-$3211) | |
| 3b9a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A5,D0.w],-$3211) | |
| 3b9b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A5,D0.w],-$3211) | |
| 3b9c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A5,D0.w],-$3211) | |
| 3b9d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A5,D0.w],-$3211) | |
| 3b9e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A5,D0.w],-$3211) | |
| 3b9f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A5,D0.w],-$3211) | |
| 3ba0 0123 4567 89ab cdef move.w -(A0), ([$4567,A5,D0.w],-$3211) | |
| 3ba1 0123 4567 89ab cdef move.w -(A1), ([$4567,A5,D0.w],-$3211) | |
| 3ba2 0123 4567 89ab cdef move.w -(A2), ([$4567,A5,D0.w],-$3211) | |
| 3ba3 0123 4567 89ab cdef move.w -(A3), ([$4567,A5,D0.w],-$3211) | |
| 3ba4 0123 4567 89ab cdef move.w -(A4), ([$4567,A5,D0.w],-$3211) | |
| 3ba5 0123 4567 89ab cdef move.w -(A5), ([$4567,A5,D0.w],-$3211) | |
| 3ba6 0123 4567 89ab cdef move.w -(A6), ([$4567,A5,D0.w],-$3211) | |
| 3ba7 0123 4567 89ab cdef move.w -(A7), ([$4567,A5,D0.w],-$3211) | |
| 3ba8 0123 4567 89ab move.w ($123,A0), ([-$7655,A5]) | |
| 3ba9 0123 4567 89ab move.w ($123,A1), ([-$7655,A5]) | |
| 3baa 0123 4567 89ab move.w ($123,A2), ([-$7655,A5]) | |
| 3bab 0123 4567 89ab move.w ($123,A3), ([-$7655,A5]) | |
| 3bac 0123 4567 89ab move.w ($123,A4), ([-$7655,A5]) | |
| 3bad 0123 4567 89ab move.w ($123,A5), ([-$7655,A5]) | |
| 3bae 0123 4567 89ab move.w ($123,A6), ([-$7655,A5]) | |
| 3baf 0123 4567 89ab move.w ($123,A7), ([-$7655,A5]) | |
| 3bb0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A5,D0.w) | |
| 3bb1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A5,D0.w) | |
| 3bb2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A5,D0.w) | |
| 3bb3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A5,D0.w) | |
| 3bb4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A5,D0.w) | |
| 3bb5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A5,D0.w) | |
| 3bb6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A5,D0.w) | |
| 3bb7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A5,D0.w) | |
| 3bb8 0123 4567 89ab move.w $123.w, ([-$7655,A5]) | |
| 3bb9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 3bba 0123 4567 89ab move.w ($123,PC), ([-$7655,A5]); ($125) | |
| 3bbb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A5,D0.w) | |
| 3bbc 0123 4567 89ab move.w #$123, ([-$7655,A5]) | |
| 3c00 move.w D0, D6 | |
| 3c01 move.w D1, D6 | |
| 3c02 move.w D2, D6 | |
| 3c03 move.w D3, D6 | |
| 3c04 move.w D4, D6 | |
| 3c05 move.w D5, D6 | |
| 3c06 move.w D6, D6 | |
| 3c07 move.w D7, D6 | |
| 3c08 move.w A0, D6 | |
| 3c09 move.w A1, D6 | |
| 3c0a move.w A2, D6 | |
| 3c0b move.w A3, D6 | |
| 3c0c move.w A4, D6 | |
| 3c0d move.w A5, D6 | |
| 3c0e move.w A6, D6 | |
| 3c0f move.w A7, D6 | |
| 3c10 move.w (A0), D6 | |
| 3c11 move.w (A1), D6 | |
| 3c12 move.w (A2), D6 | |
| 3c13 move.w (A3), D6 | |
| 3c14 move.w (A4), D6 | |
| 3c15 move.w (A5), D6 | |
| 3c16 move.w (A6), D6 | |
| 3c17 move.w (A7), D6 | |
| 3c18 move.w (A0)+, D6 | |
| 3c19 move.w (A1)+, D6 | |
| 3c1a move.w (A2)+, D6 | |
| 3c1b move.w (A3)+, D6 | |
| 3c1c move.w (A4)+, D6 | |
| 3c1d move.w (A5)+, D6 | |
| 3c1e move.w (A6)+, D6 | |
| 3c1f move.w (A7)+, D6 | |
| 3c20 move.w -(A0), D6 | |
| 3c21 move.w -(A1), D6 | |
| 3c22 move.w -(A2), D6 | |
| 3c23 move.w -(A3), D6 | |
| 3c24 move.w -(A4), D6 | |
| 3c25 move.w -(A5), D6 | |
| 3c26 move.w -(A6), D6 | |
| 3c27 move.w -(A7), D6 | |
| 3c28 0123 move.w ($123,A0), D6 | |
| 3c29 0123 move.w ($123,A1), D6 | |
| 3c2a 0123 move.w ($123,A2), D6 | |
| 3c2b 0123 move.w ($123,A3), D6 | |
| 3c2c 0123 move.w ($123,A4), D6 | |
| 3c2d 0123 move.w ($123,A5), D6 | |
| 3c2e 0123 move.w ($123,A6), D6 | |
| 3c2f 0123 move.w ($123,A7), D6 | |
| 3c30 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D6 | |
| 3c31 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D6 | |
| 3c32 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D6 | |
| 3c33 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D6 | |
| 3c34 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D6 | |
| 3c35 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D6 | |
| 3c36 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D6 | |
| 3c37 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D6 | |
| 3c38 0123 move.w $123.w, D6 | |
| 3c39 0123 4567 move.w $1234567.l, D6 | |
| 3c3a 0123 move.w ($123,PC), D6; ($125) | |
| 3c3b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D6 | |
| 3c3c 0123 move.w #$123, D6 | |
| 3c40 movea.w D0, A6 | |
| 3c41 movea.w D1, A6 | |
| 3c42 movea.w D2, A6 | |
| 3c43 movea.w D3, A6 | |
| 3c44 movea.w D4, A6 | |
| 3c45 movea.w D5, A6 | |
| 3c46 movea.w D6, A6 | |
| 3c47 movea.w D7, A6 | |
| 3c48 movea.w A0, A6 | |
| 3c49 movea.w A1, A6 | |
| 3c4a movea.w A2, A6 | |
| 3c4b movea.w A3, A6 | |
| 3c4c movea.w A4, A6 | |
| 3c4d movea.w A5, A6 | |
| 3c4e movea.w A6, A6 | |
| 3c4f movea.w A7, A6 | |
| 3c50 movea.w (A0), A6 | |
| 3c51 movea.w (A1), A6 | |
| 3c52 movea.w (A2), A6 | |
| 3c53 movea.w (A3), A6 | |
| 3c54 movea.w (A4), A6 | |
| 3c55 movea.w (A5), A6 | |
| 3c56 movea.w (A6), A6 | |
| 3c57 movea.w (A7), A6 | |
| 3c58 movea.w (A0)+, A6 | |
| 3c59 movea.w (A1)+, A6 | |
| 3c5a movea.w (A2)+, A6 | |
| 3c5b movea.w (A3)+, A6 | |
| 3c5c movea.w (A4)+, A6 | |
| 3c5d movea.w (A5)+, A6 | |
| 3c5e movea.w (A6)+, A6 | |
| 3c5f movea.w (A7)+, A6 | |
| 3c60 movea.w -(A0), A6 | |
| 3c61 movea.w -(A1), A6 | |
| 3c62 movea.w -(A2), A6 | |
| 3c63 movea.w -(A3), A6 | |
| 3c64 movea.w -(A4), A6 | |
| 3c65 movea.w -(A5), A6 | |
| 3c66 movea.w -(A6), A6 | |
| 3c67 movea.w -(A7), A6 | |
| 3c68 0123 movea.w ($123,A0), A6 | |
| 3c69 0123 movea.w ($123,A1), A6 | |
| 3c6a 0123 movea.w ($123,A2), A6 | |
| 3c6b 0123 movea.w ($123,A3), A6 | |
| 3c6c 0123 movea.w ($123,A4), A6 | |
| 3c6d 0123 movea.w ($123,A5), A6 | |
| 3c6e 0123 movea.w ($123,A6), A6 | |
| 3c6f 0123 movea.w ($123,A7), A6 | |
| 3c70 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A6 | |
| 3c71 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A6 | |
| 3c72 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A6 | |
| 3c73 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A6 | |
| 3c74 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A6 | |
| 3c75 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A6 | |
| 3c76 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A6 | |
| 3c77 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A6 | |
| 3c78 0123 movea.w $123.w, A6 | |
| 3c79 0123 4567 movea.w $1234567.l, A6 | |
| 3c7a 0123 movea.w ($123,PC), A6; ($125) | |
| 3c7b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A6 | |
| 3c7c 0123 movea.w #$123, A6 | |
| 3c80 move.w D0, (A6) | |
| 3c81 move.w D1, (A6) | |
| 3c82 move.w D2, (A6) | |
| 3c83 move.w D3, (A6) | |
| 3c84 move.w D4, (A6) | |
| 3c85 move.w D5, (A6) | |
| 3c86 move.w D6, (A6) | |
| 3c87 move.w D7, (A6) | |
| 3c88 move.w A0, (A6) | |
| 3c89 move.w A1, (A6) | |
| 3c8a move.w A2, (A6) | |
| 3c8b move.w A3, (A6) | |
| 3c8c move.w A4, (A6) | |
| 3c8d move.w A5, (A6) | |
| 3c8e move.w A6, (A6) | |
| 3c8f move.w A7, (A6) | |
| 3c90 move.w (A0), (A6) | |
| 3c91 move.w (A1), (A6) | |
| 3c92 move.w (A2), (A6) | |
| 3c93 move.w (A3), (A6) | |
| 3c94 move.w (A4), (A6) | |
| 3c95 move.w (A5), (A6) | |
| 3c96 move.w (A6), (A6) | |
| 3c97 move.w (A7), (A6) | |
| 3c98 move.w (A0)+, (A6) | |
| 3c99 move.w (A1)+, (A6) | |
| 3c9a move.w (A2)+, (A6) | |
| 3c9b move.w (A3)+, (A6) | |
| 3c9c move.w (A4)+, (A6) | |
| 3c9d move.w (A5)+, (A6) | |
| 3c9e move.w (A6)+, (A6) | |
| 3c9f move.w (A7)+, (A6) | |
| 3ca0 move.w -(A0), (A6) | |
| 3ca1 move.w -(A1), (A6) | |
| 3ca2 move.w -(A2), (A6) | |
| 3ca3 move.w -(A3), (A6) | |
| 3ca4 move.w -(A4), (A6) | |
| 3ca5 move.w -(A5), (A6) | |
| 3ca6 move.w -(A6), (A6) | |
| 3ca7 move.w -(A7), (A6) | |
| 3ca8 0123 move.w ($123,A0), (A6) | |
| 3ca9 0123 move.w ($123,A1), (A6) | |
| 3caa 0123 move.w ($123,A2), (A6) | |
| 3cab 0123 move.w ($123,A3), (A6) | |
| 3cac 0123 move.w ($123,A4), (A6) | |
| 3cad 0123 move.w ($123,A5), (A6) | |
| 3cae 0123 move.w ($123,A6), (A6) | |
| 3caf 0123 move.w ($123,A7), (A6) | |
| 3cb0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A6) | |
| 3cb1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A6) | |
| 3cb2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A6) | |
| 3cb3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A6) | |
| 3cb4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A6) | |
| 3cb5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A6) | |
| 3cb6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A6) | |
| 3cb7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A6) | |
| 3cb8 0123 move.w $123.w, (A6) | |
| 3cb9 0123 4567 move.w $1234567.l, (A6) | |
| 3cba 0123 move.w ($123,PC), (A6); ($125) | |
| 3cbb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A6) | |
| 3cbc 0123 move.w #$123, (A6) | |
| 3cc0 move.w D0, (A6)+ | |
| 3cc1 move.w D1, (A6)+ | |
| 3cc2 move.w D2, (A6)+ | |
| 3cc3 move.w D3, (A6)+ | |
| 3cc4 move.w D4, (A6)+ | |
| 3cc5 move.w D5, (A6)+ | |
| 3cc6 move.w D6, (A6)+ | |
| 3cc7 move.w D7, (A6)+ | |
| 3cc8 move.w A0, (A6)+ | |
| 3cc9 move.w A1, (A6)+ | |
| 3cca move.w A2, (A6)+ | |
| 3ccb move.w A3, (A6)+ | |
| 3ccc move.w A4, (A6)+ | |
| 3ccd move.w A5, (A6)+ | |
| 3cce move.w A6, (A6)+ | |
| 3ccf move.w A7, (A6)+ | |
| 3cd0 move.w (A0), (A6)+ | |
| 3cd1 move.w (A1), (A6)+ | |
| 3cd2 move.w (A2), (A6)+ | |
| 3cd3 move.w (A3), (A6)+ | |
| 3cd4 move.w (A4), (A6)+ | |
| 3cd5 move.w (A5), (A6)+ | |
| 3cd6 move.w (A6), (A6)+ | |
| 3cd7 move.w (A7), (A6)+ | |
| 3cd8 move.w (A0)+, (A6)+ | |
| 3cd9 move.w (A1)+, (A6)+ | |
| 3cda move.w (A2)+, (A6)+ | |
| 3cdb move.w (A3)+, (A6)+ | |
| 3cdc move.w (A4)+, (A6)+ | |
| 3cdd move.w (A5)+, (A6)+ | |
| 3cde move.w (A6)+, (A6)+ | |
| 3cdf move.w (A7)+, (A6)+ | |
| 3ce0 move.w -(A0), (A6)+ | |
| 3ce1 move.w -(A1), (A6)+ | |
| 3ce2 move.w -(A2), (A6)+ | |
| 3ce3 move.w -(A3), (A6)+ | |
| 3ce4 move.w -(A4), (A6)+ | |
| 3ce5 move.w -(A5), (A6)+ | |
| 3ce6 move.w -(A6), (A6)+ | |
| 3ce7 move.w -(A7), (A6)+ | |
| 3ce8 0123 move.w ($123,A0), (A6)+ | |
| 3ce9 0123 move.w ($123,A1), (A6)+ | |
| 3cea 0123 move.w ($123,A2), (A6)+ | |
| 3ceb 0123 move.w ($123,A3), (A6)+ | |
| 3cec 0123 move.w ($123,A4), (A6)+ | |
| 3ced 0123 move.w ($123,A5), (A6)+ | |
| 3cee 0123 move.w ($123,A6), (A6)+ | |
| 3cef 0123 move.w ($123,A7), (A6)+ | |
| 3cf0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A6)+ | |
| 3cf1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A6)+ | |
| 3cf2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A6)+ | |
| 3cf3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A6)+ | |
| 3cf4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A6)+ | |
| 3cf5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A6)+ | |
| 3cf6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A6)+ | |
| 3cf7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A6)+ | |
| 3cf8 0123 move.w $123.w, (A6)+ | |
| 3cf9 0123 4567 move.w $1234567.l, (A6)+ | |
| 3cfa 0123 move.w ($123,PC), (A6)+; ($125) | |
| 3cfb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A6)+ | |
| 3cfc 0123 move.w #$123, (A6)+ | |
| 3d00 move.w D0, -(A6) | |
| 3d01 move.w D1, -(A6) | |
| 3d02 move.w D2, -(A6) | |
| 3d03 move.w D3, -(A6) | |
| 3d04 move.w D4, -(A6) | |
| 3d05 move.w D5, -(A6) | |
| 3d06 move.w D6, -(A6) | |
| 3d07 move.w D7, -(A6) | |
| 3d08 move.w A0, -(A6) | |
| 3d09 move.w A1, -(A6) | |
| 3d0a move.w A2, -(A6) | |
| 3d0b move.w A3, -(A6) | |
| 3d0c move.w A4, -(A6) | |
| 3d0d move.w A5, -(A6) | |
| 3d0e move.w A6, -(A6) | |
| 3d0f move.w A7, -(A6) | |
| 3d10 move.w (A0), -(A6) | |
| 3d11 move.w (A1), -(A6) | |
| 3d12 move.w (A2), -(A6) | |
| 3d13 move.w (A3), -(A6) | |
| 3d14 move.w (A4), -(A6) | |
| 3d15 move.w (A5), -(A6) | |
| 3d16 move.w (A6), -(A6) | |
| 3d17 move.w (A7), -(A6) | |
| 3d18 move.w (A0)+, -(A6) | |
| 3d19 move.w (A1)+, -(A6) | |
| 3d1a move.w (A2)+, -(A6) | |
| 3d1b move.w (A3)+, -(A6) | |
| 3d1c move.w (A4)+, -(A6) | |
| 3d1d move.w (A5)+, -(A6) | |
| 3d1e move.w (A6)+, -(A6) | |
| 3d1f move.w (A7)+, -(A6) | |
| 3d20 move.w -(A0), -(A6) | |
| 3d21 move.w -(A1), -(A6) | |
| 3d22 move.w -(A2), -(A6) | |
| 3d23 move.w -(A3), -(A6) | |
| 3d24 move.w -(A4), -(A6) | |
| 3d25 move.w -(A5), -(A6) | |
| 3d26 move.w -(A6), -(A6) | |
| 3d27 move.w -(A7), -(A6) | |
| 3d28 0123 move.w ($123,A0), -(A6) | |
| 3d29 0123 move.w ($123,A1), -(A6) | |
| 3d2a 0123 move.w ($123,A2), -(A6) | |
| 3d2b 0123 move.w ($123,A3), -(A6) | |
| 3d2c 0123 move.w ($123,A4), -(A6) | |
| 3d2d 0123 move.w ($123,A5), -(A6) | |
| 3d2e 0123 move.w ($123,A6), -(A6) | |
| 3d2f 0123 move.w ($123,A7), -(A6) | |
| 3d30 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A6) | |
| 3d31 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A6) | |
| 3d32 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A6) | |
| 3d33 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A6) | |
| 3d34 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A6) | |
| 3d35 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A6) | |
| 3d36 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A6) | |
| 3d37 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A6) | |
| 3d38 0123 move.w $123.w, -(A6) | |
| 3d39 0123 4567 move.w $1234567.l, -(A6) | |
| 3d3a 0123 move.w ($123,PC), -(A6); ($125) | |
| 3d3b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A6) | |
| 3d3c 0123 move.w #$123, -(A6) | |
| 3d40 0123 move.w D0, ($123,A6) | |
| 3d41 0123 move.w D1, ($123,A6) | |
| 3d42 0123 move.w D2, ($123,A6) | |
| 3d43 0123 move.w D3, ($123,A6) | |
| 3d44 0123 move.w D4, ($123,A6) | |
| 3d45 0123 move.w D5, ($123,A6) | |
| 3d46 0123 move.w D6, ($123,A6) | |
| 3d47 0123 move.w D7, ($123,A6) | |
| 3d48 0123 move.w A0, ($123,A6) | |
| 3d49 0123 move.w A1, ($123,A6) | |
| 3d4a 0123 move.w A2, ($123,A6) | |
| 3d4b 0123 move.w A3, ($123,A6) | |
| 3d4c 0123 move.w A4, ($123,A6) | |
| 3d4d 0123 move.w A5, ($123,A6) | |
| 3d4e 0123 move.w A6, ($123,A6) | |
| 3d4f 0123 move.w A7, ($123,A6) | |
| 3d50 0123 move.w (A0), ($123,A6) | |
| 3d51 0123 move.w (A1), ($123,A6) | |
| 3d52 0123 move.w (A2), ($123,A6) | |
| 3d53 0123 move.w (A3), ($123,A6) | |
| 3d54 0123 move.w (A4), ($123,A6) | |
| 3d55 0123 move.w (A5), ($123,A6) | |
| 3d56 0123 move.w (A6), ($123,A6) | |
| 3d57 0123 move.w (A7), ($123,A6) | |
| 3d58 0123 move.w (A0)+, ($123,A6) | |
| 3d59 0123 move.w (A1)+, ($123,A6) | |
| 3d5a 0123 move.w (A2)+, ($123,A6) | |
| 3d5b 0123 move.w (A3)+, ($123,A6) | |
| 3d5c 0123 move.w (A4)+, ($123,A6) | |
| 3d5d 0123 move.w (A5)+, ($123,A6) | |
| 3d5e 0123 move.w (A6)+, ($123,A6) | |
| 3d5f 0123 move.w (A7)+, ($123,A6) | |
| 3d60 0123 move.w -(A0), ($123,A6) | |
| 3d61 0123 move.w -(A1), ($123,A6) | |
| 3d62 0123 move.w -(A2), ($123,A6) | |
| 3d63 0123 move.w -(A3), ($123,A6) | |
| 3d64 0123 move.w -(A4), ($123,A6) | |
| 3d65 0123 move.w -(A5), ($123,A6) | |
| 3d66 0123 move.w -(A6), ($123,A6) | |
| 3d67 0123 move.w -(A7), ($123,A6) | |
| 3d68 0123 4567 move.w ($123,A0), ($4567,A6) | |
| 3d69 0123 4567 move.w ($123,A1), ($4567,A6) | |
| 3d6a 0123 4567 move.w ($123,A2), ($4567,A6) | |
| 3d6b 0123 4567 move.w ($123,A3), ($4567,A6) | |
| 3d6c 0123 4567 move.w ($123,A4), ($4567,A6) | |
| 3d6d 0123 4567 move.w ($123,A5), ($4567,A6) | |
| 3d6e 0123 4567 move.w ($123,A6), ($4567,A6) | |
| 3d6f 0123 4567 move.w ($123,A7), ($4567,A6) | |
| 3d70 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A6) | |
| 3d71 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A6) | |
| 3d72 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A6) | |
| 3d73 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A6) | |
| 3d74 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A6) | |
| 3d75 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A6) | |
| 3d76 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A6) | |
| 3d77 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A6) | |
| 3d78 0123 4567 move.w $123.w, ($4567,A6) | |
| 3d79 0123 4567 89ab move.w $1234567.l, (-$7655,A6) | |
| 3d7a 0123 4567 move.w ($123,PC), ($4567,A6); ($125) | |
| 3d7b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A6) | |
| 3d7c 0123 4567 move.w #$123, ($4567,A6) | |
| 3d80 0123 4567 89ab cdef move.w D0, ([$4567,A6,D0.w],-$3211) | |
| 3d81 0123 4567 89ab cdef move.w D1, ([$4567,A6,D0.w],-$3211) | |
| 3d82 0123 4567 89ab cdef move.w D2, ([$4567,A6,D0.w],-$3211) | |
| 3d83 0123 4567 89ab cdef move.w D3, ([$4567,A6,D0.w],-$3211) | |
| 3d84 0123 4567 89ab cdef move.w D4, ([$4567,A6,D0.w],-$3211) | |
| 3d85 0123 4567 89ab cdef move.w D5, ([$4567,A6,D0.w],-$3211) | |
| 3d86 0123 4567 89ab cdef move.w D6, ([$4567,A6,D0.w],-$3211) | |
| 3d87 0123 4567 89ab cdef move.w D7, ([$4567,A6,D0.w],-$3211) | |
| 3d88 0123 4567 89ab cdef move.w A0, ([$4567,A6,D0.w],-$3211) | |
| 3d89 0123 4567 89ab cdef move.w A1, ([$4567,A6,D0.w],-$3211) | |
| 3d8a 0123 4567 89ab cdef move.w A2, ([$4567,A6,D0.w],-$3211) | |
| 3d8b 0123 4567 89ab cdef move.w A3, ([$4567,A6,D0.w],-$3211) | |
| 3d8c 0123 4567 89ab cdef move.w A4, ([$4567,A6,D0.w],-$3211) | |
| 3d8d 0123 4567 89ab cdef move.w A5, ([$4567,A6,D0.w],-$3211) | |
| 3d8e 0123 4567 89ab cdef move.w A6, ([$4567,A6,D0.w],-$3211) | |
| 3d8f 0123 4567 89ab cdef move.w A7, ([$4567,A6,D0.w],-$3211) | |
| 3d90 0123 4567 89ab cdef move.w (A0), ([$4567,A6,D0.w],-$3211) | |
| 3d91 0123 4567 89ab cdef move.w (A1), ([$4567,A6,D0.w],-$3211) | |
| 3d92 0123 4567 89ab cdef move.w (A2), ([$4567,A6,D0.w],-$3211) | |
| 3d93 0123 4567 89ab cdef move.w (A3), ([$4567,A6,D0.w],-$3211) | |
| 3d94 0123 4567 89ab cdef move.w (A4), ([$4567,A6,D0.w],-$3211) | |
| 3d95 0123 4567 89ab cdef move.w (A5), ([$4567,A6,D0.w],-$3211) | |
| 3d96 0123 4567 89ab cdef move.w (A6), ([$4567,A6,D0.w],-$3211) | |
| 3d97 0123 4567 89ab cdef move.w (A7), ([$4567,A6,D0.w],-$3211) | |
| 3d98 0123 4567 89ab cdef move.w (A0)+, ([$4567,A6,D0.w],-$3211) | |
| 3d99 0123 4567 89ab cdef move.w (A1)+, ([$4567,A6,D0.w],-$3211) | |
| 3d9a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A6,D0.w],-$3211) | |
| 3d9b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A6,D0.w],-$3211) | |
| 3d9c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A6,D0.w],-$3211) | |
| 3d9d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A6,D0.w],-$3211) | |
| 3d9e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A6,D0.w],-$3211) | |
| 3d9f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A6,D0.w],-$3211) | |
| 3da0 0123 4567 89ab cdef move.w -(A0), ([$4567,A6,D0.w],-$3211) | |
| 3da1 0123 4567 89ab cdef move.w -(A1), ([$4567,A6,D0.w],-$3211) | |
| 3da2 0123 4567 89ab cdef move.w -(A2), ([$4567,A6,D0.w],-$3211) | |
| 3da3 0123 4567 89ab cdef move.w -(A3), ([$4567,A6,D0.w],-$3211) | |
| 3da4 0123 4567 89ab cdef move.w -(A4), ([$4567,A6,D0.w],-$3211) | |
| 3da5 0123 4567 89ab cdef move.w -(A5), ([$4567,A6,D0.w],-$3211) | |
| 3da6 0123 4567 89ab cdef move.w -(A6), ([$4567,A6,D0.w],-$3211) | |
| 3da7 0123 4567 89ab cdef move.w -(A7), ([$4567,A6,D0.w],-$3211) | |
| 3da8 0123 4567 89ab move.w ($123,A0), ([-$7655,A6]) | |
| 3da9 0123 4567 89ab move.w ($123,A1), ([-$7655,A6]) | |
| 3daa 0123 4567 89ab move.w ($123,A2), ([-$7655,A6]) | |
| 3dab 0123 4567 89ab move.w ($123,A3), ([-$7655,A6]) | |
| 3dac 0123 4567 89ab move.w ($123,A4), ([-$7655,A6]) | |
| 3dad 0123 4567 89ab move.w ($123,A5), ([-$7655,A6]) | |
| 3dae 0123 4567 89ab move.w ($123,A6), ([-$7655,A6]) | |
| 3daf 0123 4567 89ab move.w ($123,A7), ([-$7655,A6]) | |
| 3db0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A6,D0.w) | |
| 3db1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A6,D0.w) | |
| 3db2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A6,D0.w) | |
| 3db3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A6,D0.w) | |
| 3db4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A6,D0.w) | |
| 3db5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A6,D0.w) | |
| 3db6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A6,D0.w) | |
| 3db7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A6,D0.w) | |
| 3db8 0123 4567 89ab move.w $123.w, ([-$7655,A6]) | |
| 3db9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 3dba 0123 4567 89ab move.w ($123,PC), ([-$7655,A6]); ($125) | |
| 3dbb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A6,D0.w) | |
| 3dbc 0123 4567 89ab move.w #$123, ([-$7655,A6]) | |
| 3e00 move.w D0, D7 | |
| 3e01 move.w D1, D7 | |
| 3e02 move.w D2, D7 | |
| 3e03 move.w D3, D7 | |
| 3e04 move.w D4, D7 | |
| 3e05 move.w D5, D7 | |
| 3e06 move.w D6, D7 | |
| 3e07 move.w D7, D7 | |
| 3e08 move.w A0, D7 | |
| 3e09 move.w A1, D7 | |
| 3e0a move.w A2, D7 | |
| 3e0b move.w A3, D7 | |
| 3e0c move.w A4, D7 | |
| 3e0d move.w A5, D7 | |
| 3e0e move.w A6, D7 | |
| 3e0f move.w A7, D7 | |
| 3e10 move.w (A0), D7 | |
| 3e11 move.w (A1), D7 | |
| 3e12 move.w (A2), D7 | |
| 3e13 move.w (A3), D7 | |
| 3e14 move.w (A4), D7 | |
| 3e15 move.w (A5), D7 | |
| 3e16 move.w (A6), D7 | |
| 3e17 move.w (A7), D7 | |
| 3e18 move.w (A0)+, D7 | |
| 3e19 move.w (A1)+, D7 | |
| 3e1a move.w (A2)+, D7 | |
| 3e1b move.w (A3)+, D7 | |
| 3e1c move.w (A4)+, D7 | |
| 3e1d move.w (A5)+, D7 | |
| 3e1e move.w (A6)+, D7 | |
| 3e1f move.w (A7)+, D7 | |
| 3e20 move.w -(A0), D7 | |
| 3e21 move.w -(A1), D7 | |
| 3e22 move.w -(A2), D7 | |
| 3e23 move.w -(A3), D7 | |
| 3e24 move.w -(A4), D7 | |
| 3e25 move.w -(A5), D7 | |
| 3e26 move.w -(A6), D7 | |
| 3e27 move.w -(A7), D7 | |
| 3e28 0123 move.w ($123,A0), D7 | |
| 3e29 0123 move.w ($123,A1), D7 | |
| 3e2a 0123 move.w ($123,A2), D7 | |
| 3e2b 0123 move.w ($123,A3), D7 | |
| 3e2c 0123 move.w ($123,A4), D7 | |
| 3e2d 0123 move.w ($123,A5), D7 | |
| 3e2e 0123 move.w ($123,A6), D7 | |
| 3e2f 0123 move.w ($123,A7), D7 | |
| 3e30 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), D7 | |
| 3e31 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), D7 | |
| 3e32 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), D7 | |
| 3e33 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), D7 | |
| 3e34 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), D7 | |
| 3e35 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), D7 | |
| 3e36 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), D7 | |
| 3e37 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), D7 | |
| 3e38 0123 move.w $123.w, D7 | |
| 3e39 0123 4567 move.w $1234567.l, D7 | |
| 3e3a 0123 move.w ($123,PC), D7; ($125) | |
| 3e3b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), D7 | |
| 3e3c 0123 move.w #$123, D7 | |
| 3e40 movea.w D0, A7 | |
| 3e41 movea.w D1, A7 | |
| 3e42 movea.w D2, A7 | |
| 3e43 movea.w D3, A7 | |
| 3e44 movea.w D4, A7 | |
| 3e45 movea.w D5, A7 | |
| 3e46 movea.w D6, A7 | |
| 3e47 movea.w D7, A7 | |
| 3e48 movea.w A0, A7 | |
| 3e49 movea.w A1, A7 | |
| 3e4a movea.w A2, A7 | |
| 3e4b movea.w A3, A7 | |
| 3e4c movea.w A4, A7 | |
| 3e4d movea.w A5, A7 | |
| 3e4e movea.w A6, A7 | |
| 3e4f movea.w A7, A7 | |
| 3e50 movea.w (A0), A7 | |
| 3e51 movea.w (A1), A7 | |
| 3e52 movea.w (A2), A7 | |
| 3e53 movea.w (A3), A7 | |
| 3e54 movea.w (A4), A7 | |
| 3e55 movea.w (A5), A7 | |
| 3e56 movea.w (A6), A7 | |
| 3e57 movea.w (A7), A7 | |
| 3e58 movea.w (A0)+, A7 | |
| 3e59 movea.w (A1)+, A7 | |
| 3e5a movea.w (A2)+, A7 | |
| 3e5b movea.w (A3)+, A7 | |
| 3e5c movea.w (A4)+, A7 | |
| 3e5d movea.w (A5)+, A7 | |
| 3e5e movea.w (A6)+, A7 | |
| 3e5f movea.w (A7)+, A7 | |
| 3e60 movea.w -(A0), A7 | |
| 3e61 movea.w -(A1), A7 | |
| 3e62 movea.w -(A2), A7 | |
| 3e63 movea.w -(A3), A7 | |
| 3e64 movea.w -(A4), A7 | |
| 3e65 movea.w -(A5), A7 | |
| 3e66 movea.w -(A6), A7 | |
| 3e67 movea.w -(A7), A7 | |
| 3e68 0123 movea.w ($123,A0), A7 | |
| 3e69 0123 movea.w ($123,A1), A7 | |
| 3e6a 0123 movea.w ($123,A2), A7 | |
| 3e6b 0123 movea.w ($123,A3), A7 | |
| 3e6c 0123 movea.w ($123,A4), A7 | |
| 3e6d 0123 movea.w ($123,A5), A7 | |
| 3e6e 0123 movea.w ($123,A6), A7 | |
| 3e6f 0123 movea.w ($123,A7), A7 | |
| 3e70 0123 4567 89ab cdef movea.w ([$4567,A0,D0.w],-$3211), A7 | |
| 3e71 0123 4567 89ab cdef movea.w ([$4567,A1,D0.w],-$3211), A7 | |
| 3e72 0123 4567 89ab cdef movea.w ([$4567,A2,D0.w],-$3211), A7 | |
| 3e73 0123 4567 89ab cdef movea.w ([$4567,A3,D0.w],-$3211), A7 | |
| 3e74 0123 4567 89ab cdef movea.w ([$4567,A4,D0.w],-$3211), A7 | |
| 3e75 0123 4567 89ab cdef movea.w ([$4567,A5,D0.w],-$3211), A7 | |
| 3e76 0123 4567 89ab cdef movea.w ([$4567,A6,D0.w],-$3211), A7 | |
| 3e77 0123 4567 89ab cdef movea.w ([$4567,A7,D0.w],-$3211), A7 | |
| 3e78 0123 movea.w $123.w, A7 | |
| 3e79 0123 4567 movea.w $1234567.l, A7 | |
| 3e7a 0123 movea.w ($123,PC), A7; ($125) | |
| 3e7b 0123 4567 89ab cdef movea.w ([$4567,PC,D0.w],-$3211), A7 | |
| 3e7c 0123 movea.w #$123, A7 | |
| 3e80 move.w D0, (A7) | |
| 3e81 move.w D1, (A7) | |
| 3e82 move.w D2, (A7) | |
| 3e83 move.w D3, (A7) | |
| 3e84 move.w D4, (A7) | |
| 3e85 move.w D5, (A7) | |
| 3e86 move.w D6, (A7) | |
| 3e87 move.w D7, (A7) | |
| 3e88 move.w A0, (A7) | |
| 3e89 move.w A1, (A7) | |
| 3e8a move.w A2, (A7) | |
| 3e8b move.w A3, (A7) | |
| 3e8c move.w A4, (A7) | |
| 3e8d move.w A5, (A7) | |
| 3e8e move.w A6, (A7) | |
| 3e8f move.w A7, (A7) | |
| 3e90 move.w (A0), (A7) | |
| 3e91 move.w (A1), (A7) | |
| 3e92 move.w (A2), (A7) | |
| 3e93 move.w (A3), (A7) | |
| 3e94 move.w (A4), (A7) | |
| 3e95 move.w (A5), (A7) | |
| 3e96 move.w (A6), (A7) | |
| 3e97 move.w (A7), (A7) | |
| 3e98 move.w (A0)+, (A7) | |
| 3e99 move.w (A1)+, (A7) | |
| 3e9a move.w (A2)+, (A7) | |
| 3e9b move.w (A3)+, (A7) | |
| 3e9c move.w (A4)+, (A7) | |
| 3e9d move.w (A5)+, (A7) | |
| 3e9e move.w (A6)+, (A7) | |
| 3e9f move.w (A7)+, (A7) | |
| 3ea0 move.w -(A0), (A7) | |
| 3ea1 move.w -(A1), (A7) | |
| 3ea2 move.w -(A2), (A7) | |
| 3ea3 move.w -(A3), (A7) | |
| 3ea4 move.w -(A4), (A7) | |
| 3ea5 move.w -(A5), (A7) | |
| 3ea6 move.w -(A6), (A7) | |
| 3ea7 move.w -(A7), (A7) | |
| 3ea8 0123 move.w ($123,A0), (A7) | |
| 3ea9 0123 move.w ($123,A1), (A7) | |
| 3eaa 0123 move.w ($123,A2), (A7) | |
| 3eab 0123 move.w ($123,A3), (A7) | |
| 3eac 0123 move.w ($123,A4), (A7) | |
| 3ead 0123 move.w ($123,A5), (A7) | |
| 3eae 0123 move.w ($123,A6), (A7) | |
| 3eaf 0123 move.w ($123,A7), (A7) | |
| 3eb0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A7) | |
| 3eb1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A7) | |
| 3eb2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A7) | |
| 3eb3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A7) | |
| 3eb4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A7) | |
| 3eb5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A7) | |
| 3eb6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A7) | |
| 3eb7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A7) | |
| 3eb8 0123 move.w $123.w, (A7) | |
| 3eb9 0123 4567 move.w $1234567.l, (A7) | |
| 3eba 0123 move.w ($123,PC), (A7); ($125) | |
| 3ebb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A7) | |
| 3ebc 0123 move.w #$123, (A7) | |
| 3ec0 move.w D0, (A7)+ | |
| 3ec1 move.w D1, (A7)+ | |
| 3ec2 move.w D2, (A7)+ | |
| 3ec3 move.w D3, (A7)+ | |
| 3ec4 move.w D4, (A7)+ | |
| 3ec5 move.w D5, (A7)+ | |
| 3ec6 move.w D6, (A7)+ | |
| 3ec7 move.w D7, (A7)+ | |
| 3ec8 move.w A0, (A7)+ | |
| 3ec9 move.w A1, (A7)+ | |
| 3eca move.w A2, (A7)+ | |
| 3ecb move.w A3, (A7)+ | |
| 3ecc move.w A4, (A7)+ | |
| 3ecd move.w A5, (A7)+ | |
| 3ece move.w A6, (A7)+ | |
| 3ecf move.w A7, (A7)+ | |
| 3ed0 move.w (A0), (A7)+ | |
| 3ed1 move.w (A1), (A7)+ | |
| 3ed2 move.w (A2), (A7)+ | |
| 3ed3 move.w (A3), (A7)+ | |
| 3ed4 move.w (A4), (A7)+ | |
| 3ed5 move.w (A5), (A7)+ | |
| 3ed6 move.w (A6), (A7)+ | |
| 3ed7 move.w (A7), (A7)+ | |
| 3ed8 move.w (A0)+, (A7)+ | |
| 3ed9 move.w (A1)+, (A7)+ | |
| 3eda move.w (A2)+, (A7)+ | |
| 3edb move.w (A3)+, (A7)+ | |
| 3edc move.w (A4)+, (A7)+ | |
| 3edd move.w (A5)+, (A7)+ | |
| 3ede move.w (A6)+, (A7)+ | |
| 3edf move.w (A7)+, (A7)+ | |
| 3ee0 move.w -(A0), (A7)+ | |
| 3ee1 move.w -(A1), (A7)+ | |
| 3ee2 move.w -(A2), (A7)+ | |
| 3ee3 move.w -(A3), (A7)+ | |
| 3ee4 move.w -(A4), (A7)+ | |
| 3ee5 move.w -(A5), (A7)+ | |
| 3ee6 move.w -(A6), (A7)+ | |
| 3ee7 move.w -(A7), (A7)+ | |
| 3ee8 0123 move.w ($123,A0), (A7)+ | |
| 3ee9 0123 move.w ($123,A1), (A7)+ | |
| 3eea 0123 move.w ($123,A2), (A7)+ | |
| 3eeb 0123 move.w ($123,A3), (A7)+ | |
| 3eec 0123 move.w ($123,A4), (A7)+ | |
| 3eed 0123 move.w ($123,A5), (A7)+ | |
| 3eee 0123 move.w ($123,A6), (A7)+ | |
| 3eef 0123 move.w ($123,A7), (A7)+ | |
| 3ef0 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), (A7)+ | |
| 3ef1 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), (A7)+ | |
| 3ef2 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), (A7)+ | |
| 3ef3 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), (A7)+ | |
| 3ef4 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), (A7)+ | |
| 3ef5 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), (A7)+ | |
| 3ef6 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), (A7)+ | |
| 3ef7 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), (A7)+ | |
| 3ef8 0123 move.w $123.w, (A7)+ | |
| 3ef9 0123 4567 move.w $1234567.l, (A7)+ | |
| 3efa 0123 move.w ($123,PC), (A7)+; ($125) | |
| 3efb 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), (A7)+ | |
| 3efc 0123 move.w #$123, (A7)+ | |
| 3f00 move.w D0, -(A7) | |
| 3f01 move.w D1, -(A7) | |
| 3f02 move.w D2, -(A7) | |
| 3f03 move.w D3, -(A7) | |
| 3f04 move.w D4, -(A7) | |
| 3f05 move.w D5, -(A7) | |
| 3f06 move.w D6, -(A7) | |
| 3f07 move.w D7, -(A7) | |
| 3f08 move.w A0, -(A7) | |
| 3f09 move.w A1, -(A7) | |
| 3f0a move.w A2, -(A7) | |
| 3f0b move.w A3, -(A7) | |
| 3f0c move.w A4, -(A7) | |
| 3f0d move.w A5, -(A7) | |
| 3f0e move.w A6, -(A7) | |
| 3f0f move.w A7, -(A7) | |
| 3f10 move.w (A0), -(A7) | |
| 3f11 move.w (A1), -(A7) | |
| 3f12 move.w (A2), -(A7) | |
| 3f13 move.w (A3), -(A7) | |
| 3f14 move.w (A4), -(A7) | |
| 3f15 move.w (A5), -(A7) | |
| 3f16 move.w (A6), -(A7) | |
| 3f17 move.w (A7), -(A7) | |
| 3f18 move.w (A0)+, -(A7) | |
| 3f19 move.w (A1)+, -(A7) | |
| 3f1a move.w (A2)+, -(A7) | |
| 3f1b move.w (A3)+, -(A7) | |
| 3f1c move.w (A4)+, -(A7) | |
| 3f1d move.w (A5)+, -(A7) | |
| 3f1e move.w (A6)+, -(A7) | |
| 3f1f move.w (A7)+, -(A7) | |
| 3f20 move.w -(A0), -(A7) | |
| 3f21 move.w -(A1), -(A7) | |
| 3f22 move.w -(A2), -(A7) | |
| 3f23 move.w -(A3), -(A7) | |
| 3f24 move.w -(A4), -(A7) | |
| 3f25 move.w -(A5), -(A7) | |
| 3f26 move.w -(A6), -(A7) | |
| 3f27 move.w -(A7), -(A7) | |
| 3f28 0123 move.w ($123,A0), -(A7) | |
| 3f29 0123 move.w ($123,A1), -(A7) | |
| 3f2a 0123 move.w ($123,A2), -(A7) | |
| 3f2b 0123 move.w ($123,A3), -(A7) | |
| 3f2c 0123 move.w ($123,A4), -(A7) | |
| 3f2d 0123 move.w ($123,A5), -(A7) | |
| 3f2e 0123 move.w ($123,A6), -(A7) | |
| 3f2f 0123 move.w ($123,A7), -(A7) | |
| 3f30 0123 4567 89ab cdef move.w ([$4567,A0,D0.w],-$3211), -(A7) | |
| 3f31 0123 4567 89ab cdef move.w ([$4567,A1,D0.w],-$3211), -(A7) | |
| 3f32 0123 4567 89ab cdef move.w ([$4567,A2,D0.w],-$3211), -(A7) | |
| 3f33 0123 4567 89ab cdef move.w ([$4567,A3,D0.w],-$3211), -(A7) | |
| 3f34 0123 4567 89ab cdef move.w ([$4567,A4,D0.w],-$3211), -(A7) | |
| 3f35 0123 4567 89ab cdef move.w ([$4567,A5,D0.w],-$3211), -(A7) | |
| 3f36 0123 4567 89ab cdef move.w ([$4567,A6,D0.w],-$3211), -(A7) | |
| 3f37 0123 4567 89ab cdef move.w ([$4567,A7,D0.w],-$3211), -(A7) | |
| 3f38 0123 move.w $123.w, -(A7) | |
| 3f39 0123 4567 move.w $1234567.l, -(A7) | |
| 3f3a 0123 move.w ($123,PC), -(A7); ($125) | |
| 3f3b 0123 4567 89ab cdef move.w ([$4567,PC,D0.w],-$3211), -(A7) | |
| 3f3c 0123 move.w #$123, -(A7) | |
| 3f40 0123 move.w D0, ($123,A7) | |
| 3f41 0123 move.w D1, ($123,A7) | |
| 3f42 0123 move.w D2, ($123,A7) | |
| 3f43 0123 move.w D3, ($123,A7) | |
| 3f44 0123 move.w D4, ($123,A7) | |
| 3f45 0123 move.w D5, ($123,A7) | |
| 3f46 0123 move.w D6, ($123,A7) | |
| 3f47 0123 move.w D7, ($123,A7) | |
| 3f48 0123 move.w A0, ($123,A7) | |
| 3f49 0123 move.w A1, ($123,A7) | |
| 3f4a 0123 move.w A2, ($123,A7) | |
| 3f4b 0123 move.w A3, ($123,A7) | |
| 3f4c 0123 move.w A4, ($123,A7) | |
| 3f4d 0123 move.w A5, ($123,A7) | |
| 3f4e 0123 move.w A6, ($123,A7) | |
| 3f4f 0123 move.w A7, ($123,A7) | |
| 3f50 0123 move.w (A0), ($123,A7) | |
| 3f51 0123 move.w (A1), ($123,A7) | |
| 3f52 0123 move.w (A2), ($123,A7) | |
| 3f53 0123 move.w (A3), ($123,A7) | |
| 3f54 0123 move.w (A4), ($123,A7) | |
| 3f55 0123 move.w (A5), ($123,A7) | |
| 3f56 0123 move.w (A6), ($123,A7) | |
| 3f57 0123 move.w (A7), ($123,A7) | |
| 3f58 0123 move.w (A0)+, ($123,A7) | |
| 3f59 0123 move.w (A1)+, ($123,A7) | |
| 3f5a 0123 move.w (A2)+, ($123,A7) | |
| 3f5b 0123 move.w (A3)+, ($123,A7) | |
| 3f5c 0123 move.w (A4)+, ($123,A7) | |
| 3f5d 0123 move.w (A5)+, ($123,A7) | |
| 3f5e 0123 move.w (A6)+, ($123,A7) | |
| 3f5f 0123 move.w (A7)+, ($123,A7) | |
| 3f60 0123 move.w -(A0), ($123,A7) | |
| 3f61 0123 move.w -(A1), ($123,A7) | |
| 3f62 0123 move.w -(A2), ($123,A7) | |
| 3f63 0123 move.w -(A3), ($123,A7) | |
| 3f64 0123 move.w -(A4), ($123,A7) | |
| 3f65 0123 move.w -(A5), ($123,A7) | |
| 3f66 0123 move.w -(A6), ($123,A7) | |
| 3f67 0123 move.w -(A7), ($123,A7) | |
| 3f68 0123 4567 move.w ($123,A0), ($4567,A7) | |
| 3f69 0123 4567 move.w ($123,A1), ($4567,A7) | |
| 3f6a 0123 4567 move.w ($123,A2), ($4567,A7) | |
| 3f6b 0123 4567 move.w ($123,A3), ($4567,A7) | |
| 3f6c 0123 4567 move.w ($123,A4), ($4567,A7) | |
| 3f6d 0123 4567 move.w ($123,A5), ($4567,A7) | |
| 3f6e 0123 4567 move.w ($123,A6), ($4567,A7) | |
| 3f6f 0123 4567 move.w ($123,A7), ($4567,A7) | |
| 3f70 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), ($0,A7) | |
| 3f71 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), ($0,A7) | |
| 3f72 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), ($0,A7) | |
| 3f73 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), ($0,A7) | |
| 3f74 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), ($0,A7) | |
| 3f75 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), ($0,A7) | |
| 3f76 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), ($0,A7) | |
| 3f77 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), ($0,A7) | |
| 3f78 0123 4567 move.w $123.w, ($4567,A7) | |
| 3f79 0123 4567 89ab move.w $1234567.l, (-$7655,A7) | |
| 3f7a 0123 4567 move.w ($123,PC), ($4567,A7); ($125) | |
| 3f7b 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), ($0,A7) | |
| 3f7c 0123 4567 move.w #$123, ($4567,A7) | |
| 3f80 0123 4567 89ab cdef move.w D0, ([$4567,A7,D0.w],-$3211) | |
| 3f81 0123 4567 89ab cdef move.w D1, ([$4567,A7,D0.w],-$3211) | |
| 3f82 0123 4567 89ab cdef move.w D2, ([$4567,A7,D0.w],-$3211) | |
| 3f83 0123 4567 89ab cdef move.w D3, ([$4567,A7,D0.w],-$3211) | |
| 3f84 0123 4567 89ab cdef move.w D4, ([$4567,A7,D0.w],-$3211) | |
| 3f85 0123 4567 89ab cdef move.w D5, ([$4567,A7,D0.w],-$3211) | |
| 3f86 0123 4567 89ab cdef move.w D6, ([$4567,A7,D0.w],-$3211) | |
| 3f87 0123 4567 89ab cdef move.w D7, ([$4567,A7,D0.w],-$3211) | |
| 3f88 0123 4567 89ab cdef move.w A0, ([$4567,A7,D0.w],-$3211) | |
| 3f89 0123 4567 89ab cdef move.w A1, ([$4567,A7,D0.w],-$3211) | |
| 3f8a 0123 4567 89ab cdef move.w A2, ([$4567,A7,D0.w],-$3211) | |
| 3f8b 0123 4567 89ab cdef move.w A3, ([$4567,A7,D0.w],-$3211) | |
| 3f8c 0123 4567 89ab cdef move.w A4, ([$4567,A7,D0.w],-$3211) | |
| 3f8d 0123 4567 89ab cdef move.w A5, ([$4567,A7,D0.w],-$3211) | |
| 3f8e 0123 4567 89ab cdef move.w A6, ([$4567,A7,D0.w],-$3211) | |
| 3f8f 0123 4567 89ab cdef move.w A7, ([$4567,A7,D0.w],-$3211) | |
| 3f90 0123 4567 89ab cdef move.w (A0), ([$4567,A7,D0.w],-$3211) | |
| 3f91 0123 4567 89ab cdef move.w (A1), ([$4567,A7,D0.w],-$3211) | |
| 3f92 0123 4567 89ab cdef move.w (A2), ([$4567,A7,D0.w],-$3211) | |
| 3f93 0123 4567 89ab cdef move.w (A3), ([$4567,A7,D0.w],-$3211) | |
| 3f94 0123 4567 89ab cdef move.w (A4), ([$4567,A7,D0.w],-$3211) | |
| 3f95 0123 4567 89ab cdef move.w (A5), ([$4567,A7,D0.w],-$3211) | |
| 3f96 0123 4567 89ab cdef move.w (A6), ([$4567,A7,D0.w],-$3211) | |
| 3f97 0123 4567 89ab cdef move.w (A7), ([$4567,A7,D0.w],-$3211) | |
| 3f98 0123 4567 89ab cdef move.w (A0)+, ([$4567,A7,D0.w],-$3211) | |
| 3f99 0123 4567 89ab cdef move.w (A1)+, ([$4567,A7,D0.w],-$3211) | |
| 3f9a 0123 4567 89ab cdef move.w (A2)+, ([$4567,A7,D0.w],-$3211) | |
| 3f9b 0123 4567 89ab cdef move.w (A3)+, ([$4567,A7,D0.w],-$3211) | |
| 3f9c 0123 4567 89ab cdef move.w (A4)+, ([$4567,A7,D0.w],-$3211) | |
| 3f9d 0123 4567 89ab cdef move.w (A5)+, ([$4567,A7,D0.w],-$3211) | |
| 3f9e 0123 4567 89ab cdef move.w (A6)+, ([$4567,A7,D0.w],-$3211) | |
| 3f9f 0123 4567 89ab cdef move.w (A7)+, ([$4567,A7,D0.w],-$3211) | |
| 3fa0 0123 4567 89ab cdef move.w -(A0), ([$4567,A7,D0.w],-$3211) | |
| 3fa1 0123 4567 89ab cdef move.w -(A1), ([$4567,A7,D0.w],-$3211) | |
| 3fa2 0123 4567 89ab cdef move.w -(A2), ([$4567,A7,D0.w],-$3211) | |
| 3fa3 0123 4567 89ab cdef move.w -(A3), ([$4567,A7,D0.w],-$3211) | |
| 3fa4 0123 4567 89ab cdef move.w -(A4), ([$4567,A7,D0.w],-$3211) | |
| 3fa5 0123 4567 89ab cdef move.w -(A5), ([$4567,A7,D0.w],-$3211) | |
| 3fa6 0123 4567 89ab cdef move.w -(A6), ([$4567,A7,D0.w],-$3211) | |
| 3fa7 0123 4567 89ab cdef move.w -(A7), ([$4567,A7,D0.w],-$3211) | |
| 3fa8 0123 4567 89ab move.w ($123,A0), ([-$7655,A7]) | |
| 3fa9 0123 4567 89ab move.w ($123,A1), ([-$7655,A7]) | |
| 3faa 0123 4567 89ab move.w ($123,A2), ([-$7655,A7]) | |
| 3fab 0123 4567 89ab move.w ($123,A3), ([-$7655,A7]) | |
| 3fac 0123 4567 89ab move.w ($123,A4), ([-$7655,A7]) | |
| 3fad 0123 4567 89ab move.w ($123,A5), ([-$7655,A7]) | |
| 3fae 0123 4567 89ab move.w ($123,A6), ([-$7655,A7]) | |
| 3faf 0123 4567 89ab move.w ($123,A7), ([-$7655,A7]) | |
| 3fb0 0123 4567 89ab cdef 0000 move.w ([$4567,A0,D0.w],-$3211), (A7,D0.w) | |
| 3fb1 0123 4567 89ab cdef 0000 move.w ([$4567,A1,D0.w],-$3211), (A7,D0.w) | |
| 3fb2 0123 4567 89ab cdef 0000 move.w ([$4567,A2,D0.w],-$3211), (A7,D0.w) | |
| 3fb3 0123 4567 89ab cdef 0000 move.w ([$4567,A3,D0.w],-$3211), (A7,D0.w) | |
| 3fb4 0123 4567 89ab cdef 0000 move.w ([$4567,A4,D0.w],-$3211), (A7,D0.w) | |
| 3fb5 0123 4567 89ab cdef 0000 move.w ([$4567,A5,D0.w],-$3211), (A7,D0.w) | |
| 3fb6 0123 4567 89ab cdef 0000 move.w ([$4567,A6,D0.w],-$3211), (A7,D0.w) | |
| 3fb7 0123 4567 89ab cdef 0000 move.w ([$4567,A7,D0.w],-$3211), (A7,D0.w) | |
| 3fb8 0123 4567 89ab move.w $123.w, ([-$7655,A7]) | |
| 3fb9 0123 4567 89ab cdef 0000 0000 move.w $1234567.l, ([-$3211,A0.l]) | |
| 3fba 0123 4567 89ab move.w ($123,PC), ([-$7655,A7]); ($125) | |
| 3fbb 0123 4567 89ab cdef 0000 move.w ([$4567,PC,D0.w],-$3211), (A7,D0.w) | |
| 3fbc 0123 4567 89ab move.w #$123, ([-$7655,A7]) | |
| 4000 negx.b D0 | |
| 4001 negx.b D1 | |
| 4002 negx.b D2 | |
| 4003 negx.b D3 | |
| 4004 negx.b D4 | |
| 4005 negx.b D5 | |
| 4006 negx.b D6 | |
| 4007 negx.b D7 | |
| 4010 negx.b (A0) | |
| 4011 negx.b (A1) | |
| 4012 negx.b (A2) | |
| 4013 negx.b (A3) | |
| 4014 negx.b (A4) | |
| 4015 negx.b (A5) | |
| 4016 negx.b (A6) | |
| 4017 negx.b (A7) | |
| 4018 negx.b (A0)+ | |
| 4019 negx.b (A1)+ | |
| 401a negx.b (A2)+ | |
| 401b negx.b (A3)+ | |
| 401c negx.b (A4)+ | |
| 401d negx.b (A5)+ | |
| 401e negx.b (A6)+ | |
| 401f negx.b (A7)+ | |
| 4020 negx.b -(A0) | |
| 4021 negx.b -(A1) | |
| 4022 negx.b -(A2) | |
| 4023 negx.b -(A3) | |
| 4024 negx.b -(A4) | |
| 4025 negx.b -(A5) | |
| 4026 negx.b -(A6) | |
| 4027 negx.b -(A7) | |
| 4028 0123 negx.b ($123,A0) | |
| 4029 0123 negx.b ($123,A1) | |
| 402a 0123 negx.b ($123,A2) | |
| 402b 0123 negx.b ($123,A3) | |
| 402c 0123 negx.b ($123,A4) | |
| 402d 0123 negx.b ($123,A5) | |
| 402e 0123 negx.b ($123,A6) | |
| 402f 0123 negx.b ($123,A7) | |
| 4030 0123 4567 89ab cdef negx.b ([$4567,A0,D0.w],-$3211) | |
| 4031 0123 4567 89ab cdef negx.b ([$4567,A1,D0.w],-$3211) | |
| 4032 0123 4567 89ab cdef negx.b ([$4567,A2,D0.w],-$3211) | |
| 4033 0123 4567 89ab cdef negx.b ([$4567,A3,D0.w],-$3211) | |
| 4034 0123 4567 89ab cdef negx.b ([$4567,A4,D0.w],-$3211) | |
| 4035 0123 4567 89ab cdef negx.b ([$4567,A5,D0.w],-$3211) | |
| 4036 0123 4567 89ab cdef negx.b ([$4567,A6,D0.w],-$3211) | |
| 4037 0123 4567 89ab cdef negx.b ([$4567,A7,D0.w],-$3211) | |
| 4038 0123 negx.b $123.w | |
| 4039 0123 4567 negx.b $1234567.l | |
| 4040 negx.w D0 | |
| 4041 negx.w D1 | |
| 4042 negx.w D2 | |
| 4043 negx.w D3 | |
| 4044 negx.w D4 | |
| 4045 negx.w D5 | |
| 4046 negx.w D6 | |
| 4047 negx.w D7 | |
| 4050 negx.w (A0) | |
| 4051 negx.w (A1) | |
| 4052 negx.w (A2) | |
| 4053 negx.w (A3) | |
| 4054 negx.w (A4) | |
| 4055 negx.w (A5) | |
| 4056 negx.w (A6) | |
| 4057 negx.w (A7) | |
| 4058 negx.w (A0)+ | |
| 4059 negx.w (A1)+ | |
| 405a negx.w (A2)+ | |
| 405b negx.w (A3)+ | |
| 405c negx.w (A4)+ | |
| 405d negx.w (A5)+ | |
| 405e negx.w (A6)+ | |
| 405f negx.w (A7)+ | |
| 4060 negx.w -(A0) | |
| 4061 negx.w -(A1) | |
| 4062 negx.w -(A2) | |
| 4063 negx.w -(A3) | |
| 4064 negx.w -(A4) | |
| 4065 negx.w -(A5) | |
| 4066 negx.w -(A6) | |
| 4067 negx.w -(A7) | |
| 4068 0123 negx.w ($123,A0) | |
| 4069 0123 negx.w ($123,A1) | |
| 406a 0123 negx.w ($123,A2) | |
| 406b 0123 negx.w ($123,A3) | |
| 406c 0123 negx.w ($123,A4) | |
| 406d 0123 negx.w ($123,A5) | |
| 406e 0123 negx.w ($123,A6) | |
| 406f 0123 negx.w ($123,A7) | |
| 4070 0123 4567 89ab cdef negx.w ([$4567,A0,D0.w],-$3211) | |
| 4071 0123 4567 89ab cdef negx.w ([$4567,A1,D0.w],-$3211) | |
| 4072 0123 4567 89ab cdef negx.w ([$4567,A2,D0.w],-$3211) | |
| 4073 0123 4567 89ab cdef negx.w ([$4567,A3,D0.w],-$3211) | |
| 4074 0123 4567 89ab cdef negx.w ([$4567,A4,D0.w],-$3211) | |
| 4075 0123 4567 89ab cdef negx.w ([$4567,A5,D0.w],-$3211) | |
| 4076 0123 4567 89ab cdef negx.w ([$4567,A6,D0.w],-$3211) | |
| 4077 0123 4567 89ab cdef negx.w ([$4567,A7,D0.w],-$3211) | |
| 4078 0123 negx.w $123.w | |
| 4079 0123 4567 negx.w $1234567.l | |
| 4080 negx.l D0 | |
| 4081 negx.l D1 | |
| 4082 negx.l D2 | |
| 4083 negx.l D3 | |
| 4084 negx.l D4 | |
| 4085 negx.l D5 | |
| 4086 negx.l D6 | |
| 4087 negx.l D7 | |
| 4090 negx.l (A0) | |
| 4091 negx.l (A1) | |
| 4092 negx.l (A2) | |
| 4093 negx.l (A3) | |
| 4094 negx.l (A4) | |
| 4095 negx.l (A5) | |
| 4096 negx.l (A6) | |
| 4097 negx.l (A7) | |
| 4098 negx.l (A0)+ | |
| 4099 negx.l (A1)+ | |
| 409a negx.l (A2)+ | |
| 409b negx.l (A3)+ | |
| 409c negx.l (A4)+ | |
| 409d negx.l (A5)+ | |
| 409e negx.l (A6)+ | |
| 409f negx.l (A7)+ | |
| 40a0 negx.l -(A0) | |
| 40a1 negx.l -(A1) | |
| 40a2 negx.l -(A2) | |
| 40a3 negx.l -(A3) | |
| 40a4 negx.l -(A4) | |
| 40a5 negx.l -(A5) | |
| 40a6 negx.l -(A6) | |
| 40a7 negx.l -(A7) | |
| 40a8 0123 negx.l ($123,A0) | |
| 40a9 0123 negx.l ($123,A1) | |
| 40aa 0123 negx.l ($123,A2) | |
| 40ab 0123 negx.l ($123,A3) | |
| 40ac 0123 negx.l ($123,A4) | |
| 40ad 0123 negx.l ($123,A5) | |
| 40ae 0123 negx.l ($123,A6) | |
| 40af 0123 negx.l ($123,A7) | |
| 40b0 0123 4567 89ab cdef negx.l ([$4567,A0,D0.w],-$3211) | |
| 40b1 0123 4567 89ab cdef negx.l ([$4567,A1,D0.w],-$3211) | |
| 40b2 0123 4567 89ab cdef negx.l ([$4567,A2,D0.w],-$3211) | |
| 40b3 0123 4567 89ab cdef negx.l ([$4567,A3,D0.w],-$3211) | |
| 40b4 0123 4567 89ab cdef negx.l ([$4567,A4,D0.w],-$3211) | |
| 40b5 0123 4567 89ab cdef negx.l ([$4567,A5,D0.w],-$3211) | |
| 40b6 0123 4567 89ab cdef negx.l ([$4567,A6,D0.w],-$3211) | |
| 40b7 0123 4567 89ab cdef negx.l ([$4567,A7,D0.w],-$3211) | |
| 40b8 0123 negx.l $123.w | |
| 40b9 0123 4567 negx.l $1234567.l | |
| 40c0 move SR, D0 | |
| 40c1 move SR, D1 | |
| 40c2 move SR, D2 | |
| 40c3 move SR, D3 | |
| 40c4 move SR, D4 | |
| 40c5 move SR, D5 | |
| 40c6 move SR, D6 | |
| 40c7 move SR, D7 | |
| 40d0 move SR, (A0) | |
| 40d1 move SR, (A1) | |
| 40d2 move SR, (A2) | |
| 40d3 move SR, (A3) | |
| 40d4 move SR, (A4) | |
| 40d5 move SR, (A5) | |
| 40d6 move SR, (A6) | |
| 40d7 move SR, (A7) | |
| 40d8 move SR, (A0)+ | |
| 40d9 move SR, (A1)+ | |
| 40da move SR, (A2)+ | |
| 40db move SR, (A3)+ | |
| 40dc move SR, (A4)+ | |
| 40dd move SR, (A5)+ | |
| 40de move SR, (A6)+ | |
| 40df move SR, (A7)+ | |
| 40e0 move SR, -(A0) | |
| 40e1 move SR, -(A1) | |
| 40e2 move SR, -(A2) | |
| 40e3 move SR, -(A3) | |
| 40e4 move SR, -(A4) | |
| 40e5 move SR, -(A5) | |
| 40e6 move SR, -(A6) | |
| 40e7 move SR, -(A7) | |
| 40e8 0123 move SR, ($123,A0) | |
| 40e9 0123 move SR, ($123,A1) | |
| 40ea 0123 move SR, ($123,A2) | |
| 40eb 0123 move SR, ($123,A3) | |
| 40ec 0123 move SR, ($123,A4) | |
| 40ed 0123 move SR, ($123,A5) | |
| 40ee 0123 move SR, ($123,A6) | |
| 40ef 0123 move SR, ($123,A7) | |
| 40f0 0123 4567 89ab cdef move SR, ([$4567,A0,D0.w],-$3211) | |
| 40f1 0123 4567 89ab cdef move SR, ([$4567,A1,D0.w],-$3211) | |
| 40f2 0123 4567 89ab cdef move SR, ([$4567,A2,D0.w],-$3211) | |
| 40f3 0123 4567 89ab cdef move SR, ([$4567,A3,D0.w],-$3211) | |
| 40f4 0123 4567 89ab cdef move SR, ([$4567,A4,D0.w],-$3211) | |
| 40f5 0123 4567 89ab cdef move SR, ([$4567,A5,D0.w],-$3211) | |
| 40f6 0123 4567 89ab cdef move SR, ([$4567,A6,D0.w],-$3211) | |
| 40f7 0123 4567 89ab cdef move SR, ([$4567,A7,D0.w],-$3211) | |
| 40f8 0123 move SR, $123.w | |
| 40f9 0123 4567 move SR, $1234567.l | |
| 4100 chk.l D0, D0; (2+) | |
| 4101 chk.l D1, D0; (2+) | |
| 4102 chk.l D2, D0; (2+) | |
| 4103 chk.l D3, D0; (2+) | |
| 4104 chk.l D4, D0; (2+) | |
| 4105 chk.l D5, D0; (2+) | |
| 4106 chk.l D6, D0; (2+) | |
| 4107 chk.l D7, D0; (2+) | |
| 4110 chk.l (A0), D0; (2+) | |
| 4111 chk.l (A1), D0; (2+) | |
| 4112 chk.l (A2), D0; (2+) | |
| 4113 chk.l (A3), D0; (2+) | |
| 4114 chk.l (A4), D0; (2+) | |
| 4115 chk.l (A5), D0; (2+) | |
| 4116 chk.l (A6), D0; (2+) | |
| 4117 chk.l (A7), D0; (2+) | |
| 4118 chk.l (A0)+, D0; (2+) | |
| 4119 chk.l (A1)+, D0; (2+) | |
| 411a chk.l (A2)+, D0; (2+) | |
| 411b chk.l (A3)+, D0; (2+) | |
| 411c chk.l (A4)+, D0; (2+) | |
| 411d chk.l (A5)+, D0; (2+) | |
| 411e chk.l (A6)+, D0; (2+) | |
| 411f chk.l (A7)+, D0; (2+) | |
| 4120 chk.l -(A0), D0; (2+) | |
| 4121 chk.l -(A1), D0; (2+) | |
| 4122 chk.l -(A2), D0; (2+) | |
| 4123 chk.l -(A3), D0; (2+) | |
| 4124 chk.l -(A4), D0; (2+) | |
| 4125 chk.l -(A5), D0; (2+) | |
| 4126 chk.l -(A6), D0; (2+) | |
| 4127 chk.l -(A7), D0; (2+) | |
| 4128 0123 chk.l ($123,A0), D0; (2+) | |
| 4129 0123 chk.l ($123,A1), D0; (2+) | |
| 412a 0123 chk.l ($123,A2), D0; (2+) | |
| 412b 0123 chk.l ($123,A3), D0; (2+) | |
| 412c 0123 chk.l ($123,A4), D0; (2+) | |
| 412d 0123 chk.l ($123,A5), D0; (2+) | |
| 412e 0123 chk.l ($123,A6), D0; (2+) | |
| 412f 0123 chk.l ($123,A7), D0; (2+) | |
| 4130 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D0; (2+) | |
| 4131 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D0; (2+) | |
| 4132 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D0; (2+) | |
| 4133 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D0; (2+) | |
| 4134 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D0; (2+) | |
| 4135 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D0; (2+) | |
| 4136 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D0; (2+) | |
| 4137 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D0; (2+) | |
| 4138 0123 chk.l $123.w, D0; (2+) | |
| 4139 0123 4567 chk.l $1234567.l, D0; (2+) | |
| 413a 0123 chk.l ($123,PC), D0; (2+); ($125) | |
| 413b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D0; (2+) | |
| 413c 0123 4567 chk.l #$1234567, D0; (2+) | |
| 4180 chk.w D0, D0 | |
| 4181 chk.w D1, D0 | |
| 4182 chk.w D2, D0 | |
| 4183 chk.w D3, D0 | |
| 4184 chk.w D4, D0 | |
| 4185 chk.w D5, D0 | |
| 4186 chk.w D6, D0 | |
| 4187 chk.w D7, D0 | |
| 4190 chk.w (A0), D0 | |
| 4191 chk.w (A1), D0 | |
| 4192 chk.w (A2), D0 | |
| 4193 chk.w (A3), D0 | |
| 4194 chk.w (A4), D0 | |
| 4195 chk.w (A5), D0 | |
| 4196 chk.w (A6), D0 | |
| 4197 chk.w (A7), D0 | |
| 4198 chk.w (A0)+, D0 | |
| 4199 chk.w (A1)+, D0 | |
| 419a chk.w (A2)+, D0 | |
| 419b chk.w (A3)+, D0 | |
| 419c chk.w (A4)+, D0 | |
| 419d chk.w (A5)+, D0 | |
| 419e chk.w (A6)+, D0 | |
| 419f chk.w (A7)+, D0 | |
| 41a0 chk.w -(A0), D0 | |
| 41a1 chk.w -(A1), D0 | |
| 41a2 chk.w -(A2), D0 | |
| 41a3 chk.w -(A3), D0 | |
| 41a4 chk.w -(A4), D0 | |
| 41a5 chk.w -(A5), D0 | |
| 41a6 chk.w -(A6), D0 | |
| 41a7 chk.w -(A7), D0 | |
| 41a8 0123 chk.w ($123,A0), D0 | |
| 41a9 0123 chk.w ($123,A1), D0 | |
| 41aa 0123 chk.w ($123,A2), D0 | |
| 41ab 0123 chk.w ($123,A3), D0 | |
| 41ac 0123 chk.w ($123,A4), D0 | |
| 41ad 0123 chk.w ($123,A5), D0 | |
| 41ae 0123 chk.w ($123,A6), D0 | |
| 41af 0123 chk.w ($123,A7), D0 | |
| 41b0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D0 | |
| 41b1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D0 | |
| 41b2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D0 | |
| 41b3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D0 | |
| 41b4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D0 | |
| 41b5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D0 | |
| 41b6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D0 | |
| 41b7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D0 | |
| 41b8 0123 chk.w $123.w, D0 | |
| 41b9 0123 4567 chk.w $1234567.l, D0 | |
| 41ba 0123 chk.w ($123,PC), D0; ($125) | |
| 41bb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D0 | |
| 41bc 0123 chk.w #$123, D0 | |
| 41d0 lea (A0), A0 | |
| 41d1 lea (A1), A0 | |
| 41d2 lea (A2), A0 | |
| 41d3 lea (A3), A0 | |
| 41d4 lea (A4), A0 | |
| 41d5 lea (A5), A0 | |
| 41d6 lea (A6), A0 | |
| 41d7 lea (A7), A0 | |
| 41e8 0123 lea ($123,A0), A0 | |
| 41e9 0123 lea ($123,A1), A0 | |
| 41ea 0123 lea ($123,A2), A0 | |
| 41eb 0123 lea ($123,A3), A0 | |
| 41ec 0123 lea ($123,A4), A0 | |
| 41ed 0123 lea ($123,A5), A0 | |
| 41ee 0123 lea ($123,A6), A0 | |
| 41ef 0123 lea ($123,A7), A0 | |
| 41f0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A0 | |
| 41f1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A0 | |
| 41f2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A0 | |
| 41f3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A0 | |
| 41f4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A0 | |
| 41f5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A0 | |
| 41f6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A0 | |
| 41f7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A0 | |
| 41f8 0123 lea $123.w, A0 | |
| 41f9 0123 4567 lea $1234567.l, A0 | |
| 41fa 0123 lea ($123,PC), A0; ($125) | |
| 41fb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A0 | |
| 4200 clr.b D0 | |
| 4201 clr.b D1 | |
| 4202 clr.b D2 | |
| 4203 clr.b D3 | |
| 4204 clr.b D4 | |
| 4205 clr.b D5 | |
| 4206 clr.b D6 | |
| 4207 clr.b D7 | |
| 4210 clr.b (A0) | |
| 4211 clr.b (A1) | |
| 4212 clr.b (A2) | |
| 4213 clr.b (A3) | |
| 4214 clr.b (A4) | |
| 4215 clr.b (A5) | |
| 4216 clr.b (A6) | |
| 4217 clr.b (A7) | |
| 4218 clr.b (A0)+ | |
| 4219 clr.b (A1)+ | |
| 421a clr.b (A2)+ | |
| 421b clr.b (A3)+ | |
| 421c clr.b (A4)+ | |
| 421d clr.b (A5)+ | |
| 421e clr.b (A6)+ | |
| 421f clr.b (A7)+ | |
| 4220 clr.b -(A0) | |
| 4221 clr.b -(A1) | |
| 4222 clr.b -(A2) | |
| 4223 clr.b -(A3) | |
| 4224 clr.b -(A4) | |
| 4225 clr.b -(A5) | |
| 4226 clr.b -(A6) | |
| 4227 clr.b -(A7) | |
| 4228 0123 clr.b ($123,A0) | |
| 4229 0123 clr.b ($123,A1) | |
| 422a 0123 clr.b ($123,A2) | |
| 422b 0123 clr.b ($123,A3) | |
| 422c 0123 clr.b ($123,A4) | |
| 422d 0123 clr.b ($123,A5) | |
| 422e 0123 clr.b ($123,A6) | |
| 422f 0123 clr.b ($123,A7) | |
| 4230 0123 4567 89ab cdef clr.b ([$4567,A0,D0.w],-$3211) | |
| 4231 0123 4567 89ab cdef clr.b ([$4567,A1,D0.w],-$3211) | |
| 4232 0123 4567 89ab cdef clr.b ([$4567,A2,D0.w],-$3211) | |
| 4233 0123 4567 89ab cdef clr.b ([$4567,A3,D0.w],-$3211) | |
| 4234 0123 4567 89ab cdef clr.b ([$4567,A4,D0.w],-$3211) | |
| 4235 0123 4567 89ab cdef clr.b ([$4567,A5,D0.w],-$3211) | |
| 4236 0123 4567 89ab cdef clr.b ([$4567,A6,D0.w],-$3211) | |
| 4237 0123 4567 89ab cdef clr.b ([$4567,A7,D0.w],-$3211) | |
| 4238 0123 clr.b $123.w | |
| 4239 0123 4567 clr.b $1234567.l | |
| 4240 clr.w D0 | |
| 4241 clr.w D1 | |
| 4242 clr.w D2 | |
| 4243 clr.w D3 | |
| 4244 clr.w D4 | |
| 4245 clr.w D5 | |
| 4246 clr.w D6 | |
| 4247 clr.w D7 | |
| 4250 clr.w (A0) | |
| 4251 clr.w (A1) | |
| 4252 clr.w (A2) | |
| 4253 clr.w (A3) | |
| 4254 clr.w (A4) | |
| 4255 clr.w (A5) | |
| 4256 clr.w (A6) | |
| 4257 clr.w (A7) | |
| 4258 clr.w (A0)+ | |
| 4259 clr.w (A1)+ | |
| 425a clr.w (A2)+ | |
| 425b clr.w (A3)+ | |
| 425c clr.w (A4)+ | |
| 425d clr.w (A5)+ | |
| 425e clr.w (A6)+ | |
| 425f clr.w (A7)+ | |
| 4260 clr.w -(A0) | |
| 4261 clr.w -(A1) | |
| 4262 clr.w -(A2) | |
| 4263 clr.w -(A3) | |
| 4264 clr.w -(A4) | |
| 4265 clr.w -(A5) | |
| 4266 clr.w -(A6) | |
| 4267 clr.w -(A7) | |
| 4268 0123 clr.w ($123,A0) | |
| 4269 0123 clr.w ($123,A1) | |
| 426a 0123 clr.w ($123,A2) | |
| 426b 0123 clr.w ($123,A3) | |
| 426c 0123 clr.w ($123,A4) | |
| 426d 0123 clr.w ($123,A5) | |
| 426e 0123 clr.w ($123,A6) | |
| 426f 0123 clr.w ($123,A7) | |
| 4270 0123 4567 89ab cdef clr.w ([$4567,A0,D0.w],-$3211) | |
| 4271 0123 4567 89ab cdef clr.w ([$4567,A1,D0.w],-$3211) | |
| 4272 0123 4567 89ab cdef clr.w ([$4567,A2,D0.w],-$3211) | |
| 4273 0123 4567 89ab cdef clr.w ([$4567,A3,D0.w],-$3211) | |
| 4274 0123 4567 89ab cdef clr.w ([$4567,A4,D0.w],-$3211) | |
| 4275 0123 4567 89ab cdef clr.w ([$4567,A5,D0.w],-$3211) | |
| 4276 0123 4567 89ab cdef clr.w ([$4567,A6,D0.w],-$3211) | |
| 4277 0123 4567 89ab cdef clr.w ([$4567,A7,D0.w],-$3211) | |
| 4278 0123 clr.w $123.w | |
| 4279 0123 4567 clr.w $1234567.l | |
| 4280 clr.l D0 | |
| 4281 clr.l D1 | |
| 4282 clr.l D2 | |
| 4283 clr.l D3 | |
| 4284 clr.l D4 | |
| 4285 clr.l D5 | |
| 4286 clr.l D6 | |
| 4287 clr.l D7 | |
| 4290 clr.l (A0) | |
| 4291 clr.l (A1) | |
| 4292 clr.l (A2) | |
| 4293 clr.l (A3) | |
| 4294 clr.l (A4) | |
| 4295 clr.l (A5) | |
| 4296 clr.l (A6) | |
| 4297 clr.l (A7) | |
| 4298 clr.l (A0)+ | |
| 4299 clr.l (A1)+ | |
| 429a clr.l (A2)+ | |
| 429b clr.l (A3)+ | |
| 429c clr.l (A4)+ | |
| 429d clr.l (A5)+ | |
| 429e clr.l (A6)+ | |
| 429f clr.l (A7)+ | |
| 42a0 clr.l -(A0) | |
| 42a1 clr.l -(A1) | |
| 42a2 clr.l -(A2) | |
| 42a3 clr.l -(A3) | |
| 42a4 clr.l -(A4) | |
| 42a5 clr.l -(A5) | |
| 42a6 clr.l -(A6) | |
| 42a7 clr.l -(A7) | |
| 42a8 0123 clr.l ($123,A0) | |
| 42a9 0123 clr.l ($123,A1) | |
| 42aa 0123 clr.l ($123,A2) | |
| 42ab 0123 clr.l ($123,A3) | |
| 42ac 0123 clr.l ($123,A4) | |
| 42ad 0123 clr.l ($123,A5) | |
| 42ae 0123 clr.l ($123,A6) | |
| 42af 0123 clr.l ($123,A7) | |
| 42b0 0123 4567 89ab cdef clr.l ([$4567,A0,D0.w],-$3211) | |
| 42b1 0123 4567 89ab cdef clr.l ([$4567,A1,D0.w],-$3211) | |
| 42b2 0123 4567 89ab cdef clr.l ([$4567,A2,D0.w],-$3211) | |
| 42b3 0123 4567 89ab cdef clr.l ([$4567,A3,D0.w],-$3211) | |
| 42b4 0123 4567 89ab cdef clr.l ([$4567,A4,D0.w],-$3211) | |
| 42b5 0123 4567 89ab cdef clr.l ([$4567,A5,D0.w],-$3211) | |
| 42b6 0123 4567 89ab cdef clr.l ([$4567,A6,D0.w],-$3211) | |
| 42b7 0123 4567 89ab cdef clr.l ([$4567,A7,D0.w],-$3211) | |
| 42b8 0123 clr.l $123.w | |
| 42b9 0123 4567 clr.l $1234567.l | |
| 42c0 move CCR, D0; (1+) | |
| 42c1 move CCR, D1; (1+) | |
| 42c2 move CCR, D2; (1+) | |
| 42c3 move CCR, D3; (1+) | |
| 42c4 move CCR, D4; (1+) | |
| 42c5 move CCR, D5; (1+) | |
| 42c6 move CCR, D6; (1+) | |
| 42c7 move CCR, D7; (1+) | |
| 42d0 move CCR, (A0); (1+) | |
| 42d1 move CCR, (A1); (1+) | |
| 42d2 move CCR, (A2); (1+) | |
| 42d3 move CCR, (A3); (1+) | |
| 42d4 move CCR, (A4); (1+) | |
| 42d5 move CCR, (A5); (1+) | |
| 42d6 move CCR, (A6); (1+) | |
| 42d7 move CCR, (A7); (1+) | |
| 42d8 move CCR, (A0)+; (1+) | |
| 42d9 move CCR, (A1)+; (1+) | |
| 42da move CCR, (A2)+; (1+) | |
| 42db move CCR, (A3)+; (1+) | |
| 42dc move CCR, (A4)+; (1+) | |
| 42dd move CCR, (A5)+; (1+) | |
| 42de move CCR, (A6)+; (1+) | |
| 42df move CCR, (A7)+; (1+) | |
| 42e0 move CCR, -(A0); (1+) | |
| 42e1 move CCR, -(A1); (1+) | |
| 42e2 move CCR, -(A2); (1+) | |
| 42e3 move CCR, -(A3); (1+) | |
| 42e4 move CCR, -(A4); (1+) | |
| 42e5 move CCR, -(A5); (1+) | |
| 42e6 move CCR, -(A6); (1+) | |
| 42e7 move CCR, -(A7); (1+) | |
| 42e8 0123 move CCR, ($123,A0); (1+) | |
| 42e9 0123 move CCR, ($123,A1); (1+) | |
| 42ea 0123 move CCR, ($123,A2); (1+) | |
| 42eb 0123 move CCR, ($123,A3); (1+) | |
| 42ec 0123 move CCR, ($123,A4); (1+) | |
| 42ed 0123 move CCR, ($123,A5); (1+) | |
| 42ee 0123 move CCR, ($123,A6); (1+) | |
| 42ef 0123 move CCR, ($123,A7); (1+) | |
| 42f0 0123 4567 89ab cdef move CCR, ([$4567,A0,D0.w],-$3211); (1+) | |
| 42f1 0123 4567 89ab cdef move CCR, ([$4567,A1,D0.w],-$3211); (1+) | |
| 42f2 0123 4567 89ab cdef move CCR, ([$4567,A2,D0.w],-$3211); (1+) | |
| 42f3 0123 4567 89ab cdef move CCR, ([$4567,A3,D0.w],-$3211); (1+) | |
| 42f4 0123 4567 89ab cdef move CCR, ([$4567,A4,D0.w],-$3211); (1+) | |
| 42f5 0123 4567 89ab cdef move CCR, ([$4567,A5,D0.w],-$3211); (1+) | |
| 42f6 0123 4567 89ab cdef move CCR, ([$4567,A6,D0.w],-$3211); (1+) | |
| 42f7 0123 4567 89ab cdef move CCR, ([$4567,A7,D0.w],-$3211); (1+) | |
| 42f8 0123 move CCR, $123.w; (1+) | |
| 42f9 0123 4567 move CCR, $1234567.l; (1+) | |
| 4300 chk.l D0, D1; (2+) | |
| 4301 chk.l D1, D1; (2+) | |
| 4302 chk.l D2, D1; (2+) | |
| 4303 chk.l D3, D1; (2+) | |
| 4304 chk.l D4, D1; (2+) | |
| 4305 chk.l D5, D1; (2+) | |
| 4306 chk.l D6, D1; (2+) | |
| 4307 chk.l D7, D1; (2+) | |
| 4310 chk.l (A0), D1; (2+) | |
| 4311 chk.l (A1), D1; (2+) | |
| 4312 chk.l (A2), D1; (2+) | |
| 4313 chk.l (A3), D1; (2+) | |
| 4314 chk.l (A4), D1; (2+) | |
| 4315 chk.l (A5), D1; (2+) | |
| 4316 chk.l (A6), D1; (2+) | |
| 4317 chk.l (A7), D1; (2+) | |
| 4318 chk.l (A0)+, D1; (2+) | |
| 4319 chk.l (A1)+, D1; (2+) | |
| 431a chk.l (A2)+, D1; (2+) | |
| 431b chk.l (A3)+, D1; (2+) | |
| 431c chk.l (A4)+, D1; (2+) | |
| 431d chk.l (A5)+, D1; (2+) | |
| 431e chk.l (A6)+, D1; (2+) | |
| 431f chk.l (A7)+, D1; (2+) | |
| 4320 chk.l -(A0), D1; (2+) | |
| 4321 chk.l -(A1), D1; (2+) | |
| 4322 chk.l -(A2), D1; (2+) | |
| 4323 chk.l -(A3), D1; (2+) | |
| 4324 chk.l -(A4), D1; (2+) | |
| 4325 chk.l -(A5), D1; (2+) | |
| 4326 chk.l -(A6), D1; (2+) | |
| 4327 chk.l -(A7), D1; (2+) | |
| 4328 0123 chk.l ($123,A0), D1; (2+) | |
| 4329 0123 chk.l ($123,A1), D1; (2+) | |
| 432a 0123 chk.l ($123,A2), D1; (2+) | |
| 432b 0123 chk.l ($123,A3), D1; (2+) | |
| 432c 0123 chk.l ($123,A4), D1; (2+) | |
| 432d 0123 chk.l ($123,A5), D1; (2+) | |
| 432e 0123 chk.l ($123,A6), D1; (2+) | |
| 432f 0123 chk.l ($123,A7), D1; (2+) | |
| 4330 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D1; (2+) | |
| 4331 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D1; (2+) | |
| 4332 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D1; (2+) | |
| 4333 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D1; (2+) | |
| 4334 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D1; (2+) | |
| 4335 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D1; (2+) | |
| 4336 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D1; (2+) | |
| 4337 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D1; (2+) | |
| 4338 0123 chk.l $123.w, D1; (2+) | |
| 4339 0123 4567 chk.l $1234567.l, D1; (2+) | |
| 433a 0123 chk.l ($123,PC), D1; (2+); ($125) | |
| 433b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D1; (2+) | |
| 433c 0123 4567 chk.l #$1234567, D1; (2+) | |
| 4380 chk.w D0, D1 | |
| 4381 chk.w D1, D1 | |
| 4382 chk.w D2, D1 | |
| 4383 chk.w D3, D1 | |
| 4384 chk.w D4, D1 | |
| 4385 chk.w D5, D1 | |
| 4386 chk.w D6, D1 | |
| 4387 chk.w D7, D1 | |
| 4390 chk.w (A0), D1 | |
| 4391 chk.w (A1), D1 | |
| 4392 chk.w (A2), D1 | |
| 4393 chk.w (A3), D1 | |
| 4394 chk.w (A4), D1 | |
| 4395 chk.w (A5), D1 | |
| 4396 chk.w (A6), D1 | |
| 4397 chk.w (A7), D1 | |
| 4398 chk.w (A0)+, D1 | |
| 4399 chk.w (A1)+, D1 | |
| 439a chk.w (A2)+, D1 | |
| 439b chk.w (A3)+, D1 | |
| 439c chk.w (A4)+, D1 | |
| 439d chk.w (A5)+, D1 | |
| 439e chk.w (A6)+, D1 | |
| 439f chk.w (A7)+, D1 | |
| 43a0 chk.w -(A0), D1 | |
| 43a1 chk.w -(A1), D1 | |
| 43a2 chk.w -(A2), D1 | |
| 43a3 chk.w -(A3), D1 | |
| 43a4 chk.w -(A4), D1 | |
| 43a5 chk.w -(A5), D1 | |
| 43a6 chk.w -(A6), D1 | |
| 43a7 chk.w -(A7), D1 | |
| 43a8 0123 chk.w ($123,A0), D1 | |
| 43a9 0123 chk.w ($123,A1), D1 | |
| 43aa 0123 chk.w ($123,A2), D1 | |
| 43ab 0123 chk.w ($123,A3), D1 | |
| 43ac 0123 chk.w ($123,A4), D1 | |
| 43ad 0123 chk.w ($123,A5), D1 | |
| 43ae 0123 chk.w ($123,A6), D1 | |
| 43af 0123 chk.w ($123,A7), D1 | |
| 43b0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D1 | |
| 43b1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D1 | |
| 43b2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D1 | |
| 43b3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D1 | |
| 43b4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D1 | |
| 43b5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D1 | |
| 43b6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D1 | |
| 43b7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D1 | |
| 43b8 0123 chk.w $123.w, D1 | |
| 43b9 0123 4567 chk.w $1234567.l, D1 | |
| 43ba 0123 chk.w ($123,PC), D1; ($125) | |
| 43bb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D1 | |
| 43bc 0123 chk.w #$123, D1 | |
| 43d0 lea (A0), A1 | |
| 43d1 lea (A1), A1 | |
| 43d2 lea (A2), A1 | |
| 43d3 lea (A3), A1 | |
| 43d4 lea (A4), A1 | |
| 43d5 lea (A5), A1 | |
| 43d6 lea (A6), A1 | |
| 43d7 lea (A7), A1 | |
| 43e8 0123 lea ($123,A0), A1 | |
| 43e9 0123 lea ($123,A1), A1 | |
| 43ea 0123 lea ($123,A2), A1 | |
| 43eb 0123 lea ($123,A3), A1 | |
| 43ec 0123 lea ($123,A4), A1 | |
| 43ed 0123 lea ($123,A5), A1 | |
| 43ee 0123 lea ($123,A6), A1 | |
| 43ef 0123 lea ($123,A7), A1 | |
| 43f0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A1 | |
| 43f1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A1 | |
| 43f2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A1 | |
| 43f3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A1 | |
| 43f4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A1 | |
| 43f5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A1 | |
| 43f6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A1 | |
| 43f7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A1 | |
| 43f8 0123 lea $123.w, A1 | |
| 43f9 0123 4567 lea $1234567.l, A1 | |
| 43fa 0123 lea ($123,PC), A1; ($125) | |
| 43fb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A1 | |
| 4400 neg.b D0 | |
| 4401 neg.b D1 | |
| 4402 neg.b D2 | |
| 4403 neg.b D3 | |
| 4404 neg.b D4 | |
| 4405 neg.b D5 | |
| 4406 neg.b D6 | |
| 4407 neg.b D7 | |
| 4410 neg.b (A0) | |
| 4411 neg.b (A1) | |
| 4412 neg.b (A2) | |
| 4413 neg.b (A3) | |
| 4414 neg.b (A4) | |
| 4415 neg.b (A5) | |
| 4416 neg.b (A6) | |
| 4417 neg.b (A7) | |
| 4418 neg.b (A0)+ | |
| 4419 neg.b (A1)+ | |
| 441a neg.b (A2)+ | |
| 441b neg.b (A3)+ | |
| 441c neg.b (A4)+ | |
| 441d neg.b (A5)+ | |
| 441e neg.b (A6)+ | |
| 441f neg.b (A7)+ | |
| 4420 neg.b -(A0) | |
| 4421 neg.b -(A1) | |
| 4422 neg.b -(A2) | |
| 4423 neg.b -(A3) | |
| 4424 neg.b -(A4) | |
| 4425 neg.b -(A5) | |
| 4426 neg.b -(A6) | |
| 4427 neg.b -(A7) | |
| 4428 0123 neg.b ($123,A0) | |
| 4429 0123 neg.b ($123,A1) | |
| 442a 0123 neg.b ($123,A2) | |
| 442b 0123 neg.b ($123,A3) | |
| 442c 0123 neg.b ($123,A4) | |
| 442d 0123 neg.b ($123,A5) | |
| 442e 0123 neg.b ($123,A6) | |
| 442f 0123 neg.b ($123,A7) | |
| 4430 0123 4567 89ab cdef neg.b ([$4567,A0,D0.w],-$3211) | |
| 4431 0123 4567 89ab cdef neg.b ([$4567,A1,D0.w],-$3211) | |
| 4432 0123 4567 89ab cdef neg.b ([$4567,A2,D0.w],-$3211) | |
| 4433 0123 4567 89ab cdef neg.b ([$4567,A3,D0.w],-$3211) | |
| 4434 0123 4567 89ab cdef neg.b ([$4567,A4,D0.w],-$3211) | |
| 4435 0123 4567 89ab cdef neg.b ([$4567,A5,D0.w],-$3211) | |
| 4436 0123 4567 89ab cdef neg.b ([$4567,A6,D0.w],-$3211) | |
| 4437 0123 4567 89ab cdef neg.b ([$4567,A7,D0.w],-$3211) | |
| 4438 0123 neg.b $123.w | |
| 4439 0123 4567 neg.b $1234567.l | |
| 4440 neg.w D0 | |
| 4441 neg.w D1 | |
| 4442 neg.w D2 | |
| 4443 neg.w D3 | |
| 4444 neg.w D4 | |
| 4445 neg.w D5 | |
| 4446 neg.w D6 | |
| 4447 neg.w D7 | |
| 4450 neg.w (A0) | |
| 4451 neg.w (A1) | |
| 4452 neg.w (A2) | |
| 4453 neg.w (A3) | |
| 4454 neg.w (A4) | |
| 4455 neg.w (A5) | |
| 4456 neg.w (A6) | |
| 4457 neg.w (A7) | |
| 4458 neg.w (A0)+ | |
| 4459 neg.w (A1)+ | |
| 445a neg.w (A2)+ | |
| 445b neg.w (A3)+ | |
| 445c neg.w (A4)+ | |
| 445d neg.w (A5)+ | |
| 445e neg.w (A6)+ | |
| 445f neg.w (A7)+ | |
| 4460 neg.w -(A0) | |
| 4461 neg.w -(A1) | |
| 4462 neg.w -(A2) | |
| 4463 neg.w -(A3) | |
| 4464 neg.w -(A4) | |
| 4465 neg.w -(A5) | |
| 4466 neg.w -(A6) | |
| 4467 neg.w -(A7) | |
| 4468 0123 neg.w ($123,A0) | |
| 4469 0123 neg.w ($123,A1) | |
| 446a 0123 neg.w ($123,A2) | |
| 446b 0123 neg.w ($123,A3) | |
| 446c 0123 neg.w ($123,A4) | |
| 446d 0123 neg.w ($123,A5) | |
| 446e 0123 neg.w ($123,A6) | |
| 446f 0123 neg.w ($123,A7) | |
| 4470 0123 4567 89ab cdef neg.w ([$4567,A0,D0.w],-$3211) | |
| 4471 0123 4567 89ab cdef neg.w ([$4567,A1,D0.w],-$3211) | |
| 4472 0123 4567 89ab cdef neg.w ([$4567,A2,D0.w],-$3211) | |
| 4473 0123 4567 89ab cdef neg.w ([$4567,A3,D0.w],-$3211) | |
| 4474 0123 4567 89ab cdef neg.w ([$4567,A4,D0.w],-$3211) | |
| 4475 0123 4567 89ab cdef neg.w ([$4567,A5,D0.w],-$3211) | |
| 4476 0123 4567 89ab cdef neg.w ([$4567,A6,D0.w],-$3211) | |
| 4477 0123 4567 89ab cdef neg.w ([$4567,A7,D0.w],-$3211) | |
| 4478 0123 neg.w $123.w | |
| 4479 0123 4567 neg.w $1234567.l | |
| 4480 neg.l D0 | |
| 4481 neg.l D1 | |
| 4482 neg.l D2 | |
| 4483 neg.l D3 | |
| 4484 neg.l D4 | |
| 4485 neg.l D5 | |
| 4486 neg.l D6 | |
| 4487 neg.l D7 | |
| 4490 neg.l (A0) | |
| 4491 neg.l (A1) | |
| 4492 neg.l (A2) | |
| 4493 neg.l (A3) | |
| 4494 neg.l (A4) | |
| 4495 neg.l (A5) | |
| 4496 neg.l (A6) | |
| 4497 neg.l (A7) | |
| 4498 neg.l (A0)+ | |
| 4499 neg.l (A1)+ | |
| 449a neg.l (A2)+ | |
| 449b neg.l (A3)+ | |
| 449c neg.l (A4)+ | |
| 449d neg.l (A5)+ | |
| 449e neg.l (A6)+ | |
| 449f neg.l (A7)+ | |
| 44a0 neg.l -(A0) | |
| 44a1 neg.l -(A1) | |
| 44a2 neg.l -(A2) | |
| 44a3 neg.l -(A3) | |
| 44a4 neg.l -(A4) | |
| 44a5 neg.l -(A5) | |
| 44a6 neg.l -(A6) | |
| 44a7 neg.l -(A7) | |
| 44a8 0123 neg.l ($123,A0) | |
| 44a9 0123 neg.l ($123,A1) | |
| 44aa 0123 neg.l ($123,A2) | |
| 44ab 0123 neg.l ($123,A3) | |
| 44ac 0123 neg.l ($123,A4) | |
| 44ad 0123 neg.l ($123,A5) | |
| 44ae 0123 neg.l ($123,A6) | |
| 44af 0123 neg.l ($123,A7) | |
| 44b0 0123 4567 89ab cdef neg.l ([$4567,A0,D0.w],-$3211) | |
| 44b1 0123 4567 89ab cdef neg.l ([$4567,A1,D0.w],-$3211) | |
| 44b2 0123 4567 89ab cdef neg.l ([$4567,A2,D0.w],-$3211) | |
| 44b3 0123 4567 89ab cdef neg.l ([$4567,A3,D0.w],-$3211) | |
| 44b4 0123 4567 89ab cdef neg.l ([$4567,A4,D0.w],-$3211) | |
| 44b5 0123 4567 89ab cdef neg.l ([$4567,A5,D0.w],-$3211) | |
| 44b6 0123 4567 89ab cdef neg.l ([$4567,A6,D0.w],-$3211) | |
| 44b7 0123 4567 89ab cdef neg.l ([$4567,A7,D0.w],-$3211) | |
| 44b8 0123 neg.l $123.w | |
| 44b9 0123 4567 neg.l $1234567.l | |
| 44c0 move D0, CCR | |
| 44c1 move D1, CCR | |
| 44c2 move D2, CCR | |
| 44c3 move D3, CCR | |
| 44c4 move D4, CCR | |
| 44c5 move D5, CCR | |
| 44c6 move D6, CCR | |
| 44c7 move D7, CCR | |
| 44d0 move (A0), CCR | |
| 44d1 move (A1), CCR | |
| 44d2 move (A2), CCR | |
| 44d3 move (A3), CCR | |
| 44d4 move (A4), CCR | |
| 44d5 move (A5), CCR | |
| 44d6 move (A6), CCR | |
| 44d7 move (A7), CCR | |
| 44d8 move (A0)+, CCR | |
| 44d9 move (A1)+, CCR | |
| 44da move (A2)+, CCR | |
| 44db move (A3)+, CCR | |
| 44dc move (A4)+, CCR | |
| 44dd move (A5)+, CCR | |
| 44de move (A6)+, CCR | |
| 44df move (A7)+, CCR | |
| 44e0 move -(A0), CCR | |
| 44e1 move -(A1), CCR | |
| 44e2 move -(A2), CCR | |
| 44e3 move -(A3), CCR | |
| 44e4 move -(A4), CCR | |
| 44e5 move -(A5), CCR | |
| 44e6 move -(A6), CCR | |
| 44e7 move -(A7), CCR | |
| 44e8 0123 move ($123,A0), CCR | |
| 44e9 0123 move ($123,A1), CCR | |
| 44ea 0123 move ($123,A2), CCR | |
| 44eb 0123 move ($123,A3), CCR | |
| 44ec 0123 move ($123,A4), CCR | |
| 44ed 0123 move ($123,A5), CCR | |
| 44ee 0123 move ($123,A6), CCR | |
| 44ef 0123 move ($123,A7), CCR | |
| 44f0 0123 4567 89ab cdef move ([$4567,A0,D0.w],-$3211), CCR | |
| 44f1 0123 4567 89ab cdef move ([$4567,A1,D0.w],-$3211), CCR | |
| 44f2 0123 4567 89ab cdef move ([$4567,A2,D0.w],-$3211), CCR | |
| 44f3 0123 4567 89ab cdef move ([$4567,A3,D0.w],-$3211), CCR | |
| 44f4 0123 4567 89ab cdef move ([$4567,A4,D0.w],-$3211), CCR | |
| 44f5 0123 4567 89ab cdef move ([$4567,A5,D0.w],-$3211), CCR | |
| 44f6 0123 4567 89ab cdef move ([$4567,A6,D0.w],-$3211), CCR | |
| 44f7 0123 4567 89ab cdef move ([$4567,A7,D0.w],-$3211), CCR | |
| 44f8 0123 move $123.w, CCR | |
| 44f9 0123 4567 move $1234567.l, CCR | |
| 44fa 0123 move ($123,PC), CCR; ($125) | |
| 44fb 0123 4567 89ab cdef move ([$4567,PC,D0.w],-$3211), CCR | |
| 44fc 0123 move #$23, CCR | |
| 4500 chk.l D0, D2; (2+) | |
| 4501 chk.l D1, D2; (2+) | |
| 4502 chk.l D2, D2; (2+) | |
| 4503 chk.l D3, D2; (2+) | |
| 4504 chk.l D4, D2; (2+) | |
| 4505 chk.l D5, D2; (2+) | |
| 4506 chk.l D6, D2; (2+) | |
| 4507 chk.l D7, D2; (2+) | |
| 4510 chk.l (A0), D2; (2+) | |
| 4511 chk.l (A1), D2; (2+) | |
| 4512 chk.l (A2), D2; (2+) | |
| 4513 chk.l (A3), D2; (2+) | |
| 4514 chk.l (A4), D2; (2+) | |
| 4515 chk.l (A5), D2; (2+) | |
| 4516 chk.l (A6), D2; (2+) | |
| 4517 chk.l (A7), D2; (2+) | |
| 4518 chk.l (A0)+, D2; (2+) | |
| 4519 chk.l (A1)+, D2; (2+) | |
| 451a chk.l (A2)+, D2; (2+) | |
| 451b chk.l (A3)+, D2; (2+) | |
| 451c chk.l (A4)+, D2; (2+) | |
| 451d chk.l (A5)+, D2; (2+) | |
| 451e chk.l (A6)+, D2; (2+) | |
| 451f chk.l (A7)+, D2; (2+) | |
| 4520 chk.l -(A0), D2; (2+) | |
| 4521 chk.l -(A1), D2; (2+) | |
| 4522 chk.l -(A2), D2; (2+) | |
| 4523 chk.l -(A3), D2; (2+) | |
| 4524 chk.l -(A4), D2; (2+) | |
| 4525 chk.l -(A5), D2; (2+) | |
| 4526 chk.l -(A6), D2; (2+) | |
| 4527 chk.l -(A7), D2; (2+) | |
| 4528 0123 chk.l ($123,A0), D2; (2+) | |
| 4529 0123 chk.l ($123,A1), D2; (2+) | |
| 452a 0123 chk.l ($123,A2), D2; (2+) | |
| 452b 0123 chk.l ($123,A3), D2; (2+) | |
| 452c 0123 chk.l ($123,A4), D2; (2+) | |
| 452d 0123 chk.l ($123,A5), D2; (2+) | |
| 452e 0123 chk.l ($123,A6), D2; (2+) | |
| 452f 0123 chk.l ($123,A7), D2; (2+) | |
| 4530 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D2; (2+) | |
| 4531 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D2; (2+) | |
| 4532 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D2; (2+) | |
| 4533 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D2; (2+) | |
| 4534 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D2; (2+) | |
| 4535 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D2; (2+) | |
| 4536 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D2; (2+) | |
| 4537 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D2; (2+) | |
| 4538 0123 chk.l $123.w, D2; (2+) | |
| 4539 0123 4567 chk.l $1234567.l, D2; (2+) | |
| 453a 0123 chk.l ($123,PC), D2; (2+); ($125) | |
| 453b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D2; (2+) | |
| 453c 0123 4567 chk.l #$1234567, D2; (2+) | |
| 4580 chk.w D0, D2 | |
| 4581 chk.w D1, D2 | |
| 4582 chk.w D2, D2 | |
| 4583 chk.w D3, D2 | |
| 4584 chk.w D4, D2 | |
| 4585 chk.w D5, D2 | |
| 4586 chk.w D6, D2 | |
| 4587 chk.w D7, D2 | |
| 4590 chk.w (A0), D2 | |
| 4591 chk.w (A1), D2 | |
| 4592 chk.w (A2), D2 | |
| 4593 chk.w (A3), D2 | |
| 4594 chk.w (A4), D2 | |
| 4595 chk.w (A5), D2 | |
| 4596 chk.w (A6), D2 | |
| 4597 chk.w (A7), D2 | |
| 4598 chk.w (A0)+, D2 | |
| 4599 chk.w (A1)+, D2 | |
| 459a chk.w (A2)+, D2 | |
| 459b chk.w (A3)+, D2 | |
| 459c chk.w (A4)+, D2 | |
| 459d chk.w (A5)+, D2 | |
| 459e chk.w (A6)+, D2 | |
| 459f chk.w (A7)+, D2 | |
| 45a0 chk.w -(A0), D2 | |
| 45a1 chk.w -(A1), D2 | |
| 45a2 chk.w -(A2), D2 | |
| 45a3 chk.w -(A3), D2 | |
| 45a4 chk.w -(A4), D2 | |
| 45a5 chk.w -(A5), D2 | |
| 45a6 chk.w -(A6), D2 | |
| 45a7 chk.w -(A7), D2 | |
| 45a8 0123 chk.w ($123,A0), D2 | |
| 45a9 0123 chk.w ($123,A1), D2 | |
| 45aa 0123 chk.w ($123,A2), D2 | |
| 45ab 0123 chk.w ($123,A3), D2 | |
| 45ac 0123 chk.w ($123,A4), D2 | |
| 45ad 0123 chk.w ($123,A5), D2 | |
| 45ae 0123 chk.w ($123,A6), D2 | |
| 45af 0123 chk.w ($123,A7), D2 | |
| 45b0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D2 | |
| 45b1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D2 | |
| 45b2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D2 | |
| 45b3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D2 | |
| 45b4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D2 | |
| 45b5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D2 | |
| 45b6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D2 | |
| 45b7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D2 | |
| 45b8 0123 chk.w $123.w, D2 | |
| 45b9 0123 4567 chk.w $1234567.l, D2 | |
| 45ba 0123 chk.w ($123,PC), D2; ($125) | |
| 45bb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D2 | |
| 45bc 0123 chk.w #$123, D2 | |
| 45d0 lea (A0), A2 | |
| 45d1 lea (A1), A2 | |
| 45d2 lea (A2), A2 | |
| 45d3 lea (A3), A2 | |
| 45d4 lea (A4), A2 | |
| 45d5 lea (A5), A2 | |
| 45d6 lea (A6), A2 | |
| 45d7 lea (A7), A2 | |
| 45e8 0123 lea ($123,A0), A2 | |
| 45e9 0123 lea ($123,A1), A2 | |
| 45ea 0123 lea ($123,A2), A2 | |
| 45eb 0123 lea ($123,A3), A2 | |
| 45ec 0123 lea ($123,A4), A2 | |
| 45ed 0123 lea ($123,A5), A2 | |
| 45ee 0123 lea ($123,A6), A2 | |
| 45ef 0123 lea ($123,A7), A2 | |
| 45f0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A2 | |
| 45f1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A2 | |
| 45f2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A2 | |
| 45f3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A2 | |
| 45f4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A2 | |
| 45f5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A2 | |
| 45f6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A2 | |
| 45f7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A2 | |
| 45f8 0123 lea $123.w, A2 | |
| 45f9 0123 4567 lea $1234567.l, A2 | |
| 45fa 0123 lea ($123,PC), A2; ($125) | |
| 45fb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A2 | |
| 4600 not.b D0 | |
| 4601 not.b D1 | |
| 4602 not.b D2 | |
| 4603 not.b D3 | |
| 4604 not.b D4 | |
| 4605 not.b D5 | |
| 4606 not.b D6 | |
| 4607 not.b D7 | |
| 4610 not.b (A0) | |
| 4611 not.b (A1) | |
| 4612 not.b (A2) | |
| 4613 not.b (A3) | |
| 4614 not.b (A4) | |
| 4615 not.b (A5) | |
| 4616 not.b (A6) | |
| 4617 not.b (A7) | |
| 4618 not.b (A0)+ | |
| 4619 not.b (A1)+ | |
| 461a not.b (A2)+ | |
| 461b not.b (A3)+ | |
| 461c not.b (A4)+ | |
| 461d not.b (A5)+ | |
| 461e not.b (A6)+ | |
| 461f not.b (A7)+ | |
| 4620 not.b -(A0) | |
| 4621 not.b -(A1) | |
| 4622 not.b -(A2) | |
| 4623 not.b -(A3) | |
| 4624 not.b -(A4) | |
| 4625 not.b -(A5) | |
| 4626 not.b -(A6) | |
| 4627 not.b -(A7) | |
| 4628 0123 not.b ($123,A0) | |
| 4629 0123 not.b ($123,A1) | |
| 462a 0123 not.b ($123,A2) | |
| 462b 0123 not.b ($123,A3) | |
| 462c 0123 not.b ($123,A4) | |
| 462d 0123 not.b ($123,A5) | |
| 462e 0123 not.b ($123,A6) | |
| 462f 0123 not.b ($123,A7) | |
| 4630 0123 4567 89ab cdef not.b ([$4567,A0,D0.w],-$3211) | |
| 4631 0123 4567 89ab cdef not.b ([$4567,A1,D0.w],-$3211) | |
| 4632 0123 4567 89ab cdef not.b ([$4567,A2,D0.w],-$3211) | |
| 4633 0123 4567 89ab cdef not.b ([$4567,A3,D0.w],-$3211) | |
| 4634 0123 4567 89ab cdef not.b ([$4567,A4,D0.w],-$3211) | |
| 4635 0123 4567 89ab cdef not.b ([$4567,A5,D0.w],-$3211) | |
| 4636 0123 4567 89ab cdef not.b ([$4567,A6,D0.w],-$3211) | |
| 4637 0123 4567 89ab cdef not.b ([$4567,A7,D0.w],-$3211) | |
| 4638 0123 not.b $123.w | |
| 4639 0123 4567 not.b $1234567.l | |
| 4640 not.w D0 | |
| 4641 not.w D1 | |
| 4642 not.w D2 | |
| 4643 not.w D3 | |
| 4644 not.w D4 | |
| 4645 not.w D5 | |
| 4646 not.w D6 | |
| 4647 not.w D7 | |
| 4650 not.w (A0) | |
| 4651 not.w (A1) | |
| 4652 not.w (A2) | |
| 4653 not.w (A3) | |
| 4654 not.w (A4) | |
| 4655 not.w (A5) | |
| 4656 not.w (A6) | |
| 4657 not.w (A7) | |
| 4658 not.w (A0)+ | |
| 4659 not.w (A1)+ | |
| 465a not.w (A2)+ | |
| 465b not.w (A3)+ | |
| 465c not.w (A4)+ | |
| 465d not.w (A5)+ | |
| 465e not.w (A6)+ | |
| 465f not.w (A7)+ | |
| 4660 not.w -(A0) | |
| 4661 not.w -(A1) | |
| 4662 not.w -(A2) | |
| 4663 not.w -(A3) | |
| 4664 not.w -(A4) | |
| 4665 not.w -(A5) | |
| 4666 not.w -(A6) | |
| 4667 not.w -(A7) | |
| 4668 0123 not.w ($123,A0) | |
| 4669 0123 not.w ($123,A1) | |
| 466a 0123 not.w ($123,A2) | |
| 466b 0123 not.w ($123,A3) | |
| 466c 0123 not.w ($123,A4) | |
| 466d 0123 not.w ($123,A5) | |
| 466e 0123 not.w ($123,A6) | |
| 466f 0123 not.w ($123,A7) | |
| 4670 0123 4567 89ab cdef not.w ([$4567,A0,D0.w],-$3211) | |
| 4671 0123 4567 89ab cdef not.w ([$4567,A1,D0.w],-$3211) | |
| 4672 0123 4567 89ab cdef not.w ([$4567,A2,D0.w],-$3211) | |
| 4673 0123 4567 89ab cdef not.w ([$4567,A3,D0.w],-$3211) | |
| 4674 0123 4567 89ab cdef not.w ([$4567,A4,D0.w],-$3211) | |
| 4675 0123 4567 89ab cdef not.w ([$4567,A5,D0.w],-$3211) | |
| 4676 0123 4567 89ab cdef not.w ([$4567,A6,D0.w],-$3211) | |
| 4677 0123 4567 89ab cdef not.w ([$4567,A7,D0.w],-$3211) | |
| 4678 0123 not.w $123.w | |
| 4679 0123 4567 not.w $1234567.l | |
| 4680 not.l D0 | |
| 4681 not.l D1 | |
| 4682 not.l D2 | |
| 4683 not.l D3 | |
| 4684 not.l D4 | |
| 4685 not.l D5 | |
| 4686 not.l D6 | |
| 4687 not.l D7 | |
| 4690 not.l (A0) | |
| 4691 not.l (A1) | |
| 4692 not.l (A2) | |
| 4693 not.l (A3) | |
| 4694 not.l (A4) | |
| 4695 not.l (A5) | |
| 4696 not.l (A6) | |
| 4697 not.l (A7) | |
| 4698 not.l (A0)+ | |
| 4699 not.l (A1)+ | |
| 469a not.l (A2)+ | |
| 469b not.l (A3)+ | |
| 469c not.l (A4)+ | |
| 469d not.l (A5)+ | |
| 469e not.l (A6)+ | |
| 469f not.l (A7)+ | |
| 46a0 not.l -(A0) | |
| 46a1 not.l -(A1) | |
| 46a2 not.l -(A2) | |
| 46a3 not.l -(A3) | |
| 46a4 not.l -(A4) | |
| 46a5 not.l -(A5) | |
| 46a6 not.l -(A6) | |
| 46a7 not.l -(A7) | |
| 46a8 0123 not.l ($123,A0) | |
| 46a9 0123 not.l ($123,A1) | |
| 46aa 0123 not.l ($123,A2) | |
| 46ab 0123 not.l ($123,A3) | |
| 46ac 0123 not.l ($123,A4) | |
| 46ad 0123 not.l ($123,A5) | |
| 46ae 0123 not.l ($123,A6) | |
| 46af 0123 not.l ($123,A7) | |
| 46b0 0123 4567 89ab cdef not.l ([$4567,A0,D0.w],-$3211) | |
| 46b1 0123 4567 89ab cdef not.l ([$4567,A1,D0.w],-$3211) | |
| 46b2 0123 4567 89ab cdef not.l ([$4567,A2,D0.w],-$3211) | |
| 46b3 0123 4567 89ab cdef not.l ([$4567,A3,D0.w],-$3211) | |
| 46b4 0123 4567 89ab cdef not.l ([$4567,A4,D0.w],-$3211) | |
| 46b5 0123 4567 89ab cdef not.l ([$4567,A5,D0.w],-$3211) | |
| 46b6 0123 4567 89ab cdef not.l ([$4567,A6,D0.w],-$3211) | |
| 46b7 0123 4567 89ab cdef not.l ([$4567,A7,D0.w],-$3211) | |
| 46b8 0123 not.l $123.w | |
| 46b9 0123 4567 not.l $1234567.l | |
| 46c0 move D0, SR | |
| 46c1 move D1, SR | |
| 46c2 move D2, SR | |
| 46c3 move D3, SR | |
| 46c4 move D4, SR | |
| 46c5 move D5, SR | |
| 46c6 move D6, SR | |
| 46c7 move D7, SR | |
| 46d0 move (A0), SR | |
| 46d1 move (A1), SR | |
| 46d2 move (A2), SR | |
| 46d3 move (A3), SR | |
| 46d4 move (A4), SR | |
| 46d5 move (A5), SR | |
| 46d6 move (A6), SR | |
| 46d7 move (A7), SR | |
| 46d8 move (A0)+, SR | |
| 46d9 move (A1)+, SR | |
| 46da move (A2)+, SR | |
| 46db move (A3)+, SR | |
| 46dc move (A4)+, SR | |
| 46dd move (A5)+, SR | |
| 46de move (A6)+, SR | |
| 46df move (A7)+, SR | |
| 46e0 move -(A0), SR | |
| 46e1 move -(A1), SR | |
| 46e2 move -(A2), SR | |
| 46e3 move -(A3), SR | |
| 46e4 move -(A4), SR | |
| 46e5 move -(A5), SR | |
| 46e6 move -(A6), SR | |
| 46e7 move -(A7), SR | |
| 46e8 0123 move ($123,A0), SR | |
| 46e9 0123 move ($123,A1), SR | |
| 46ea 0123 move ($123,A2), SR | |
| 46eb 0123 move ($123,A3), SR | |
| 46ec 0123 move ($123,A4), SR | |
| 46ed 0123 move ($123,A5), SR | |
| 46ee 0123 move ($123,A6), SR | |
| 46ef 0123 move ($123,A7), SR | |
| 46f0 0123 4567 89ab cdef move ([$4567,A0,D0.w],-$3211), SR | |
| 46f1 0123 4567 89ab cdef move ([$4567,A1,D0.w],-$3211), SR | |
| 46f2 0123 4567 89ab cdef move ([$4567,A2,D0.w],-$3211), SR | |
| 46f3 0123 4567 89ab cdef move ([$4567,A3,D0.w],-$3211), SR | |
| 46f4 0123 4567 89ab cdef move ([$4567,A4,D0.w],-$3211), SR | |
| 46f5 0123 4567 89ab cdef move ([$4567,A5,D0.w],-$3211), SR | |
| 46f6 0123 4567 89ab cdef move ([$4567,A6,D0.w],-$3211), SR | |
| 46f7 0123 4567 89ab cdef move ([$4567,A7,D0.w],-$3211), SR | |
| 46f8 0123 move $123.w, SR | |
| 46f9 0123 4567 move $1234567.l, SR | |
| 46fa 0123 move ($123,PC), SR; ($125) | |
| 46fb 0123 4567 89ab cdef move ([$4567,PC,D0.w],-$3211), SR | |
| 46fc 0123 move #$123, SR | |
| 4700 chk.l D0, D3; (2+) | |
| 4701 chk.l D1, D3; (2+) | |
| 4702 chk.l D2, D3; (2+) | |
| 4703 chk.l D3, D3; (2+) | |
| 4704 chk.l D4, D3; (2+) | |
| 4705 chk.l D5, D3; (2+) | |
| 4706 chk.l D6, D3; (2+) | |
| 4707 chk.l D7, D3; (2+) | |
| 4710 chk.l (A0), D3; (2+) | |
| 4711 chk.l (A1), D3; (2+) | |
| 4712 chk.l (A2), D3; (2+) | |
| 4713 chk.l (A3), D3; (2+) | |
| 4714 chk.l (A4), D3; (2+) | |
| 4715 chk.l (A5), D3; (2+) | |
| 4716 chk.l (A6), D3; (2+) | |
| 4717 chk.l (A7), D3; (2+) | |
| 4718 chk.l (A0)+, D3; (2+) | |
| 4719 chk.l (A1)+, D3; (2+) | |
| 471a chk.l (A2)+, D3; (2+) | |
| 471b chk.l (A3)+, D3; (2+) | |
| 471c chk.l (A4)+, D3; (2+) | |
| 471d chk.l (A5)+, D3; (2+) | |
| 471e chk.l (A6)+, D3; (2+) | |
| 471f chk.l (A7)+, D3; (2+) | |
| 4720 chk.l -(A0), D3; (2+) | |
| 4721 chk.l -(A1), D3; (2+) | |
| 4722 chk.l -(A2), D3; (2+) | |
| 4723 chk.l -(A3), D3; (2+) | |
| 4724 chk.l -(A4), D3; (2+) | |
| 4725 chk.l -(A5), D3; (2+) | |
| 4726 chk.l -(A6), D3; (2+) | |
| 4727 chk.l -(A7), D3; (2+) | |
| 4728 0123 chk.l ($123,A0), D3; (2+) | |
| 4729 0123 chk.l ($123,A1), D3; (2+) | |
| 472a 0123 chk.l ($123,A2), D3; (2+) | |
| 472b 0123 chk.l ($123,A3), D3; (2+) | |
| 472c 0123 chk.l ($123,A4), D3; (2+) | |
| 472d 0123 chk.l ($123,A5), D3; (2+) | |
| 472e 0123 chk.l ($123,A6), D3; (2+) | |
| 472f 0123 chk.l ($123,A7), D3; (2+) | |
| 4730 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D3; (2+) | |
| 4731 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D3; (2+) | |
| 4732 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D3; (2+) | |
| 4733 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D3; (2+) | |
| 4734 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D3; (2+) | |
| 4735 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D3; (2+) | |
| 4736 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D3; (2+) | |
| 4737 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D3; (2+) | |
| 4738 0123 chk.l $123.w, D3; (2+) | |
| 4739 0123 4567 chk.l $1234567.l, D3; (2+) | |
| 473a 0123 chk.l ($123,PC), D3; (2+); ($125) | |
| 473b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D3; (2+) | |
| 473c 0123 4567 chk.l #$1234567, D3; (2+) | |
| 4780 chk.w D0, D3 | |
| 4781 chk.w D1, D3 | |
| 4782 chk.w D2, D3 | |
| 4783 chk.w D3, D3 | |
| 4784 chk.w D4, D3 | |
| 4785 chk.w D5, D3 | |
| 4786 chk.w D6, D3 | |
| 4787 chk.w D7, D3 | |
| 4790 chk.w (A0), D3 | |
| 4791 chk.w (A1), D3 | |
| 4792 chk.w (A2), D3 | |
| 4793 chk.w (A3), D3 | |
| 4794 chk.w (A4), D3 | |
| 4795 chk.w (A5), D3 | |
| 4796 chk.w (A6), D3 | |
| 4797 chk.w (A7), D3 | |
| 4798 chk.w (A0)+, D3 | |
| 4799 chk.w (A1)+, D3 | |
| 479a chk.w (A2)+, D3 | |
| 479b chk.w (A3)+, D3 | |
| 479c chk.w (A4)+, D3 | |
| 479d chk.w (A5)+, D3 | |
| 479e chk.w (A6)+, D3 | |
| 479f chk.w (A7)+, D3 | |
| 47a0 chk.w -(A0), D3 | |
| 47a1 chk.w -(A1), D3 | |
| 47a2 chk.w -(A2), D3 | |
| 47a3 chk.w -(A3), D3 | |
| 47a4 chk.w -(A4), D3 | |
| 47a5 chk.w -(A5), D3 | |
| 47a6 chk.w -(A6), D3 | |
| 47a7 chk.w -(A7), D3 | |
| 47a8 0123 chk.w ($123,A0), D3 | |
| 47a9 0123 chk.w ($123,A1), D3 | |
| 47aa 0123 chk.w ($123,A2), D3 | |
| 47ab 0123 chk.w ($123,A3), D3 | |
| 47ac 0123 chk.w ($123,A4), D3 | |
| 47ad 0123 chk.w ($123,A5), D3 | |
| 47ae 0123 chk.w ($123,A6), D3 | |
| 47af 0123 chk.w ($123,A7), D3 | |
| 47b0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D3 | |
| 47b1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D3 | |
| 47b2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D3 | |
| 47b3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D3 | |
| 47b4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D3 | |
| 47b5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D3 | |
| 47b6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D3 | |
| 47b7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D3 | |
| 47b8 0123 chk.w $123.w, D3 | |
| 47b9 0123 4567 chk.w $1234567.l, D3 | |
| 47ba 0123 chk.w ($123,PC), D3; ($125) | |
| 47bb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D3 | |
| 47bc 0123 chk.w #$123, D3 | |
| 47d0 lea (A0), A3 | |
| 47d1 lea (A1), A3 | |
| 47d2 lea (A2), A3 | |
| 47d3 lea (A3), A3 | |
| 47d4 lea (A4), A3 | |
| 47d5 lea (A5), A3 | |
| 47d6 lea (A6), A3 | |
| 47d7 lea (A7), A3 | |
| 47e8 0123 lea ($123,A0), A3 | |
| 47e9 0123 lea ($123,A1), A3 | |
| 47ea 0123 lea ($123,A2), A3 | |
| 47eb 0123 lea ($123,A3), A3 | |
| 47ec 0123 lea ($123,A4), A3 | |
| 47ed 0123 lea ($123,A5), A3 | |
| 47ee 0123 lea ($123,A6), A3 | |
| 47ef 0123 lea ($123,A7), A3 | |
| 47f0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A3 | |
| 47f1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A3 | |
| 47f2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A3 | |
| 47f3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A3 | |
| 47f4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A3 | |
| 47f5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A3 | |
| 47f6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A3 | |
| 47f7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A3 | |
| 47f8 0123 lea $123.w, A3 | |
| 47f9 0123 4567 lea $1234567.l, A3 | |
| 47fa 0123 lea ($123,PC), A3; ($125) | |
| 47fb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A3 | |
| 4800 nbcd D0 | |
| 4801 nbcd D1 | |
| 4802 nbcd D2 | |
| 4803 nbcd D3 | |
| 4804 nbcd D4 | |
| 4805 nbcd D5 | |
| 4806 nbcd D6 | |
| 4807 nbcd D7 | |
| 4808 0123 4567 link A0, #$1234567; (2+) | |
| 4809 0123 4567 link A1, #$1234567; (2+) | |
| 480a 0123 4567 link A2, #$1234567; (2+) | |
| 480b 0123 4567 link A3, #$1234567; (2+) | |
| 480c 0123 4567 link A4, #$1234567; (2+) | |
| 480d 0123 4567 link A5, #$1234567; (2+) | |
| 480e 0123 4567 link A6, #$1234567; (2+) | |
| 480f 0123 4567 link A7, #$1234567; (2+) | |
| 4810 nbcd (A0) | |
| 4811 nbcd (A1) | |
| 4812 nbcd (A2) | |
| 4813 nbcd (A3) | |
| 4814 nbcd (A4) | |
| 4815 nbcd (A5) | |
| 4816 nbcd (A6) | |
| 4817 nbcd (A7) | |
| 4818 nbcd (A0)+ | |
| 4819 nbcd (A1)+ | |
| 481a nbcd (A2)+ | |
| 481b nbcd (A3)+ | |
| 481c nbcd (A4)+ | |
| 481d nbcd (A5)+ | |
| 481e nbcd (A6)+ | |
| 481f nbcd (A7)+ | |
| 4820 nbcd -(A0) | |
| 4821 nbcd -(A1) | |
| 4822 nbcd -(A2) | |
| 4823 nbcd -(A3) | |
| 4824 nbcd -(A4) | |
| 4825 nbcd -(A5) | |
| 4826 nbcd -(A6) | |
| 4827 nbcd -(A7) | |
| 4828 0123 nbcd ($123,A0) | |
| 4829 0123 nbcd ($123,A1) | |
| 482a 0123 nbcd ($123,A2) | |
| 482b 0123 nbcd ($123,A3) | |
| 482c 0123 nbcd ($123,A4) | |
| 482d 0123 nbcd ($123,A5) | |
| 482e 0123 nbcd ($123,A6) | |
| 482f 0123 nbcd ($123,A7) | |
| 4830 0123 4567 89ab cdef nbcd ([$4567,A0,D0.w],-$3211) | |
| 4831 0123 4567 89ab cdef nbcd ([$4567,A1,D0.w],-$3211) | |
| 4832 0123 4567 89ab cdef nbcd ([$4567,A2,D0.w],-$3211) | |
| 4833 0123 4567 89ab cdef nbcd ([$4567,A3,D0.w],-$3211) | |
| 4834 0123 4567 89ab cdef nbcd ([$4567,A4,D0.w],-$3211) | |
| 4835 0123 4567 89ab cdef nbcd ([$4567,A5,D0.w],-$3211) | |
| 4836 0123 4567 89ab cdef nbcd ([$4567,A6,D0.w],-$3211) | |
| 4837 0123 4567 89ab cdef nbcd ([$4567,A7,D0.w],-$3211) | |
| 4838 0123 nbcd $123.w | |
| 4839 0123 4567 nbcd $1234567.l | |
| 4840 swap D0 | |
| 4841 swap D1 | |
| 4842 swap D2 | |
| 4843 swap D3 | |
| 4844 swap D4 | |
| 4845 swap D5 | |
| 4846 swap D6 | |
| 4847 swap D7 | |
| 4848 bkpt #0; (1+) | |
| 4849 bkpt #1; (1+) | |
| 484a bkpt #2; (1+) | |
| 484b bkpt #3; (1+) | |
| 484c bkpt #4; (1+) | |
| 484d bkpt #5; (1+) | |
| 484e bkpt #6; (1+) | |
| 484f bkpt #7; (1+) | |
| 4850 pea (A0) | |
| 4851 pea (A1) | |
| 4852 pea (A2) | |
| 4853 pea (A3) | |
| 4854 pea (A4) | |
| 4855 pea (A5) | |
| 4856 pea (A6) | |
| 4857 pea (A7) | |
| 4868 0123 pea ($123,A0) | |
| 4869 0123 pea ($123,A1) | |
| 486a 0123 pea ($123,A2) | |
| 486b 0123 pea ($123,A3) | |
| 486c 0123 pea ($123,A4) | |
| 486d 0123 pea ($123,A5) | |
| 486e 0123 pea ($123,A6) | |
| 486f 0123 pea ($123,A7) | |
| 4870 0123 4567 89ab cdef pea ([$4567,A0,D0.w],-$3211) | |
| 4871 0123 4567 89ab cdef pea ([$4567,A1,D0.w],-$3211) | |
| 4872 0123 4567 89ab cdef pea ([$4567,A2,D0.w],-$3211) | |
| 4873 0123 4567 89ab cdef pea ([$4567,A3,D0.w],-$3211) | |
| 4874 0123 4567 89ab cdef pea ([$4567,A4,D0.w],-$3211) | |
| 4875 0123 4567 89ab cdef pea ([$4567,A5,D0.w],-$3211) | |
| 4876 0123 4567 89ab cdef pea ([$4567,A6,D0.w],-$3211) | |
| 4877 0123 4567 89ab cdef pea ([$4567,A7,D0.w],-$3211) | |
| 4878 0123 pea $123.w | |
| 4879 0123 4567 pea $1234567.l | |
| 487a 0123 pea ($123,PC); ($125) | |
| 487b 0123 4567 89ab cdef pea ([$4567,PC,D0.w],-$3211) | |
| 4880 ext.w D0 | |
| 4881 ext.w D1 | |
| 4882 ext.w D2 | |
| 4883 ext.w D3 | |
| 4884 ext.w D4 | |
| 4885 ext.w D5 | |
| 4886 ext.w D6 | |
| 4887 ext.w D7 | |
| 4890 0123 movem.w D0-D2/A0, (A0) | |
| 4891 0123 movem.w D0-D2/A0, (A1) | |
| 4892 0123 movem.w D0-D2/A0, (A2) | |
| 4893 0123 movem.w D0-D2/A0, (A3) | |
| 4894 0123 movem.w D0-D2/A0, (A4) | |
| 4895 0123 movem.w D0-D2/A0, (A5) | |
| 4896 0123 movem.w D0-D2/A0, (A6) | |
| 4897 0123 movem.w D0-D2/A0, (A7) | |
| 48a0 0123 movem.w D7/A2-A4, -(A0) | |
| 48a1 0123 movem.w D7/A2-A4, -(A1) | |
| 48a2 0123 movem.w D7/A2-A4, -(A2) | |
| 48a3 0123 movem.w D7/A2-A4, -(A3) | |
| 48a4 0123 movem.w D7/A2-A4, -(A4) | |
| 48a5 0123 movem.w D7/A2-A4, -(A5) | |
| 48a6 0123 movem.w D7/A2-A4, -(A6) | |
| 48a7 0123 movem.w D7/A2-A4, -(A7) | |
| 48a8 0123 4567 movem.w D0-D2/A0, ($4567,A0) | |
| 48a9 0123 4567 movem.w D0-D2/A0, ($4567,A1) | |
| 48aa 0123 4567 movem.w D0-D2/A0, ($4567,A2) | |
| 48ab 0123 4567 movem.w D0-D2/A0, ($4567,A3) | |
| 48ac 0123 4567 movem.w D0-D2/A0, ($4567,A4) | |
| 48ad 0123 4567 movem.w D0-D2/A0, ($4567,A5) | |
| 48ae 0123 4567 movem.w D0-D2/A0, ($4567,A6) | |
| 48af 0123 4567 movem.w D0-D2/A0, ($4567,A7) | |
| 48b0 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A0]) | |
| 48b1 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A1]) | |
| 48b2 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A2]) | |
| 48b3 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A3]) | |
| 48b4 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A4]) | |
| 48b5 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A5]) | |
| 48b6 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A6]) | |
| 48b7 0123 4567 89ab movem.w D0-D2/A0, ([-$7655,A7]) | |
| 48b8 0123 4567 movem.w D0-D2/A0, $4567.w | |
| 48b9 0123 4567 89ab movem.w D0-D2/A0, $456789ab.l | |
| 48c0 ext.l D0 | |
| 48c1 ext.l D1 | |
| 48c2 ext.l D2 | |
| 48c3 ext.l D3 | |
| 48c4 ext.l D4 | |
| 48c5 ext.l D5 | |
| 48c6 ext.l D6 | |
| 48c7 ext.l D7 | |
| 48d0 0123 movem.l D0-D2/A0, (A0) | |
| 48d1 0123 movem.l D0-D2/A0, (A1) | |
| 48d2 0123 movem.l D0-D2/A0, (A2) | |
| 48d3 0123 movem.l D0-D2/A0, (A3) | |
| 48d4 0123 movem.l D0-D2/A0, (A4) | |
| 48d5 0123 movem.l D0-D2/A0, (A5) | |
| 48d6 0123 movem.l D0-D2/A0, (A6) | |
| 48d7 0123 movem.l D0-D2/A0, (A7) | |
| 48e0 0123 movem.l D7/A2-A4, -(A0) | |
| 48e1 0123 movem.l D7/A2-A4, -(A1) | |
| 48e2 0123 movem.l D7/A2-A4, -(A2) | |
| 48e3 0123 movem.l D7/A2-A4, -(A3) | |
| 48e4 0123 movem.l D7/A2-A4, -(A4) | |
| 48e5 0123 movem.l D7/A2-A4, -(A5) | |
| 48e6 0123 movem.l D7/A2-A4, -(A6) | |
| 48e7 0123 movem.l D7/A2-A4, -(A7) | |
| 48e8 0123 4567 movem.l D0-D2/A0, ($4567,A0) | |
| 48e9 0123 4567 movem.l D0-D2/A0, ($4567,A1) | |
| 48ea 0123 4567 movem.l D0-D2/A0, ($4567,A2) | |
| 48eb 0123 4567 movem.l D0-D2/A0, ($4567,A3) | |
| 48ec 0123 4567 movem.l D0-D2/A0, ($4567,A4) | |
| 48ed 0123 4567 movem.l D0-D2/A0, ($4567,A5) | |
| 48ee 0123 4567 movem.l D0-D2/A0, ($4567,A6) | |
| 48ef 0123 4567 movem.l D0-D2/A0, ($4567,A7) | |
| 48f0 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A0]) | |
| 48f1 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A1]) | |
| 48f2 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A2]) | |
| 48f3 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A3]) | |
| 48f4 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A4]) | |
| 48f5 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A5]) | |
| 48f6 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A6]) | |
| 48f7 0123 4567 89ab movem.l D0-D2/A0, ([-$7655,A7]) | |
| 48f8 0123 4567 movem.l D0-D2/A0, $4567.w | |
| 48f9 0123 4567 89ab movem.l D0-D2/A0, $456789ab.l | |
| 4900 chk.l D0, D4; (2+) | |
| 4901 chk.l D1, D4; (2+) | |
| 4902 chk.l D2, D4; (2+) | |
| 4903 chk.l D3, D4; (2+) | |
| 4904 chk.l D4, D4; (2+) | |
| 4905 chk.l D5, D4; (2+) | |
| 4906 chk.l D6, D4; (2+) | |
| 4907 chk.l D7, D4; (2+) | |
| 4910 chk.l (A0), D4; (2+) | |
| 4911 chk.l (A1), D4; (2+) | |
| 4912 chk.l (A2), D4; (2+) | |
| 4913 chk.l (A3), D4; (2+) | |
| 4914 chk.l (A4), D4; (2+) | |
| 4915 chk.l (A5), D4; (2+) | |
| 4916 chk.l (A6), D4; (2+) | |
| 4917 chk.l (A7), D4; (2+) | |
| 4918 chk.l (A0)+, D4; (2+) | |
| 4919 chk.l (A1)+, D4; (2+) | |
| 491a chk.l (A2)+, D4; (2+) | |
| 491b chk.l (A3)+, D4; (2+) | |
| 491c chk.l (A4)+, D4; (2+) | |
| 491d chk.l (A5)+, D4; (2+) | |
| 491e chk.l (A6)+, D4; (2+) | |
| 491f chk.l (A7)+, D4; (2+) | |
| 4920 chk.l -(A0), D4; (2+) | |
| 4921 chk.l -(A1), D4; (2+) | |
| 4922 chk.l -(A2), D4; (2+) | |
| 4923 chk.l -(A3), D4; (2+) | |
| 4924 chk.l -(A4), D4; (2+) | |
| 4925 chk.l -(A5), D4; (2+) | |
| 4926 chk.l -(A6), D4; (2+) | |
| 4927 chk.l -(A7), D4; (2+) | |
| 4928 0123 chk.l ($123,A0), D4; (2+) | |
| 4929 0123 chk.l ($123,A1), D4; (2+) | |
| 492a 0123 chk.l ($123,A2), D4; (2+) | |
| 492b 0123 chk.l ($123,A3), D4; (2+) | |
| 492c 0123 chk.l ($123,A4), D4; (2+) | |
| 492d 0123 chk.l ($123,A5), D4; (2+) | |
| 492e 0123 chk.l ($123,A6), D4; (2+) | |
| 492f 0123 chk.l ($123,A7), D4; (2+) | |
| 4930 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D4; (2+) | |
| 4931 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D4; (2+) | |
| 4932 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D4; (2+) | |
| 4933 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D4; (2+) | |
| 4934 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D4; (2+) | |
| 4935 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D4; (2+) | |
| 4936 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D4; (2+) | |
| 4937 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D4; (2+) | |
| 4938 0123 chk.l $123.w, D4; (2+) | |
| 4939 0123 4567 chk.l $1234567.l, D4; (2+) | |
| 493a 0123 chk.l ($123,PC), D4; (2+); ($125) | |
| 493b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D4; (2+) | |
| 493c 0123 4567 chk.l #$1234567, D4; (2+) | |
| 4980 chk.w D0, D4 | |
| 4981 chk.w D1, D4 | |
| 4982 chk.w D2, D4 | |
| 4983 chk.w D3, D4 | |
| 4984 chk.w D4, D4 | |
| 4985 chk.w D5, D4 | |
| 4986 chk.w D6, D4 | |
| 4987 chk.w D7, D4 | |
| 4990 chk.w (A0), D4 | |
| 4991 chk.w (A1), D4 | |
| 4992 chk.w (A2), D4 | |
| 4993 chk.w (A3), D4 | |
| 4994 chk.w (A4), D4 | |
| 4995 chk.w (A5), D4 | |
| 4996 chk.w (A6), D4 | |
| 4997 chk.w (A7), D4 | |
| 4998 chk.w (A0)+, D4 | |
| 4999 chk.w (A1)+, D4 | |
| 499a chk.w (A2)+, D4 | |
| 499b chk.w (A3)+, D4 | |
| 499c chk.w (A4)+, D4 | |
| 499d chk.w (A5)+, D4 | |
| 499e chk.w (A6)+, D4 | |
| 499f chk.w (A7)+, D4 | |
| 49a0 chk.w -(A0), D4 | |
| 49a1 chk.w -(A1), D4 | |
| 49a2 chk.w -(A2), D4 | |
| 49a3 chk.w -(A3), D4 | |
| 49a4 chk.w -(A4), D4 | |
| 49a5 chk.w -(A5), D4 | |
| 49a6 chk.w -(A6), D4 | |
| 49a7 chk.w -(A7), D4 | |
| 49a8 0123 chk.w ($123,A0), D4 | |
| 49a9 0123 chk.w ($123,A1), D4 | |
| 49aa 0123 chk.w ($123,A2), D4 | |
| 49ab 0123 chk.w ($123,A3), D4 | |
| 49ac 0123 chk.w ($123,A4), D4 | |
| 49ad 0123 chk.w ($123,A5), D4 | |
| 49ae 0123 chk.w ($123,A6), D4 | |
| 49af 0123 chk.w ($123,A7), D4 | |
| 49b0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D4 | |
| 49b1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D4 | |
| 49b2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D4 | |
| 49b3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D4 | |
| 49b4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D4 | |
| 49b5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D4 | |
| 49b6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D4 | |
| 49b7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D4 | |
| 49b8 0123 chk.w $123.w, D4 | |
| 49b9 0123 4567 chk.w $1234567.l, D4 | |
| 49ba 0123 chk.w ($123,PC), D4; ($125) | |
| 49bb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D4 | |
| 49bc 0123 chk.w #$123, D4 | |
| 49c0 extb.l D0; (2+) | |
| 49c1 extb.l D1; (2+) | |
| 49c2 extb.l D2; (2+) | |
| 49c3 extb.l D3; (2+) | |
| 49c4 extb.l D4; (2+) | |
| 49c5 extb.l D5; (2+) | |
| 49c6 extb.l D6; (2+) | |
| 49c7 extb.l D7; (2+) | |
| 49d0 lea (A0), A4 | |
| 49d1 lea (A1), A4 | |
| 49d2 lea (A2), A4 | |
| 49d3 lea (A3), A4 | |
| 49d4 lea (A4), A4 | |
| 49d5 lea (A5), A4 | |
| 49d6 lea (A6), A4 | |
| 49d7 lea (A7), A4 | |
| 49e8 0123 lea ($123,A0), A4 | |
| 49e9 0123 lea ($123,A1), A4 | |
| 49ea 0123 lea ($123,A2), A4 | |
| 49eb 0123 lea ($123,A3), A4 | |
| 49ec 0123 lea ($123,A4), A4 | |
| 49ed 0123 lea ($123,A5), A4 | |
| 49ee 0123 lea ($123,A6), A4 | |
| 49ef 0123 lea ($123,A7), A4 | |
| 49f0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A4 | |
| 49f1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A4 | |
| 49f2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A4 | |
| 49f3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A4 | |
| 49f4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A4 | |
| 49f5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A4 | |
| 49f6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A4 | |
| 49f7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A4 | |
| 49f8 0123 lea $123.w, A4 | |
| 49f9 0123 4567 lea $1234567.l, A4 | |
| 49fa 0123 lea ($123,PC), A4; ($125) | |
| 49fb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A4 | |
| 4a00 tst.b D0 | |
| 4a01 tst.b D1 | |
| 4a02 tst.b D2 | |
| 4a03 tst.b D3 | |
| 4a04 tst.b D4 | |
| 4a05 tst.b D5 | |
| 4a06 tst.b D6 | |
| 4a07 tst.b D7 | |
| 4a10 tst.b (A0) | |
| 4a11 tst.b (A1) | |
| 4a12 tst.b (A2) | |
| 4a13 tst.b (A3) | |
| 4a14 tst.b (A4) | |
| 4a15 tst.b (A5) | |
| 4a16 tst.b (A6) | |
| 4a17 tst.b (A7) | |
| 4a18 tst.b (A0)+ | |
| 4a19 tst.b (A1)+ | |
| 4a1a tst.b (A2)+ | |
| 4a1b tst.b (A3)+ | |
| 4a1c tst.b (A4)+ | |
| 4a1d tst.b (A5)+ | |
| 4a1e tst.b (A6)+ | |
| 4a1f tst.b (A7)+ | |
| 4a20 tst.b -(A0) | |
| 4a21 tst.b -(A1) | |
| 4a22 tst.b -(A2) | |
| 4a23 tst.b -(A3) | |
| 4a24 tst.b -(A4) | |
| 4a25 tst.b -(A5) | |
| 4a26 tst.b -(A6) | |
| 4a27 tst.b -(A7) | |
| 4a28 0123 tst.b ($123,A0) | |
| 4a29 0123 tst.b ($123,A1) | |
| 4a2a 0123 tst.b ($123,A2) | |
| 4a2b 0123 tst.b ($123,A3) | |
| 4a2c 0123 tst.b ($123,A4) | |
| 4a2d 0123 tst.b ($123,A5) | |
| 4a2e 0123 tst.b ($123,A6) | |
| 4a2f 0123 tst.b ($123,A7) | |
| 4a30 0123 4567 89ab cdef tst.b ([$4567,A0,D0.w],-$3211) | |
| 4a31 0123 4567 89ab cdef tst.b ([$4567,A1,D0.w],-$3211) | |
| 4a32 0123 4567 89ab cdef tst.b ([$4567,A2,D0.w],-$3211) | |
| 4a33 0123 4567 89ab cdef tst.b ([$4567,A3,D0.w],-$3211) | |
| 4a34 0123 4567 89ab cdef tst.b ([$4567,A4,D0.w],-$3211) | |
| 4a35 0123 4567 89ab cdef tst.b ([$4567,A5,D0.w],-$3211) | |
| 4a36 0123 4567 89ab cdef tst.b ([$4567,A6,D0.w],-$3211) | |
| 4a37 0123 4567 89ab cdef tst.b ([$4567,A7,D0.w],-$3211) | |
| 4a38 0123 tst.b $123.w | |
| 4a39 0123 4567 tst.b $1234567.l | |
| 4a3a 0123 tst.b ($123,PC); (2+); ($125) | |
| 4a3b 0123 4567 89ab cdef tst.b ([$4567,PC,D0.w],-$3211); (2+) | |
| 4a3c 0123 tst.b #$23; (2+) | |
| 4a40 tst.w D0 | |
| 4a41 tst.w D1 | |
| 4a42 tst.w D2 | |
| 4a43 tst.w D3 | |
| 4a44 tst.w D4 | |
| 4a45 tst.w D5 | |
| 4a46 tst.w D6 | |
| 4a47 tst.w D7 | |
| 4a48 tst.w A0; (2+) | |
| 4a49 tst.w A1; (2+) | |
| 4a4a tst.w A2; (2+) | |
| 4a4b tst.w A3; (2+) | |
| 4a4c tst.w A4; (2+) | |
| 4a4d tst.w A5; (2+) | |
| 4a4e tst.w A6; (2+) | |
| 4a4f tst.w A7; (2+) | |
| 4a50 tst.w (A0) | |
| 4a51 tst.w (A1) | |
| 4a52 tst.w (A2) | |
| 4a53 tst.w (A3) | |
| 4a54 tst.w (A4) | |
| 4a55 tst.w (A5) | |
| 4a56 tst.w (A6) | |
| 4a57 tst.w (A7) | |
| 4a58 tst.w (A0)+ | |
| 4a59 tst.w (A1)+ | |
| 4a5a tst.w (A2)+ | |
| 4a5b tst.w (A3)+ | |
| 4a5c tst.w (A4)+ | |
| 4a5d tst.w (A5)+ | |
| 4a5e tst.w (A6)+ | |
| 4a5f tst.w (A7)+ | |
| 4a60 tst.w -(A0) | |
| 4a61 tst.w -(A1) | |
| 4a62 tst.w -(A2) | |
| 4a63 tst.w -(A3) | |
| 4a64 tst.w -(A4) | |
| 4a65 tst.w -(A5) | |
| 4a66 tst.w -(A6) | |
| 4a67 tst.w -(A7) | |
| 4a68 0123 tst.w ($123,A0) | |
| 4a69 0123 tst.w ($123,A1) | |
| 4a6a 0123 tst.w ($123,A2) | |
| 4a6b 0123 tst.w ($123,A3) | |
| 4a6c 0123 tst.w ($123,A4) | |
| 4a6d 0123 tst.w ($123,A5) | |
| 4a6e 0123 tst.w ($123,A6) | |
| 4a6f 0123 tst.w ($123,A7) | |
| 4a70 0123 4567 89ab cdef tst.w ([$4567,A0,D0.w],-$3211) | |
| 4a71 0123 4567 89ab cdef tst.w ([$4567,A1,D0.w],-$3211) | |
| 4a72 0123 4567 89ab cdef tst.w ([$4567,A2,D0.w],-$3211) | |
| 4a73 0123 4567 89ab cdef tst.w ([$4567,A3,D0.w],-$3211) | |
| 4a74 0123 4567 89ab cdef tst.w ([$4567,A4,D0.w],-$3211) | |
| 4a75 0123 4567 89ab cdef tst.w ([$4567,A5,D0.w],-$3211) | |
| 4a76 0123 4567 89ab cdef tst.w ([$4567,A6,D0.w],-$3211) | |
| 4a77 0123 4567 89ab cdef tst.w ([$4567,A7,D0.w],-$3211) | |
| 4a78 0123 tst.w $123.w | |
| 4a79 0123 4567 tst.w $1234567.l | |
| 4a7a 0123 tst.w ($123,PC); (2+); ($125) | |
| 4a7b 0123 4567 89ab cdef tst.w ([$4567,PC,D0.w],-$3211); (2+) | |
| 4a7c 0123 tst.w #$123; (2+) | |
| 4a80 tst.l D0 | |
| 4a81 tst.l D1 | |
| 4a82 tst.l D2 | |
| 4a83 tst.l D3 | |
| 4a84 tst.l D4 | |
| 4a85 tst.l D5 | |
| 4a86 tst.l D6 | |
| 4a87 tst.l D7 | |
| 4a88 tst.l A0; (2+) | |
| 4a89 tst.l A1; (2+) | |
| 4a8a tst.l A2; (2+) | |
| 4a8b tst.l A3; (2+) | |
| 4a8c tst.l A4; (2+) | |
| 4a8d tst.l A5; (2+) | |
| 4a8e tst.l A6; (2+) | |
| 4a8f tst.l A7; (2+) | |
| 4a90 tst.l (A0) | |
| 4a91 tst.l (A1) | |
| 4a92 tst.l (A2) | |
| 4a93 tst.l (A3) | |
| 4a94 tst.l (A4) | |
| 4a95 tst.l (A5) | |
| 4a96 tst.l (A6) | |
| 4a97 tst.l (A7) | |
| 4a98 tst.l (A0)+ | |
| 4a99 tst.l (A1)+ | |
| 4a9a tst.l (A2)+ | |
| 4a9b tst.l (A3)+ | |
| 4a9c tst.l (A4)+ | |
| 4a9d tst.l (A5)+ | |
| 4a9e tst.l (A6)+ | |
| 4a9f tst.l (A7)+ | |
| 4aa0 tst.l -(A0) | |
| 4aa1 tst.l -(A1) | |
| 4aa2 tst.l -(A2) | |
| 4aa3 tst.l -(A3) | |
| 4aa4 tst.l -(A4) | |
| 4aa5 tst.l -(A5) | |
| 4aa6 tst.l -(A6) | |
| 4aa7 tst.l -(A7) | |
| 4aa8 0123 tst.l ($123,A0) | |
| 4aa9 0123 tst.l ($123,A1) | |
| 4aaa 0123 tst.l ($123,A2) | |
| 4aab 0123 tst.l ($123,A3) | |
| 4aac 0123 tst.l ($123,A4) | |
| 4aad 0123 tst.l ($123,A5) | |
| 4aae 0123 tst.l ($123,A6) | |
| 4aaf 0123 tst.l ($123,A7) | |
| 4ab0 0123 4567 89ab cdef tst.l ([$4567,A0,D0.w],-$3211) | |
| 4ab1 0123 4567 89ab cdef tst.l ([$4567,A1,D0.w],-$3211) | |
| 4ab2 0123 4567 89ab cdef tst.l ([$4567,A2,D0.w],-$3211) | |
| 4ab3 0123 4567 89ab cdef tst.l ([$4567,A3,D0.w],-$3211) | |
| 4ab4 0123 4567 89ab cdef tst.l ([$4567,A4,D0.w],-$3211) | |
| 4ab5 0123 4567 89ab cdef tst.l ([$4567,A5,D0.w],-$3211) | |
| 4ab6 0123 4567 89ab cdef tst.l ([$4567,A6,D0.w],-$3211) | |
| 4ab7 0123 4567 89ab cdef tst.l ([$4567,A7,D0.w],-$3211) | |
| 4ab8 0123 tst.l $123.w | |
| 4ab9 0123 4567 tst.l $1234567.l | |
| 4aba 0123 tst.l ($123,PC); (2+); ($125) | |
| 4abb 0123 4567 89ab cdef tst.l ([$4567,PC,D0.w],-$3211); (2+) | |
| 4abc 0123 4567 tst.l #$1234567; (2+) | |
| 4ac0 tas D0 | |
| 4ac1 tas D1 | |
| 4ac2 tas D2 | |
| 4ac3 tas D3 | |
| 4ac4 tas D4 | |
| 4ac5 tas D5 | |
| 4ac6 tas D6 | |
| 4ac7 tas D7 | |
| 4ad0 tas (A0) | |
| 4ad1 tas (A1) | |
| 4ad2 tas (A2) | |
| 4ad3 tas (A3) | |
| 4ad4 tas (A4) | |
| 4ad5 tas (A5) | |
| 4ad6 tas (A6) | |
| 4ad7 tas (A7) | |
| 4ad8 tas (A0)+ | |
| 4ad9 tas (A1)+ | |
| 4ada tas (A2)+ | |
| 4adb tas (A3)+ | |
| 4adc tas (A4)+ | |
| 4add tas (A5)+ | |
| 4ade tas (A6)+ | |
| 4adf tas (A7)+ | |
| 4ae0 tas -(A0) | |
| 4ae1 tas -(A1) | |
| 4ae2 tas -(A2) | |
| 4ae3 tas -(A3) | |
| 4ae4 tas -(A4) | |
| 4ae5 tas -(A5) | |
| 4ae6 tas -(A6) | |
| 4ae7 tas -(A7) | |
| 4ae8 0123 tas ($123,A0) | |
| 4ae9 0123 tas ($123,A1) | |
| 4aea 0123 tas ($123,A2) | |
| 4aeb 0123 tas ($123,A3) | |
| 4aec 0123 tas ($123,A4) | |
| 4aed 0123 tas ($123,A5) | |
| 4aee 0123 tas ($123,A6) | |
| 4aef 0123 tas ($123,A7) | |
| 4af0 0123 4567 89ab cdef tas ([$4567,A0,D0.w],-$3211) | |
| 4af1 0123 4567 89ab cdef tas ([$4567,A1,D0.w],-$3211) | |
| 4af2 0123 4567 89ab cdef tas ([$4567,A2,D0.w],-$3211) | |
| 4af3 0123 4567 89ab cdef tas ([$4567,A3,D0.w],-$3211) | |
| 4af4 0123 4567 89ab cdef tas ([$4567,A4,D0.w],-$3211) | |
| 4af5 0123 4567 89ab cdef tas ([$4567,A5,D0.w],-$3211) | |
| 4af6 0123 4567 89ab cdef tas ([$4567,A6,D0.w],-$3211) | |
| 4af7 0123 4567 89ab cdef tas ([$4567,A7,D0.w],-$3211) | |
| 4af8 0123 tas $123.w | |
| 4af9 0123 4567 tas $1234567.l | |
| 4b00 chk.l D0, D5; (2+) | |
| 4b01 chk.l D1, D5; (2+) | |
| 4b02 chk.l D2, D5; (2+) | |
| 4b03 chk.l D3, D5; (2+) | |
| 4b04 chk.l D4, D5; (2+) | |
| 4b05 chk.l D5, D5; (2+) | |
| 4b06 chk.l D6, D5; (2+) | |
| 4b07 chk.l D7, D5; (2+) | |
| 4b10 chk.l (A0), D5; (2+) | |
| 4b11 chk.l (A1), D5; (2+) | |
| 4b12 chk.l (A2), D5; (2+) | |
| 4b13 chk.l (A3), D5; (2+) | |
| 4b14 chk.l (A4), D5; (2+) | |
| 4b15 chk.l (A5), D5; (2+) | |
| 4b16 chk.l (A6), D5; (2+) | |
| 4b17 chk.l (A7), D5; (2+) | |
| 4b18 chk.l (A0)+, D5; (2+) | |
| 4b19 chk.l (A1)+, D5; (2+) | |
| 4b1a chk.l (A2)+, D5; (2+) | |
| 4b1b chk.l (A3)+, D5; (2+) | |
| 4b1c chk.l (A4)+, D5; (2+) | |
| 4b1d chk.l (A5)+, D5; (2+) | |
| 4b1e chk.l (A6)+, D5; (2+) | |
| 4b1f chk.l (A7)+, D5; (2+) | |
| 4b20 chk.l -(A0), D5; (2+) | |
| 4b21 chk.l -(A1), D5; (2+) | |
| 4b22 chk.l -(A2), D5; (2+) | |
| 4b23 chk.l -(A3), D5; (2+) | |
| 4b24 chk.l -(A4), D5; (2+) | |
| 4b25 chk.l -(A5), D5; (2+) | |
| 4b26 chk.l -(A6), D5; (2+) | |
| 4b27 chk.l -(A7), D5; (2+) | |
| 4b28 0123 chk.l ($123,A0), D5; (2+) | |
| 4b29 0123 chk.l ($123,A1), D5; (2+) | |
| 4b2a 0123 chk.l ($123,A2), D5; (2+) | |
| 4b2b 0123 chk.l ($123,A3), D5; (2+) | |
| 4b2c 0123 chk.l ($123,A4), D5; (2+) | |
| 4b2d 0123 chk.l ($123,A5), D5; (2+) | |
| 4b2e 0123 chk.l ($123,A6), D5; (2+) | |
| 4b2f 0123 chk.l ($123,A7), D5; (2+) | |
| 4b30 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D5; (2+) | |
| 4b31 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D5; (2+) | |
| 4b32 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D5; (2+) | |
| 4b33 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D5; (2+) | |
| 4b34 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D5; (2+) | |
| 4b35 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D5; (2+) | |
| 4b36 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D5; (2+) | |
| 4b37 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D5; (2+) | |
| 4b38 0123 chk.l $123.w, D5; (2+) | |
| 4b39 0123 4567 chk.l $1234567.l, D5; (2+) | |
| 4b3a 0123 chk.l ($123,PC), D5; (2+); ($125) | |
| 4b3b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D5; (2+) | |
| 4b3c 0123 4567 chk.l #$1234567, D5; (2+) | |
| 4b80 chk.w D0, D5 | |
| 4b81 chk.w D1, D5 | |
| 4b82 chk.w D2, D5 | |
| 4b83 chk.w D3, D5 | |
| 4b84 chk.w D4, D5 | |
| 4b85 chk.w D5, D5 | |
| 4b86 chk.w D6, D5 | |
| 4b87 chk.w D7, D5 | |
| 4b90 chk.w (A0), D5 | |
| 4b91 chk.w (A1), D5 | |
| 4b92 chk.w (A2), D5 | |
| 4b93 chk.w (A3), D5 | |
| 4b94 chk.w (A4), D5 | |
| 4b95 chk.w (A5), D5 | |
| 4b96 chk.w (A6), D5 | |
| 4b97 chk.w (A7), D5 | |
| 4b98 chk.w (A0)+, D5 | |
| 4b99 chk.w (A1)+, D5 | |
| 4b9a chk.w (A2)+, D5 | |
| 4b9b chk.w (A3)+, D5 | |
| 4b9c chk.w (A4)+, D5 | |
| 4b9d chk.w (A5)+, D5 | |
| 4b9e chk.w (A6)+, D5 | |
| 4b9f chk.w (A7)+, D5 | |
| 4ba0 chk.w -(A0), D5 | |
| 4ba1 chk.w -(A1), D5 | |
| 4ba2 chk.w -(A2), D5 | |
| 4ba3 chk.w -(A3), D5 | |
| 4ba4 chk.w -(A4), D5 | |
| 4ba5 chk.w -(A5), D5 | |
| 4ba6 chk.w -(A6), D5 | |
| 4ba7 chk.w -(A7), D5 | |
| 4ba8 0123 chk.w ($123,A0), D5 | |
| 4ba9 0123 chk.w ($123,A1), D5 | |
| 4baa 0123 chk.w ($123,A2), D5 | |
| 4bab 0123 chk.w ($123,A3), D5 | |
| 4bac 0123 chk.w ($123,A4), D5 | |
| 4bad 0123 chk.w ($123,A5), D5 | |
| 4bae 0123 chk.w ($123,A6), D5 | |
| 4baf 0123 chk.w ($123,A7), D5 | |
| 4bb0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D5 | |
| 4bb1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D5 | |
| 4bb2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D5 | |
| 4bb3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D5 | |
| 4bb4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D5 | |
| 4bb5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D5 | |
| 4bb6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D5 | |
| 4bb7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D5 | |
| 4bb8 0123 chk.w $123.w, D5 | |
| 4bb9 0123 4567 chk.w $1234567.l, D5 | |
| 4bba 0123 chk.w ($123,PC), D5; ($125) | |
| 4bbb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D5 | |
| 4bbc 0123 chk.w #$123, D5 | |
| 4bd0 lea (A0), A5 | |
| 4bd1 lea (A1), A5 | |
| 4bd2 lea (A2), A5 | |
| 4bd3 lea (A3), A5 | |
| 4bd4 lea (A4), A5 | |
| 4bd5 lea (A5), A5 | |
| 4bd6 lea (A6), A5 | |
| 4bd7 lea (A7), A5 | |
| 4be8 0123 lea ($123,A0), A5 | |
| 4be9 0123 lea ($123,A1), A5 | |
| 4bea 0123 lea ($123,A2), A5 | |
| 4beb 0123 lea ($123,A3), A5 | |
| 4bec 0123 lea ($123,A4), A5 | |
| 4bed 0123 lea ($123,A5), A5 | |
| 4bee 0123 lea ($123,A6), A5 | |
| 4bef 0123 lea ($123,A7), A5 | |
| 4bf0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A5 | |
| 4bf1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A5 | |
| 4bf2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A5 | |
| 4bf3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A5 | |
| 4bf4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A5 | |
| 4bf5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A5 | |
| 4bf6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A5 | |
| 4bf7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A5 | |
| 4bf8 0123 lea $123.w, A5 | |
| 4bf9 0123 4567 lea $1234567.l, A5 | |
| 4bfa 0123 lea ($123,PC), A5; ($125) | |
| 4bfb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A5 | |
| 4c00 0123 mulu.l D0, D3-D0; (2+) | |
| 4c01 0123 mulu.l D1, D3-D0; (2+) | |
| 4c02 0123 mulu.l D2, D3-D0; (2+) | |
| 4c03 0123 mulu.l D3, D3-D0; (2+) | |
| 4c04 0123 mulu.l D4, D3-D0; (2+) | |
| 4c05 0123 mulu.l D5, D3-D0; (2+) | |
| 4c06 0123 mulu.l D6, D3-D0; (2+) | |
| 4c07 0123 mulu.l D7, D3-D0; (2+) | |
| 4c10 0123 mulu.l (A0), D3-D0; (2+) | |
| 4c11 0123 mulu.l (A1), D3-D0; (2+) | |
| 4c12 0123 mulu.l (A2), D3-D0; (2+) | |
| 4c13 0123 mulu.l (A3), D3-D0; (2+) | |
| 4c14 0123 mulu.l (A4), D3-D0; (2+) | |
| 4c15 0123 mulu.l (A5), D3-D0; (2+) | |
| 4c16 0123 mulu.l (A6), D3-D0; (2+) | |
| 4c17 0123 mulu.l (A7), D3-D0; (2+) | |
| 4c18 0123 mulu.l (A0)+, D3-D0; (2+) | |
| 4c19 0123 mulu.l (A1)+, D3-D0; (2+) | |
| 4c1a 0123 mulu.l (A2)+, D3-D0; (2+) | |
| 4c1b 0123 mulu.l (A3)+, D3-D0; (2+) | |
| 4c1c 0123 mulu.l (A4)+, D3-D0; (2+) | |
| 4c1d 0123 mulu.l (A5)+, D3-D0; (2+) | |
| 4c1e 0123 mulu.l (A6)+, D3-D0; (2+) | |
| 4c1f 0123 mulu.l (A7)+, D3-D0; (2+) | |
| 4c20 0123 mulu.l -(A0), D3-D0; (2+) | |
| 4c21 0123 mulu.l -(A1), D3-D0; (2+) | |
| 4c22 0123 mulu.l -(A2), D3-D0; (2+) | |
| 4c23 0123 mulu.l -(A3), D3-D0; (2+) | |
| 4c24 0123 mulu.l -(A4), D3-D0; (2+) | |
| 4c25 0123 mulu.l -(A5), D3-D0; (2+) | |
| 4c26 0123 mulu.l -(A6), D3-D0; (2+) | |
| 4c27 0123 mulu.l -(A7), D3-D0; (2+) | |
| 4c28 0123 4567 mulu.l ($4567,A0), D3-D0; (2+) | |
| 4c29 0123 4567 mulu.l ($4567,A1), D3-D0; (2+) | |
| 4c2a 0123 4567 mulu.l ($4567,A2), D3-D0; (2+) | |
| 4c2b 0123 4567 mulu.l ($4567,A3), D3-D0; (2+) | |
| 4c2c 0123 4567 mulu.l ($4567,A4), D3-D0; (2+) | |
| 4c2d 0123 4567 mulu.l ($4567,A5), D3-D0; (2+) | |
| 4c2e 0123 4567 mulu.l ($4567,A6), D3-D0; (2+) | |
| 4c2f 0123 4567 mulu.l ($4567,A7), D3-D0; (2+) | |
| 4c30 0123 4567 89ab mulu.l ([-$7655,A0]), D3-D0; (2+) | |
| 4c31 0123 4567 89ab mulu.l ([-$7655,A1]), D3-D0; (2+) | |
| 4c32 0123 4567 89ab mulu.l ([-$7655,A2]), D3-D0; (2+) | |
| 4c33 0123 4567 89ab mulu.l ([-$7655,A3]), D3-D0; (2+) | |
| 4c34 0123 4567 89ab mulu.l ([-$7655,A4]), D3-D0; (2+) | |
| 4c35 0123 4567 89ab mulu.l ([-$7655,A5]), D3-D0; (2+) | |
| 4c36 0123 4567 89ab mulu.l ([-$7655,A6]), D3-D0; (2+) | |
| 4c37 0123 4567 89ab mulu.l ([-$7655,A7]), D3-D0; (2+) | |
| 4c38 0123 4567 mulu.l $4567.w, D3-D0; (2+) | |
| 4c39 0123 4567 89ab mulu.l $456789ab.l, D3-D0; (2+) | |
| 4c3a 0123 4567 mulu.l ($4567,PC), D3-D0; (2+); ($456b) | |
| 4c3b 0123 4567 89ab mulu.l ([-$7655,PC]), D3-D0; (2+) | |
| 4c3c 0123 4567 89ab mulu.l #$456789ab, D3-D0; (2+) | |
| 4c40 0123 divul.l D0, D3:D0; (2+) | |
| 4c41 0123 divul.l D1, D3:D0; (2+) | |
| 4c42 0123 divul.l D2, D3:D0; (2+) | |
| 4c43 0123 divul.l D3, D3:D0; (2+) | |
| 4c44 0123 divul.l D4, D3:D0; (2+) | |
| 4c45 0123 divul.l D5, D3:D0; (2+) | |
| 4c46 0123 divul.l D6, D3:D0; (2+) | |
| 4c47 0123 divul.l D7, D3:D0; (2+) | |
| 4c50 0123 divul.l (A0), D3:D0; (2+) | |
| 4c51 0123 divul.l (A1), D3:D0; (2+) | |
| 4c52 0123 divul.l (A2), D3:D0; (2+) | |
| 4c53 0123 divul.l (A3), D3:D0; (2+) | |
| 4c54 0123 divul.l (A4), D3:D0; (2+) | |
| 4c55 0123 divul.l (A5), D3:D0; (2+) | |
| 4c56 0123 divul.l (A6), D3:D0; (2+) | |
| 4c57 0123 divul.l (A7), D3:D0; (2+) | |
| 4c58 0123 divul.l (A0)+, D3:D0; (2+) | |
| 4c59 0123 divul.l (A1)+, D3:D0; (2+) | |
| 4c5a 0123 divul.l (A2)+, D3:D0; (2+) | |
| 4c5b 0123 divul.l (A3)+, D3:D0; (2+) | |
| 4c5c 0123 divul.l (A4)+, D3:D0; (2+) | |
| 4c5d 0123 divul.l (A5)+, D3:D0; (2+) | |
| 4c5e 0123 divul.l (A6)+, D3:D0; (2+) | |
| 4c5f 0123 divul.l (A7)+, D3:D0; (2+) | |
| 4c60 0123 divul.l -(A0), D3:D0; (2+) | |
| 4c61 0123 divul.l -(A1), D3:D0; (2+) | |
| 4c62 0123 divul.l -(A2), D3:D0; (2+) | |
| 4c63 0123 divul.l -(A3), D3:D0; (2+) | |
| 4c64 0123 divul.l -(A4), D3:D0; (2+) | |
| 4c65 0123 divul.l -(A5), D3:D0; (2+) | |
| 4c66 0123 divul.l -(A6), D3:D0; (2+) | |
| 4c67 0123 divul.l -(A7), D3:D0; (2+) | |
| 4c68 0123 4567 divul.l ($4567,A0), D3:D0; (2+) | |
| 4c69 0123 4567 divul.l ($4567,A1), D3:D0; (2+) | |
| 4c6a 0123 4567 divul.l ($4567,A2), D3:D0; (2+) | |
| 4c6b 0123 4567 divul.l ($4567,A3), D3:D0; (2+) | |
| 4c6c 0123 4567 divul.l ($4567,A4), D3:D0; (2+) | |
| 4c6d 0123 4567 divul.l ($4567,A5), D3:D0; (2+) | |
| 4c6e 0123 4567 divul.l ($4567,A6), D3:D0; (2+) | |
| 4c6f 0123 4567 divul.l ($4567,A7), D3:D0; (2+) | |
| 4c70 0123 4567 89ab divul.l ([-$7655,A0]), D3:D0; (2+) | |
| 4c71 0123 4567 89ab divul.l ([-$7655,A1]), D3:D0; (2+) | |
| 4c72 0123 4567 89ab divul.l ([-$7655,A2]), D3:D0; (2+) | |
| 4c73 0123 4567 89ab divul.l ([-$7655,A3]), D3:D0; (2+) | |
| 4c74 0123 4567 89ab divul.l ([-$7655,A4]), D3:D0; (2+) | |
| 4c75 0123 4567 89ab divul.l ([-$7655,A5]), D3:D0; (2+) | |
| 4c76 0123 4567 89ab divul.l ([-$7655,A6]), D3:D0; (2+) | |
| 4c77 0123 4567 89ab divul.l ([-$7655,A7]), D3:D0; (2+) | |
| 4c78 0123 4567 divul.l $4567.w, D3:D0; (2+) | |
| 4c79 0123 4567 89ab divul.l $456789ab.l, D3:D0; (2+) | |
| 4c7a 0123 4567 divul.l ($4567,PC), D3:D0; (2+); ($456b) | |
| 4c7b 0123 4567 89ab divul.l ([-$7655,PC]), D3:D0; (2+) | |
| 4c7c 0123 4567 89ab divul.l #$456789ab, D3:D0; (2+) | |
| 4c90 0123 movem.w (A0), D0-D2/A0 | |
| 4c91 0123 movem.w (A1), D0-D2/A0 | |
| 4c92 0123 movem.w (A2), D0-D2/A0 | |
| 4c93 0123 movem.w (A3), D0-D2/A0 | |
| 4c94 0123 movem.w (A4), D0-D2/A0 | |
| 4c95 0123 movem.w (A5), D0-D2/A0 | |
| 4c96 0123 movem.w (A6), D0-D2/A0 | |
| 4c97 0123 movem.w (A7), D0-D2/A0 | |
| 4c98 0123 movem.w (A0)+, D0-D2/A0 | |
| 4c99 0123 movem.w (A1)+, D0-D2/A0 | |
| 4c9a 0123 movem.w (A2)+, D0-D2/A0 | |
| 4c9b 0123 movem.w (A3)+, D0-D2/A0 | |
| 4c9c 0123 movem.w (A4)+, D0-D2/A0 | |
| 4c9d 0123 movem.w (A5)+, D0-D2/A0 | |
| 4c9e 0123 movem.w (A6)+, D0-D2/A0 | |
| 4c9f 0123 movem.w (A7)+, D0-D2/A0 | |
| 4ca8 0123 4567 movem.w ($4567,A0), D0-D2/A0 | |
| 4ca9 0123 4567 movem.w ($4567,A1), D0-D2/A0 | |
| 4caa 0123 4567 movem.w ($4567,A2), D0-D2/A0 | |
| 4cab 0123 4567 movem.w ($4567,A3), D0-D2/A0 | |
| 4cac 0123 4567 movem.w ($4567,A4), D0-D2/A0 | |
| 4cad 0123 4567 movem.w ($4567,A5), D0-D2/A0 | |
| 4cae 0123 4567 movem.w ($4567,A6), D0-D2/A0 | |
| 4caf 0123 4567 movem.w ($4567,A7), D0-D2/A0 | |
| 4cb0 0123 4567 89ab movem.w ([-$7655,A0]), D0-D2/A0 | |
| 4cb1 0123 4567 89ab movem.w ([-$7655,A1]), D0-D2/A0 | |
| 4cb2 0123 4567 89ab movem.w ([-$7655,A2]), D0-D2/A0 | |
| 4cb3 0123 4567 89ab movem.w ([-$7655,A3]), D0-D2/A0 | |
| 4cb4 0123 4567 89ab movem.w ([-$7655,A4]), D0-D2/A0 | |
| 4cb5 0123 4567 89ab movem.w ([-$7655,A5]), D0-D2/A0 | |
| 4cb6 0123 4567 89ab movem.w ([-$7655,A6]), D0-D2/A0 | |
| 4cb7 0123 4567 89ab movem.w ([-$7655,A7]), D0-D2/A0 | |
| 4cb8 0123 4567 movem.w $4567.w, D0-D2/A0 | |
| 4cb9 0123 4567 89ab movem.w $456789ab.l, D0-D2/A0 | |
| 4cba 0123 4567 movem.w ($4567,PC), D0-D2/A0; ($456b) | |
| 4cbb 0123 4567 89ab movem.w ([-$7655,PC]), D0-D2/A0 | |
| 4cd0 0123 movem.l (A0), D0-D2/A0 | |
| 4cd1 0123 movem.l (A1), D0-D2/A0 | |
| 4cd2 0123 movem.l (A2), D0-D2/A0 | |
| 4cd3 0123 movem.l (A3), D0-D2/A0 | |
| 4cd4 0123 movem.l (A4), D0-D2/A0 | |
| 4cd5 0123 movem.l (A5), D0-D2/A0 | |
| 4cd6 0123 movem.l (A6), D0-D2/A0 | |
| 4cd7 0123 movem.l (A7), D0-D2/A0 | |
| 4cd8 0123 movem.l (A0)+, D0-D2/A0 | |
| 4cd9 0123 movem.l (A1)+, D0-D2/A0 | |
| 4cda 0123 movem.l (A2)+, D0-D2/A0 | |
| 4cdb 0123 movem.l (A3)+, D0-D2/A0 | |
| 4cdc 0123 movem.l (A4)+, D0-D2/A0 | |
| 4cdd 0123 movem.l (A5)+, D0-D2/A0 | |
| 4cde 0123 movem.l (A6)+, D0-D2/A0 | |
| 4cdf 0123 movem.l (A7)+, D0-D2/A0 | |
| 4ce8 0123 4567 movem.l ($4567,A0), D0-D2/A0 | |
| 4ce9 0123 4567 movem.l ($4567,A1), D0-D2/A0 | |
| 4cea 0123 4567 movem.l ($4567,A2), D0-D2/A0 | |
| 4ceb 0123 4567 movem.l ($4567,A3), D0-D2/A0 | |
| 4cec 0123 4567 movem.l ($4567,A4), D0-D2/A0 | |
| 4ced 0123 4567 movem.l ($4567,A5), D0-D2/A0 | |
| 4cee 0123 4567 movem.l ($4567,A6), D0-D2/A0 | |
| 4cef 0123 4567 movem.l ($4567,A7), D0-D2/A0 | |
| 4cf0 0123 4567 89ab movem.l ([-$7655,A0]), D0-D2/A0 | |
| 4cf1 0123 4567 89ab movem.l ([-$7655,A1]), D0-D2/A0 | |
| 4cf2 0123 4567 89ab movem.l ([-$7655,A2]), D0-D2/A0 | |
| 4cf3 0123 4567 89ab movem.l ([-$7655,A3]), D0-D2/A0 | |
| 4cf4 0123 4567 89ab movem.l ([-$7655,A4]), D0-D2/A0 | |
| 4cf5 0123 4567 89ab movem.l ([-$7655,A5]), D0-D2/A0 | |
| 4cf6 0123 4567 89ab movem.l ([-$7655,A6]), D0-D2/A0 | |
| 4cf7 0123 4567 89ab movem.l ([-$7655,A7]), D0-D2/A0 | |
| 4cf8 0123 4567 movem.l $4567.w, D0-D2/A0 | |
| 4cf9 0123 4567 89ab movem.l $456789ab.l, D0-D2/A0 | |
| 4cfa 0123 4567 movem.l ($4567,PC), D0-D2/A0; ($456b) | |
| 4cfb 0123 4567 89ab movem.l ([-$7655,PC]), D0-D2/A0 | |
| 4d00 chk.l D0, D6; (2+) | |
| 4d01 chk.l D1, D6; (2+) | |
| 4d02 chk.l D2, D6; (2+) | |
| 4d03 chk.l D3, D6; (2+) | |
| 4d04 chk.l D4, D6; (2+) | |
| 4d05 chk.l D5, D6; (2+) | |
| 4d06 chk.l D6, D6; (2+) | |
| 4d07 chk.l D7, D6; (2+) | |
| 4d10 chk.l (A0), D6; (2+) | |
| 4d11 chk.l (A1), D6; (2+) | |
| 4d12 chk.l (A2), D6; (2+) | |
| 4d13 chk.l (A3), D6; (2+) | |
| 4d14 chk.l (A4), D6; (2+) | |
| 4d15 chk.l (A5), D6; (2+) | |
| 4d16 chk.l (A6), D6; (2+) | |
| 4d17 chk.l (A7), D6; (2+) | |
| 4d18 chk.l (A0)+, D6; (2+) | |
| 4d19 chk.l (A1)+, D6; (2+) | |
| 4d1a chk.l (A2)+, D6; (2+) | |
| 4d1b chk.l (A3)+, D6; (2+) | |
| 4d1c chk.l (A4)+, D6; (2+) | |
| 4d1d chk.l (A5)+, D6; (2+) | |
| 4d1e chk.l (A6)+, D6; (2+) | |
| 4d1f chk.l (A7)+, D6; (2+) | |
| 4d20 chk.l -(A0), D6; (2+) | |
| 4d21 chk.l -(A1), D6; (2+) | |
| 4d22 chk.l -(A2), D6; (2+) | |
| 4d23 chk.l -(A3), D6; (2+) | |
| 4d24 chk.l -(A4), D6; (2+) | |
| 4d25 chk.l -(A5), D6; (2+) | |
| 4d26 chk.l -(A6), D6; (2+) | |
| 4d27 chk.l -(A7), D6; (2+) | |
| 4d28 0123 chk.l ($123,A0), D6; (2+) | |
| 4d29 0123 chk.l ($123,A1), D6; (2+) | |
| 4d2a 0123 chk.l ($123,A2), D6; (2+) | |
| 4d2b 0123 chk.l ($123,A3), D6; (2+) | |
| 4d2c 0123 chk.l ($123,A4), D6; (2+) | |
| 4d2d 0123 chk.l ($123,A5), D6; (2+) | |
| 4d2e 0123 chk.l ($123,A6), D6; (2+) | |
| 4d2f 0123 chk.l ($123,A7), D6; (2+) | |
| 4d30 0123 4567 89ab cdef chk.l ([$4567,A0,D0.w],-$3211), D6; (2+) | |
| 4d31 0123 4567 89ab cdef chk.l ([$4567,A1,D0.w],-$3211), D6; (2+) | |
| 4d32 0123 4567 89ab cdef chk.l ([$4567,A2,D0.w],-$3211), D6; (2+) | |
| 4d33 0123 4567 89ab cdef chk.l ([$4567,A3,D0.w],-$3211), D6; (2+) | |
| 4d34 0123 4567 89ab cdef chk.l ([$4567,A4,D0.w],-$3211), D6; (2+) | |
| 4d35 0123 4567 89ab cdef chk.l ([$4567,A5,D0.w],-$3211), D6; (2+) | |
| 4d36 0123 4567 89ab cdef chk.l ([$4567,A6,D0.w],-$3211), D6; (2+) | |
| 4d37 0123 4567 89ab cdef chk.l ([$4567,A7,D0.w],-$3211), D6; (2+) | |
| 4d38 0123 chk.l $123.w, D6; (2+) | |
| 4d39 0123 4567 chk.l $1234567.l, D6; (2+) | |
| 4d3a 0123 chk.l ($123,PC), D6; (2+); ($125) | |
| 4d3b 0123 4567 89ab cdef chk.l ([$4567,PC,D0.w],-$3211), D6; (2+) | |
| 4d3c 0123 4567 chk.l #$1234567, D6; (2+) | |
| 4d80 chk.w D0, D6 | |
| 4d81 chk.w D1, D6 | |
| 4d82 chk.w D2, D6 | |
| 4d83 chk.w D3, D6 | |
| 4d84 chk.w D4, D6 | |
| 4d85 chk.w D5, D6 | |
| 4d86 chk.w D6, D6 | |
| 4d87 chk.w D7, D6 | |
| 4d90 chk.w (A0), D6 | |
| 4d91 chk.w (A1), D6 | |
| 4d92 chk.w (A2), D6 | |
| 4d93 chk.w (A3), D6 | |
| 4d94 chk.w (A4), D6 | |
| 4d95 chk.w (A5), D6 | |
| 4d96 chk.w (A6), D6 | |
| 4d97 chk.w (A7), D6 | |
| 4d98 chk.w (A0)+, D6 | |
| 4d99 chk.w (A1)+, D6 | |
| 4d9a chk.w (A2)+, D6 | |
| 4d9b chk.w (A3)+, D6 | |
| 4d9c chk.w (A4)+, D6 | |
| 4d9d chk.w (A5)+, D6 | |
| 4d9e chk.w (A6)+, D6 | |
| 4d9f chk.w (A7)+, D6 | |
| 4da0 chk.w -(A0), D6 | |
| 4da1 chk.w -(A1), D6 | |
| 4da2 chk.w -(A2), D6 | |
| 4da3 chk.w -(A3), D6 | |
| 4da4 chk.w -(A4), D6 | |
| 4da5 chk.w -(A5), D6 | |
| 4da6 chk.w -(A6), D6 | |
| 4da7 chk.w -(A7), D6 | |
| 4da8 0123 chk.w ($123,A0), D6 | |
| 4da9 0123 chk.w ($123,A1), D6 | |
| 4daa 0123 chk.w ($123,A2), D6 | |
| 4dab 0123 chk.w ($123,A3), D6 | |
| 4dac 0123 chk.w ($123,A4), D6 | |
| 4dad 0123 chk.w ($123,A5), D6 | |
| 4dae 0123 chk.w ($123,A6), D6 | |
| 4daf 0123 chk.w ($123,A7), D6 | |
| 4db0 0123 4567 89ab cdef chk.w ([$4567,A0,D0.w],-$3211), D6 | |
| 4db1 0123 4567 89ab cdef chk.w ([$4567,A1,D0.w],-$3211), D6 | |
| 4db2 0123 4567 89ab cdef chk.w ([$4567,A2,D0.w],-$3211), D6 | |
| 4db3 0123 4567 89ab cdef chk.w ([$4567,A3,D0.w],-$3211), D6 | |
| 4db4 0123 4567 89ab cdef chk.w ([$4567,A4,D0.w],-$3211), D6 | |
| 4db5 0123 4567 89ab cdef chk.w ([$4567,A5,D0.w],-$3211), D6 | |
| 4db6 0123 4567 89ab cdef chk.w ([$4567,A6,D0.w],-$3211), D6 | |
| 4db7 0123 4567 89ab cdef chk.w ([$4567,A7,D0.w],-$3211), D6 | |
| 4db8 0123 chk.w $123.w, D6 | |
| 4db9 0123 4567 chk.w $1234567.l, D6 | |
| 4dba 0123 chk.w ($123,PC), D6; ($125) | |
| 4dbb 0123 4567 89ab cdef chk.w ([$4567,PC,D0.w],-$3211), D6 | |
| 4dbc 0123 chk.w #$123, D6 | |
| 4dd0 lea (A0), A6 | |
| 4dd1 lea (A1), A6 | |
| 4dd2 lea (A2), A6 | |
| 4dd3 lea (A3), A6 | |
| 4dd4 lea (A4), A6 | |
| 4dd5 lea (A5), A6 | |
| 4dd6 lea (A6), A6 | |
| 4dd7 lea (A7), A6 | |
| 4de8 0123 lea ($123,A0), A6 | |
| 4de9 0123 lea ($123,A1), A6 | |
| 4dea 0123 lea ($123,A2), A6 | |
| 4deb 0123 lea ($123,A3), A6 | |
| 4dec 0123 lea ($123,A4), A6 | |
| 4ded 0123 lea ($123,A5), A6 | |
| 4dee 0123 lea ($123,A6), A6 | |
| 4def 0123 lea ($123,A7), A6 | |
| 4df0 0123 4567 89ab cdef lea ([$4567,A0,D0.w],-$3211), A6 | |
| 4df1 0123 4567 89ab cdef lea ([$4567,A1,D0.w],-$3211), A6 | |
| 4df2 0123 4567 89ab cdef lea ([$4567,A2,D0.w],-$3211), A6 | |
| 4df3 0123 4567 89ab cdef lea ([$4567,A3,D0.w],-$3211), A6 | |
| 4df4 0123 4567 89ab cdef lea ([$4567,A4,D0.w],-$3211), A6 | |
| 4df5 0123 4567 89ab cdef lea ([$4567,A5,D0.w],-$3211), A6 | |
| 4df6 0123 4567 89ab cdef lea ([$4567,A6,D0.w],-$3211), A6 | |
| 4df7 0123 4567 89ab cdef lea ([$4567,A7,D0.w],-$3211), A6 | |
| 4df8 0123 lea $123.w, A6 | |
| 4df9 0123 4567 lea $1234567.l, A6 | |
| 4dfa 0123 lea ($123,PC), A6; ($125) | |
| 4dfb 0123 4567 89ab cdef lea ([$4567,PC,D0.w],-$3211), A6 | |
| 4e40 trap #$0 | |
| 4e41 trap #$1 | |
| 4e42 trap #$2 | |
| 4e43 trap #$3 | |
| 4e44 trap #$4 | |
| 4e45 trap #$5 | |
| 4e46 trap #$6 | |
| 4e47 trap #$7 | |
| 4e48 trap #$8 | |
| 4e49 trap #$9 | |
| 4e4a trap #$a | |
| 4e4b trap #$b | |
| 4e4c trap #$c | |
| 4e4d trap #$d | |
| 4e4e trap #$e | |
| 4e4f trap #$f | |
| 4e50 0123 link A0, #$123 | |
| 4e51 0123 link A1, #$123 | |
| 4e52 0123 link A2, #$123 | |
| 4e53 0123 link A3, #$123 | |
| 4e54 0123 link A4, #$123 | |
| 4e55 0123 link A5, #$123 | |
| 4e56 0123 link A6, #$123 | |
| 4e57 0123 link A7, #$123 | |
| 4e58 unlk A0 | |
| 4e59 unlk A1 | |
| 4e5a unlk A2 | |
| 4e5b unlk A3 | |
| 4e5c unlk A4 | |
| 4e5d unlk A5 | |
| 4e5e unlk A6 | |
| 4e5f unlk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment