Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
        page    0
2
 
3
        cpu     mcf51qm
4
 
5
        org     $12346
6
        move.l  (beans,a1),d0
7
        move.l  beans(a1),d0
8
        move.l  (beans,a1,d1.l*2),d0
9
        move.l  beans(a1,d1.l*2),d0
10
beans   equ     -10