home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / vbcc / machines / amiga68k / libsrc / math / math_ieee / negl.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  166 b   |  11 lines

  1.  xref _MathIeeeSingBasBase
  2.  
  3.  xdef __ieeenegl
  4. __ieeenegl:
  5.  move.l  4(sp),d0
  6.  move.l  a6,-(sp)
  7.  move.l  _MathIeeeSingBasBase,a6
  8.  jsr     -60(a6)
  9.  move.l  (sp)+,a6
  10.  rts
  11.