home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 346_02 / m16ext.c < prev    next >
C/C++ Source or Header  |  1991-02-10  |  272b  |  19 lines

  1. /* M16EXT:C */
  2.  
  3. /*
  4.  * (C) Copyright 1991
  5.  * All Rights Reserved
  6.  *
  7.  * Alan R. Baldwin
  8.  * 721 Berkeley St.
  9.  * Kent, Ohio  44240
  10.  */
  11.  
  12. #include <stdio.h>
  13. #include <setjmp.h>
  14. #include "asm.h"
  15.  
  16. char    *cpu    = "Motorola 68HC16";
  17. char    *dsft    = "ASM";
  18. int    hilo    = 1;
  19.