home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: AssemPro For Development Amiga Driver / Lowe_AssemProForDevelopmentAmigaDriver.adf / Includes / AMIGA_SLABEL.ASM < prev    next >
Encoding:
Assembly Source File  |  1987-10-07  |  270 b   |  28 lines

  1.  
  2. ;This Program creates the library Amiga.L:
  3.  
  4.  INCLUDE "Includes/Amiga.ASM"
  5.  
  6.  SLABEL ":Includes/Amiga.L"
  7.  
  8. ;Constants:
  9.  
  10.  _LVOFindTask
  11.  _LVOWaitPort
  12.  _LVOGetMsg
  13.  _LVOReplyMsg
  14.  _LVOForbid
  15.  PR_CLI
  16.  PR_MsgPort
  17.  
  18. ;Macros:
  19.  
  20.  CALLSYS
  21.  LINKSYS
  22.  INIT_AMIGA
  23.  EXIT_AMIGA
  24.  
  25.  ENDS
  26.  
  27.  END
  28.