home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
545a.lha
/
PowerVisor_v1.0
/
Source.LZH
/
Source
/
stackovf.asm
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1991-08-07
|
128 b
|
12 lines
Again:
movem.l d0-d7/a0-a6,-(a7)
moveq #20,d1
2$ move.l #30000,d0
1$ nop
dbra d0,1$
dbra d1,2$
bsr Again
END