home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-09-13 | 322 b | 12 lines | [TEXT/KAHL] |
-
- /* CodeHelp.c */
- opcode getOpcode(char *);
- void makeMemoryInstruction(opcode, rBlock, pHandle);
- addressType evaluateAddress(pHandle, char *);
- wordType evaluateValue(pHandle, char *);
- wordType evaluatePart(pHandle, char *);
- wordType htoi(char *);
- wordType otoi(char *);
- short thisPage(pHandle);
- short pageOf(addressType);
-