home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / un / funasp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  147 b   |  12 lines

  1. #include "icmun.h"
  2.  
  3. void fun_asp ()
  4. {
  5.     char
  6.         val;
  7.  
  8.     val = getopcode (infile);
  9.     dumpchar (val);
  10.     printf ("add sp, %u\n", val);
  11. }
  12.