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:
Assembly Source File  |  1992-08-27  |  185 b   |  18 lines

  1.  
  2.  
  3.     xref    _MathIeeeDoubBasBase
  4.     xref    _LVOIEEEDPDiv
  5.  
  6.  
  7.     csect    text
  8.  
  9.     xdef    _CXD55
  10. _CXD55:
  11.     move.l    a6,-(sp)
  12.     move.l    _MathIeeeDoubBasBase,a6
  13.     jsr    _LVOIEEEDPDiv(a6)
  14.     move.l    (sp)+,a6
  15.     rts
  16.  
  17.     end
  18.