home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / Source_Debug / SnoopMemTest.S < prev    next >
Text File  |  1993-03-21  |  201b  |  12 lines

  1. ;This example can be used to see the SnoopMemory window 
  2. ;reporting the memory actions
  3.     move.l    4.w,a6
  4.     move.l    #$10,d0
  5.     move.l    #$10001,d1
  6.     jsr    -198(a6)
  7.     move.l    d0,a1
  8.     move.l    #$10,d0
  9.     jsr    -210(a6)
  10.     rts
  11.  
  12.