home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols200 / vol224 / profile.h < prev    next >
Text File  |  1986-02-12  |  151b  |  7 lines

  1. #asm
  2. ;    exported symbols
  3. GLOBAL CCREGIS        ;entering a new function
  4. GLOBAL CCLEAVI        ;returning from a function
  5. GLOBAL CCCALLS        ;print the profile
  6. #endasm
  7.