home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / internet / Term / Extras / Source / term-source.lha / Glue / NameDevUnit.asm < prev    next >
Encoding:
Assembly Source File  |  1996-10-20  |  282 b   |  15 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** NameDevUnit ram interface
  3.     XREF    _OwnDevUnitBase
  4.     SECTION    OwnDevUnit,code
  5.     XDEF    _NameDevUnit
  6. _NameDevUnit:
  7.         move.l    a6,-(sp)
  8.         move.l    _OwnDevUnitBase,a6
  9.         move.l    8(sp),a0
  10.         movem.l    12(sp),d0/a1
  11.         jsr    -48(a6)
  12.         move.l    (sp)+,a6
  13.         rts
  14.     END
  15.