home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / PDP-8 Emulator / Source Code / Assembler / CodeHelp.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  322 b   |  12 lines  |  [TEXT/KAHL]

  1.  
  2. /* CodeHelp.c */
  3. opcode getOpcode(char *);
  4. void makeMemoryInstruction(opcode, rBlock, pHandle);
  5. addressType evaluateAddress(pHandle, char *);
  6. wordType evaluateValue(pHandle, char *);
  7. wordType evaluatePart(pHandle, char *);
  8. wordType htoi(char *);
  9. wordType otoi(char *);
  10. short thisPage(pHandle);
  11. short pageOf(addressType);
  12.