home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
GCC
/
GERLIB_DEV08B.LHA
/
gerlib
/
Bonus
/
normal
/
finite.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-12-12
|
172 b
|
17 lines
#NO_APP
gcc2_compiled.:
.text
.even
.globl _finite
_finite:
movew sp@(4),d0
andw #32752,d0
cmpw #32752,d0
sne d0
extw d0
movew d0,a0
movel a0,d0
negl d0
rts
nop