Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | cpu 68340 |
2 | supmode on |
||
3 | include reg683xx.inc |
||
4 | page 0 |
||
5 | |||
6 | lpstop #$55aa |
||
7 | |||
8 | link a6,#10 |
||
9 | link.l a6,#10 |
||
10 | |||
11 | bgnd |
||
12 | |||
13 | Test1 tbls.b (a4),d5 |
||
14 | Test2: tbls.w 30(a6),d1 |
||
15 | Test3: tbls.l 20(a4,d5*1),d6 |
||
16 | Test4: tblsn.b (a4),d5 |
||
17 | tblsn.w 30(a6),d1 |
||
18 | tblsn.l 20(a4,d5*1),d6 |
||
19 | tblu.b (a4),d5 |
||
20 | tblu.w 30(a6),d1 |
||
21 | tblu.l 20(a4,d5*1),d6 |
||
22 | tblun.b (a4),d5 |
||
23 | tblun.w 30(a6),d1 |
||
24 | tblun.l 20(a4,d5*1),d6 |
||
25 | |||
26 | tbls.b d1:d2,d3 |
||
27 | tbls.w d2:d3,d4 |
||
28 | tbls.l d3:d4,d5 |
||
29 | tblsn.b d1:d2,d3 |
||
30 | tblsn.w d2:d3,d4 |
||
31 | tblsn.l d3:d4,d5 |
||
32 | tblu.b d1:d2,d3 |
||
33 | tblu.w d2:d3,d4 |
||
34 | tblu.l d3:d4,d5 |
||
35 | tblun.b d1:d2,d3 |
||
36 | tblun.w d2:d3,d4 |
||
37 | tblun.l d3:d4,d5 |
||
38 | |||
39 | move.l (d0.l),d0 |