home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
BarflyAssemblerUpdate1,09.LHA
/
Barfly
/
Source_Debug
/
StackUnderflowTest.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
|
118 b
|
8 lines
;This example is there to test the out of Taskstack
;check.
move.l a7,d1
lea.l $200.w,a7
move.l d1,a7
rts