home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / as_1 / source_h_help_cpu < prev    next >
Encoding:
C/C++ Source or Header  |  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.