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

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** LT_Build ram interface
  3.     XREF    _GTLayoutBase
  4.     SECTION    gtlayout,code
  5.     XDEF    _LT_Build
  6. _LT_Build:
  7.         move.l    a6,-(sp)
  8.         move.l    _GTLayoutBase,a6
  9.         lea    8(sp),a1
  10.         move.l    (a1)+,a0
  11.         jsr    -204(a6)
  12.         move.l    (sp)+,a6
  13.         rts
  14.     END
  15.