home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff353.lzh / AztecArp / Glue / GetDevInfo.asm < prev    next >
Assembly Source File  |  1990-06-02  |  172b  |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _GetDevInfo
  5.  
  6. _GetDevInfo:
  7.     movem.l    a6/a2,-(sp)
  8.     move.l    _ArpBase,a6
  9.     move.l    12(sp),a2
  10.     jsr    -366(a6)
  11.     movem.l    (sp)+,a6/a2
  12.     rts
  13.  
  14.     end
  15.