Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  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
  11.