home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
vbcc
/
machines
/
amiga68k
/
libsrc
/
math
/
math_ieee
/
fabs.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-24
|
159 b
|
11 lines
xref _MathIeeeDoubBasBase
xdef _fabs
_fabs:
movem.l 4(sp),d0-d1
move.l a6,-(sp)
move.l _MathIeeeDoubBasBase,a6
jsr -54(a6)
move.l (sp)+,a6
rts