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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-03-20
|
201 b
|
12 lines
;This example can be used to see the SnoopMemory window
;reporting the memory actions
move.l 4.w,a6
move.l #$10,d0
move.l #$10001,d1
jsr -198(a6)
move.l d0,a1
move.l #$10,d0
jsr -210(a6)
rts