home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Source Code / Assembler / Assemble.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  101 b   |  6 lines  |  [TEXT/KAHL]

  1.  
  2. /* Assemble.c */
  3. pHandle newProgram(void);
  4. void disposeProgram(pHandle);
  5. void pass(pHandle, short);
  6.