home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Reference
/
DevCon
/
Washington_1988
/
DevCon88.3
/
IEEE
/
src
/
div0
/
aztec
/
cxd.asm
next >
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
|
1992-08-27
|
185 b
|
18 lines
xref _MathIeeeDoubBasBase
xref _LVOIEEEDPDiv
csect text
xdef _CXD55
_CXD55:
move.l a6,-(sp)
move.l _MathIeeeDoubBasBase,a6
jsr _LVOIEEEDPDiv(a6)
move.l (sp)+,a6
rts
end