home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / as / src / h / help_cpu < prev    next >
Encoding:
Text File  |  1992-07-20  |  137 b   |  13 lines

  1.  
  2. /*
  3.  * help_cpu.h
  4.  * Copyright © 1992 Niklas Röjemo
  5.  */
  6.  
  7. #ifndef _help_cpu_h
  8. #define _help_cpu_h
  9.  
  10. int help_cpuImm8s4(int value);
  11.  
  12. #endif
  13.