home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / PC_V11_B.LZH / DEMO_ASS / DEMO_ASS / C_ASM.PRJ < prev    next >
Text File  |  1991-08-02  |  430b  |  16 lines

  1. ; Das Projekt C_ASM zeigt, wie eine Assemblerroutine aus einem C-Programm
  2. ; aufgerufen werden kann. Die Assemblerroutine ruft wiederum eine
  3. ; C-Funktion sowie eine Pure C - Bibliotheksfunktion auf.
  4.  
  5. c_asm.tos
  6.  
  7. =
  8.  
  9. pcstart.o                       ; pure c startup
  10.  
  11. c_asm_c.c                       ; main module ( includes main-funktion )
  12. c_asm_s.s                       ; assembler module
  13.  
  14. pcfltlib.lib
  15. pcstdlib.lib
  16.