home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 432b.lha / CClib.library_V3.0 / con / con.lzh / lclibcon.i < prev    next >
Text File  |  1989-09-28  |  179b  |  13 lines

  1. ; -------- Macro for Lattice Assembler -----
  2. CCLIBREF macro
  3.    xref _CCLibBase
  4.    section text,code
  5.    xdef  _\1
  6. _\1:
  7.    move.l   _CCLibBase,a6
  8.    jmp        \2(a6)
  9.    end
  10.    endm
  11.  
  12.  
  13.