home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / CODEXASSEMBLERDEVSYSV1.1.DMS / in.adf / include / libraries / translator.i < prev   
Encoding:
Text File  |  1988-09-19  |  545 b   |  16 lines

  1.    IFND  LIBRARIES_TRANSLATOR_I
  2. LIBRARIES_TRANSLATOR_I  SET   1
  3. ********************************************************************
  4. *               Commodore-Amiga, Inc.                              *
  5. *               translator.i                                       *
  6. ********************************************************************
  7.  
  8.  
  9. *     ;------  Translator error codes
  10. TR_NotUsed  EQU   -1    ;This is an often used system rc
  11. TR_NoMem    EQU   -2    ;Can't allocate memory
  12. TR_MakeBad  EQU   -4    ;Error in MakeLibrary call
  13.  
  14.  
  15.    ENDC
  16.