ca04fd111b789f9d20c375540e371b26a51097c6
[fw/sdcc] / as / mcs51 / i51ext.c
1 /* i51ext.c */
2
3 /*
4  * (C) Copyright 1989,1990
5  * All Rights Reserved
6  *
7  * Alan R. Baldwin
8  * 721 Berkeley St.
9  * Kent, Ohio  44240
10  *
11  * Ported from 8085 to 8051 by John Hartman 30-Apr-1995
12  */
13
14 #include <stdio.h>
15 #include <setjmp.h>
16 #include "asm.h"
17 #include "i8051.h"
18
19 char    *cpu    = "Intel 8051";
20 int     hilo    = 1;
21 char    *dsft   = "ASM";