home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / BarflyAssemblerUpdate1,09.LHA / Barfly / Source_Debug / SnoopMemTest.S < prev    next >
Encoding:
Text File  |  1993-03-20  |  201 b   |  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.