Atmel T89C51RD2 support added
[fw/sdcc] / device / include / mcs51reg.h
index 280f6bd13af9efd948f7d20a5e2191c534068915..f5092e268736cae3d334bd836d4fb0d0cb18cf8a 100644 (file)
@@ -34,9 +34,9 @@
 
    Version 1.0.2 (Nov 6, 2000)
    T2CON bug corrected 8052 and SABX microcontrollers have different T2CONs
 
    Version 1.0.2 (Nov 6, 2000)
    T2CON bug corrected 8052 and SABX microcontrollers have different T2CONs
-   Support for for the Atmel AT89C52, AT80LV52, AT89C55, AT80LV55
-   Support for the Dallas DS80C320 and DS80C323 microcontrollers
-   microcontrollers - B. Torok / bela.torok@kssg.ch
+   Support for the Atmel AT89C52, AT80LV52, AT89C55, AT80LV55
+   Support for the Dallas DS80C320 and DS80C323
+   B. Torok / bela.torok@kssg.ch
 
    Version 1.0.3 (Nov 7, 2000)
    SAB80517 definitions added by Michael Schmitt / michael.schmitt@t-online.de
 
    Version 1.0.3 (Nov 7, 2000)
    SAB80517 definitions added by Michael Schmitt / michael.schmitt@t-online.de
    Version 1.0.5 (Dec 15, 2000)
    Definitions added: #ifdef MCS51REG_EXTERNAL_ROM
                       #ifdef MCS51REG_EXTERNAL_RAM
    Version 1.0.5 (Dec 15, 2000)
    Definitions added: #ifdef MCS51REG_EXTERNAL_ROM
                       #ifdef MCS51REG_EXTERNAL_RAM
-                      #ifdef MCS51REG_DISABLE_WARNINGS
+                      #ifndef MCS51REG_DISABLE_WARNINGS
+
+
+   Version 1.0.6 (March 10, 2001)
+   Support for the Dallas DS5000 & DS2250
+   Support for the Dallas DS5001 & DS2251
+   Support for the Dallas DS80C390
+   microcontrollers - B. Torok / bela.torok@kssg.ch
+
+   Version 1.0.7 (June 7, 2001)
+   #ifndef MCS51REG_DISABLE_WARNINGS removed
+   #ifdef MCS51REG_DISABLE_WARNINGS added - B. Torok / bela.torok@kssg.ch
+   Support for the Philips P80C552 added - Bernhard Held / Bernhard.Held@otelo-online.de
+
+   Version 1.0.8 (Feb 28, 2002)
+   Dallas DS89C420 definitions corrected by B. Torok / bela.torok@kssg.ch
+   Revised by lanius@ewetel.net
 
 
-   Version 1.0.6 (Dec 15, 2000)
-   Correction, if External Memory (RAM or ROM) ist used P2 is used for the
-   upper 8 Adressbits instead of P3
+   Version 1.0.9 (Sept 9, 2002)
+   Register declarations for the Atmel T89C51RD2 added by Johannes Hoelzl / johannes.hoelzl@gmx.de
 
    Adding support for additional microcontrollers:
    -----------------------------------------------
 
    Adding support for additional microcontrollers:
    -----------------------------------------------
@@ -71,7 +86,7 @@
           a. An entry with the inventory of the register set of the
              microcontroller in the  "Describe microcontrollers" section.
 
           a. An entry with the inventory of the register set of the
              microcontroller in the  "Describe microcontrollers" section.
 
-          b. If necessary add entry(s) in for registers not defined in this file
+          b. If necessary add entry(s) for registers not defined in this file
 
           c. Define interrupt vectors
 
 
           c. Define interrupt vectors
 
    MICROCONTROLLER_AT89S53      Atmel AT89S53 microcontroller
    MICROCONTROLLER_AT89X52      Atmel AT89C52 and AT80LV52 microcontrollers
    MICROCONTROLLER_AT89X55      Atmel AT89C55 and AT80LV55 microcontrollers
    MICROCONTROLLER_AT89S53      Atmel AT89S53 microcontroller
    MICROCONTROLLER_AT89X52      Atmel AT89C52 and AT80LV52 microcontrollers
    MICROCONTROLLER_AT89X55      Atmel AT89C55 and AT80LV55 microcontrollers
+   MICROCONTROLLER_DS5000       Dallas DS5000 & DS2250 microcontroller
+   MICROCONTROLLER_DS5001       Dallas DS5001 & DS2251 microcontroller
    MICROCONTROLLER_DS80C32X     Dallas DS80C320 and DS80C323 microcontrollers
    MICROCONTROLLER_DS80C32X     Dallas DS80C320 and DS80C323 microcontrollers
+   MICROCONTROLLER_DS80C390     Dallas DS80C390 microcontroller
    MICROCONTROLLER_DS89C420     Dallas DS89C420 microcontroller
    MICROCONTROLLER_DS8XC520     Dallas DS87C520 and DS83C520 microcontrollers
    MICROCONTROLLER_DS89C420     Dallas DS89C420 microcontroller
    MICROCONTROLLER_DS8XC520     Dallas DS87C520 and DS83C520 microcontrollers
+   MICROCONTROLLER_P80C552      Philips P80C552
    MICROCONTROLLER_SAB80515     Infineon / Siemens SAB80515 & SAB80535
    MICROCONTROLLER_SAB80515A    Infineon / Siemens SAB80515A
    MICROCONTROLLER_SAB80517     Infineon / Siemens SAB80517
    MICROCONTROLLER_SAB80515     Infineon / Siemens SAB80515 & SAB80535
    MICROCONTROLLER_SAB80515A    Infineon / Siemens SAB80515A
    MICROCONTROLLER_SAB80517     Infineon / Siemens SAB80517
+   MICROCONTROLLER_T89C51RD2    Atmel T89C51RD2
 
    Additional definitions (use them prior the #include mcs51reg.h statement):
 
 
    Additional definitions (use them prior the #include mcs51reg.h statement):
 
    Use statement "#define MCS51REG_EXTERNAL_RAM" to undefine P0, P2,
    P3_6, WR, P3_7 & RD.
 
    Use statement "#define MCS51REG_EXTERNAL_RAM" to undefine P0, P2,
    P3_6, WR, P3_7 & RD.
 
-   #define MCS51REG_DISABLE_WARNINGS -> disables warnings
+   #define MCS51REG_ENABLE_WARNINGS -> enable warnings
 
 -----------------------------------------------------------------------*/
 
 
 -----------------------------------------------------------------------*/
 
 ///////////////////////////////////////////////////////
 ///  Insert header here (for developers only)       ///
 ///  remove "//" from the begining of the next line ///
 ///////////////////////////////////////////////////////
 ///  Insert header here (for developers only)       ///
 ///  remove "//" from the begining of the next line ///
-//#include "mcs51reg_update.h"                      ///
+//#include "mcs51reg_update.h"                      ///
 ///////////////////////////////////////////////////////
 
 //////////////////////////////////
 ///////////////////////////////////////////////////////
 
 //////////////////////////////////
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: 8051
 #endif
 #define P0
 #warning Selected HW: 8051
 #endif
 #define P0
 #define P2
 #define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #define P3
 #define P2
 #define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__x__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__x__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: 8052
 #endif
 // 8051 register set
 #warning Selected HW: 8052
 #endif
 // 8051 register set
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__PT2__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__PT2__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Atmel AT89Cx051
 #endif
 // 8051 register set without P0 & P2
 #warning Selected HW: Atmel AT89Cx051
 #endif
 // 8051 register set without P0 & P2
 #define SBUF
 #define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #define P3
 #define SBUF
 #define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__x__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__x__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: AT89S53
 #endif
 // 8051 register set
 #warning Selected HW: AT89S53
 #endif
 // 8051 register set
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__PT2__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__PT2__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 #define TL2
 #define TH2
 // AT89S53 specific register
 #define TL2
 #define TH2
 // AT89S53 specific register
-#define T2MOD
+#define T2MOD__x__x__x__x__x__x__T2OE__DCEN
 #define P1_EXT__x__x__x__x__x__x__T2EX__T2
 #define SPCR
 #define SPDR
 #define P1_EXT__x__x__x__x__x__x__T2EX__T2
 #define SPCR
 #define SPDR
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: AT89C52 or AT89LV52
 #endif
 // 8051 register set
 #warning Selected HW: AT89C52 or AT89LV52
 #endif
 // 8051 register set
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__PT2__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__PT2__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 #define TL2
 #define TH2
 // AT89X55 specific register
 #define TL2
 #define TH2
 // AT89X55 specific register
-#define T2MOD
+#define T2MOD__x__x__x__x__x__x__T2OE__DCEN
 #define P1_EXT__x__x__x__x__x__x__T2EX__T2
 #endif
 // end of definitions for the Atmel AT89C52 and AT89LV52 microcontrollers
 #define P1_EXT__x__x__x__x__x__x__T2EX__T2
 #endif
 // end of definitions for the Atmel AT89C52 and AT89LV52 microcontrollers
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: AT89C55 or AT89LV55
 #endif
 // 8051 register set
 #warning Selected HW: AT89C55 or AT89LV55
 #endif
 // 8051 register set
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
 #define P2
 #define IE__EA__x__ET2__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__PT2__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__PT2__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 #define TL2
 #define TH2
 // AT89X55 specific register
 #define TL2
 #define TH2
 // AT89X55 specific register
-#define T2MOD
+#define T2MOD__x__x__x__x__x__x__T2OE__DCEN
 #define P1_EXT__x__x__x__x__x__x__T2EX__T2
 #endif
 // end of definitions for the Atmel AT89C55 and AT89LV55 microcontrollers
 
 
 #define P1_EXT__x__x__x__x__x__x__T2EX__T2
 #endif
 // end of definitions for the Atmel AT89C55 and AT89LV55 microcontrollers
 
 
+// definitions for the Dallas DS5000
+#ifdef MICROCONTROLLER_DS5000
+#ifdef MICROCONTROLLER_DEFINED
+#define MCS51REG_ERROR
+#endif
+#ifndef MICROCONTROLLER_DEFINED
+#define MICROCONTROLLER_DEFINED
+#endif
+#ifdef MCS51REG_ENABLE_WARNINGS
+#warning Selected HW: DS5000
+#endif
+#define P0
+#define SP
+#define DPL
+#define DPH
+#define PCON__SMOD__POR__PFW__WTR__EPFW__EWT__STOP__IDL
+#define TCON
+#define TMOD
+#define TL0
+#define TL1
+#define TH0
+#define TH1
+#define P1
+#define SCON
+#define SBUF
+#define P2
+#define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
+#define P3
+#define IP__RWT__x__x__PS__PT1__PX1__PT0__PX0
+#define MCON__SL__PAA__ECE2__RA32_8__PA0__PA1__PA2__PA3
+#define TA
+#define PSW
+#define ACC
+#define B
+#endif
+// end of definitions for the Dallas DS5000
+
+
+// definitions for the Dallas DS5001
+#ifdef MICROCONTROLLER_DS5001
+#ifdef MICROCONTROLLER_DEFINED
+#define MCS51REG_ERROR
+#endif
+#ifndef MICROCONTROLLER_DEFINED
+#define MICROCONTROLLER_DEFINED
+#endif
+#ifdef MCS51REG_ENABLE_WARNINGS
+#warning Selected HW: DS5001
+#endif
+#define P0
+#define SP
+#define DPL
+#define DPH
+#define PCON__SMOD__POR__PFW__WTR__EPFW__EWT__STOP__IDL
+#define TCON
+#define TMOD
+#define TL0
+#define TL1
+#define TH0
+#define TH1
+#define P1
+#define SCON
+#define SBUF
+#define P2
+#define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
+#define P3
+#define IP__RWT__x__x__PS__PT1__PX1__PT0__PX0
+#define CRC
+#define CRCLOW
+#define CRCHIGH
+#define MCON__PA3__PA2__PA1__PA0__RG1__PES__PM__SL
+#define TA
+#define RNR
+#define PSW
+#define RPCTL
+#define STATUS__ST7__ST6__ST5__ST4__IA0__F0__IBF__OBF
+#define ACC
+#define B
+#endif
+// end of definitions for the Dallas DS5001
+
+
 // definitions for the Dallas DS80C320 and DS80C323 microcontrollers
 #ifdef MICROCONTROLLER_DS80C32X
 #ifdef MICROCONTROLLER_DEFINED
 // definitions for the Dallas DS80C320 and DS80C323 microcontrollers
 #ifdef MICROCONTROLLER_DS80C32X
 #ifdef MICROCONTROLLER_DEFINED
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Dallas DS80C320 or DS80C323
 #endif
 // 8051 register set
 #warning Selected HW: Dallas DS80C320 or DS80C323
 #endif
 // 8051 register set
 #define TH1
 #define P1
 #define SCON
 #define TH1
 #define P1
 #define SCON
+#define SCON0
 #define SBUF
 #define P2
 #define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #define SBUF
 #define P2
 #define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #define DPL1
 #define DPH1
 #define DPS__x__x__x__x__x__x__x__SEL
 #define DPL1
 #define DPH1
 #define DPS__x__x__x__x__x__x__x__SEL
-#define CKCON
+#define CKCON__WD1__WD0__T2M__T1M__TOM__MD2__MD1__MD0
 #define EXIF__IE5__IE4__IE3__IE2__x__RGMD__RGSL__BGS
 #define SADDR0
 #define SADDR1
 #define EXIF__IE5__IE4__IE3__IE2__x__RGMD__RGSL__BGS
 #define SADDR0
 #define SADDR1
 #define SBUF1
 #define STATUS__PIP__HIP__LIP__x__x__x__x__x
 #define TA
 #define SBUF1
 #define STATUS__PIP__HIP__LIP__x__x__x__x__x
 #define TA
-#define T2MOD
+#define T2MOD__x__x__x__x__x__x__T2OE__DCEN
 #define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
 #define WDCON
 #define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
 #define WDCON
-#define EIE
-#define EIP
+#define EIE__x__x__x__EWDI__EX5__EX4__EX3__EX2
+#define EIP__x__x__x__PWDI__PX5__PX4__PX3__PX2
 #endif
 // end of definitions for the Dallas DS80C320 and DS80C323 microcontrollers
 
 
 #endif
 // end of definitions for the Dallas DS80C320 and DS80C323 microcontrollers
 
 
+// definitions for the Dallas DS80C390
+#ifdef MICROCONTROLLER_DS80C390
+#ifdef MICROCONTROLLER_DEFINED
+#define MCS51REG_ERROR
+#endif
+#ifndef MICROCONTROLLER_DEFINED
+#define MICROCONTROLLER_DEFINED
+#endif
+#ifdef MCS51REG_ENABLE_WARNINGS
+#warning Selected HW: Dallas DS80C390
+#endif
+// 8051 register set
+#define P0
+#define SP
+#define DPL
+#define DPH
+#define PCON__SMOD__SMOD0__OFDF__OFDE__GF1__GF0__STOP__IDLE
+#define TCON
+#define TMOD
+#define TL0
+#define TL1
+#define TH0
+#define TH1
+#define P1
+#define SCON
+#define SCON0
+#define SBUF
+#define P2
+#define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
+#define P3
+#define IP__x__PS1__PT2__PS__PT1_PX1__PT0__PX0
+#define PSW
+#define ACC
+#define B
+// 8052 specific registers
+#define T2CON__TF2__EXF2__RCLK__TCLK__EXEN2__TR2__C_T2__CP_RL2
+#define RCAP2L
+#define RCAP2H
+#define TL2
+#define TH2
+// DS80C390 specific register
+#define P4_AT_0X80
+#define DPL1
+#define DPH1
+#define DPS__ID1__ID0__TSL__x__x__x__x__SEL
+#define CKCON__WD1__WD0__T2M__T1M__TOM__MD2__MD1__MD0
+#define EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
+#define P4CNT
+#define DPX
+#define DPX1
+#define C0RMS0
+#define C0RMS1
+#define ESP
+#define AP
+#define ACON__x__x__x__x__x__SA__AM1__AM0
+#define C0TMA0
+#define C0TMA1
+#define P5_AT_0XA1
+#define P5CNT
+#define C0C
+#define C0S
+#define C0IR
+#define C0TE
+#define C0RE
+#define SADDR0
+#define SADDR1
+#define C0M1C
+#define C0M2C
+#define C0M3C
+#define C0M4C
+#define C0M5C
+#define C0M6C
+#define C0M7C
+#define C0M8C
+#define C0M9C
+#define C0M10C
+#define SADEN0
+#define SADEN1
+#define C0M11C
+#define C0M12C
+#define C0M13C
+#define C0M14C
+#define C0M15C
+#define SCON1
+#define SBUF1
+#define PMR__CD1__CD0__SWB__CTM__4X_2X__ALEOFF__x__x
+#define STATUS__PIP__HIP__LIP__x__SPTA1__SPRA1__SPTA0__SPRA0
+#define MCON__IDM1__IDM0__CMA__x__PDCE3__PDCE2__PDCE1__PDCE0
+#define TA
+#define T2MOD__x__x__x__D13T1__D13T2__x__T2OE__DCEN
+#define COR
+#define MCNT0
+#define MCNT1
+#define MA
+#define MB
+#define MC
+#define C1RSM0
+#define C1RSM1
+#define WDCON
+#define C1TMA0
+#define C1TMA1
+#define C1C
+#define C1S
+#define C1IR
+#define C1TE
+#define C1RE
+#define EIE__CANBIE__C0IE__C1IE__EWDI__EX5__EX4__EX3__EX2
+#define MXMAX
+#define C1M1C
+#define C1M2C
+#define C1M3C
+#define C1M4C
+#define C1M5C
+#define C1M6C
+#define C1M7C
+#define C1M8C
+#define C1M9C
+#define EIP__CANBIP__C0IP__C1IP__PWDI__PX5__PX4__PX3__PX2__PX1__PX0
+#define C1M10C
+#define C1M11C
+#define C1M12C
+#define C1M13C
+#define C1M14C
+#define C1M15C
+#define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
+#endif
+// end of definitions for the Dallas DS80C390
+
 // definitions for the Dallas DS89C420 microcontroller
 #ifdef MICROCONTROLLER_DS89C420
 #ifdef MICROCONTROLLER_DEFINED
 // definitions for the Dallas DS89C420 microcontroller
 #ifdef MICROCONTROLLER_DS89C420
 #ifdef MICROCONTROLLER_DEFINED
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Dallas DS89C420
 #endif
 // 8051 register set
 #warning Selected HW: Dallas DS89C420
 #endif
 // 8051 register set
 #define TH1
 #define P1
 #define SCON
 #define TH1
 #define P1
 #define SCON
+#define SCON0
 #define SBUF
 #define P2
 #define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #define SBUF
 #define P2
 #define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #define RCAP2H
 #define TL2
 #define TH2
 #define RCAP2H
 #define TL2
 #define TH2
-// DS8XC520 specific registers
-#define ACON
+// DS8XC420 specific registers
+#define ACON__PAGEE__PAGES1__PAGES0__x__x__x__x__x
 #define DPL1
 #define DPH1
 #define DPS__ID1__ID0__TSL__AID__x__x__x__SEL
 #define DPL1
 #define DPH1
 #define DPS__ID1__ID0__TSL__AID__x__x__x__SEL
-#define CKCON
+#define CKCON__WD1__WD0__T2M__T1M__TOM__MD2__MD1__MD0
 #define CKMOD
 #define IP0__x__LPS1__LPT2__LPS0__LPT1__LPX1__LPT0__LPX0
 #define IP1__x__MPS1__MPT2__MPS0__MPT1__MPX1__MPT0__MPX0
 #define EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
 #define CKMOD
 #define IP0__x__LPS1__LPT2__LPS0__LPT1__LPX1__LPT0__LPX0
 #define IP1__x__MPS1__MPT2__MPS0__MPT1__MPX1__MPT0__MPX0
 #define EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
-#define PMR
+#define PMR__CD1__CD0__SWB__CTM__4X_2X__ALEON__DME1__DME0
 #define SADDR0
 #define SADDR1
 #define SADEN0
 #define SADEN1
 #define SCON1
 #define SBUF1
 #define SADDR0
 #define SADDR1
 #define SADEN0
 #define SADEN1
 #define SCON1
 #define SBUF1
-#define STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
+#define STATUS__PIS2__PIS1__PIS0__x__SPTA1__SPRA1__SPTA0__SPRA0
 #define TA
 #define TA
-#define T2MOD
+#define T2MOD__x__x__x__x__x__x__T2OE__DCEN
 #define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
 #define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
+#define ROMSIZE__x__x__x__x__PRAME__RMS2__RMS1__RMS0
 #define WDCON
 #define WDCON
-#define ROMSIZE__HBPF__BPF__TE__MOVCX__PRAME__RMS2__RMS1__RMS0
-#define WDCON
-#define EIE
-#define EIP
+#define EIE__x__x__x__EWDI__EX5__EX4__EX3__EX2
+#define EIP0__x__x__x__LPWDI__LPX5__LPX4__LPX3__LPX2
+#define EIP1__x__x__x__MPWDI__MPX5__MPX4__MPX3__MPX2
+#define FCNTL__FBUSY__FERR__x__x__FC3__FC2__FC1__FC0
 #endif
 // end of definitions for the Dallas DS89C420 microcontroller
 
 #endif
 // end of definitions for the Dallas DS89C420 microcontroller
 
-
 // definitions for the Dallas DS87C520 and DS83C520 microcontrollers
 #ifdef MICROCONTROLLER_DS8XC520
 #ifdef MICROCONTROLLER_DEFINED
 // definitions for the Dallas DS87C520 and DS83C520 microcontrollers
 #ifdef MICROCONTROLLER_DS8XC520
 #ifdef MICROCONTROLLER_DEFINED
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Dallas DS87C520 or DS85C520
 #endif
 // 8051 register set
 #warning Selected HW: Dallas DS87C520 or DS85C520
 #endif
 // 8051 register set
 #define TH1
 #define P1
 #define SCON
 #define TH1
 #define P1
 #define SCON
+#define SCON0
 #define SBUF
 #define P2
 #define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #define SBUF
 #define P2
 #define IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #define DPL1
 #define DPH1
 #define DPS__x__x__x__x__x__x__x__SEL
 #define DPL1
 #define DPH1
 #define DPS__x__x__x__x__x__x__x__SEL
-#define CKCON
+#define CKCON__WD1__WD0__T2M__T1M__TOM__MD2__MD1__MD0
 #define EXIF__IE5__IE4__IE3__IE2__XT_RG__RGMD__RGSL__BGS
 #define EXIF__IE5__IE4__IE3__IE2__XT_RG__RGMD__RGSL__BGS
-#define PMR
+#define PMR__CD1__CD0__SWB__x__XTOFF__ALEOFF__DME1__DME0
 #define SADDR0
 #define SADDR1
 #define SADEN0
 #define SADDR0
 #define SADDR1
 #define SADEN0
 #define SBUF1
 #define STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
 #define TA
 #define SBUF1
 #define STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
 #define TA
-#define T2MOD
+#define T2MOD__x__x__x__x__x__x__T2OE__DCEN
 #define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
 #define WDCON
 #define ROMSIZE__x__x__x__x__x__RMS2__RMS1__RMS0
 #define BP2
 #define WDCON
 #define P1_EXT__INT5__INT4__INT3__INT2__TXD1__RXD1__T2EX__T2
 #define WDCON
 #define ROMSIZE__x__x__x__x__x__RMS2__RMS1__RMS0
 #define BP2
 #define WDCON
-#define EIE
-#define EIP
+#define EIE__x__x__x__EWDI__EX5__EX4__EX3__EX2
+#define EIP__x__x__x__PWDI__PX5__PX4__PX3__PX2
 #endif
 // end of definitions for the Dallas DS87C520 and DS83C520 microcontrollers
 
 
 #endif
 // end of definitions for the Dallas DS87C520 and DS83C520 microcontrollers
 
 
+// definitions for the Philips P80C552 microcontroller
+#ifdef MICROCONTROLLER_P80C552
+#ifdef MICROCONTROLLER_DEFINED
+#define MCS51REG_ERROR
+#endif
+#ifndef MICROCONTROLLER_DEFINED
+#define MICROCONTROLLER_DEFINED
+#endif
+#ifdef MCS51REG_ENABLE_WARNINGS
+#warning Selected HW: Philips P80C552
+#endif
+// 8051 register set
+#define P0
+#define SP
+#define DPL
+#define DPH
+#define PCON__SMOD__x__x__WLE__GF1__GF0__PD__IDL
+#define TCON
+#define TMOD
+#define TL0
+#define TL1
+#define TH0
+#define TH1
+#define P1
+#define SCON
+#define SBUF
+#define P2
+#define IE__EA__EAD__ES1__ES0__ET1__EX1__ET0__EX0
+#define P3
+#define IP__x__PAD__PS1__PS0__PT1__PX1__PT0__PX0
+#define PSW
+#define ACC
+#define B
+// P80C552 specific register-names
+#define S0BUF          // same as SBUF, set in mcs51reg.h
+#define S0CON__SM0__SM1__SM2__REN__TB8__RB8__TI__RI
+// P80C552 specific registers
+#define ADCH_AT_0XC6
+#define ADCON__ADC_1__ADC_0__ADEX__ADCI__ADCS__AADR2__AADR1__AADR0
+#define CTCON__CTN3__CTP3__CTN2__CTP2__CTN1__CTP1__CTN0__CTP0
+#define CTH0_AT_0XCC
+#define CTH1_AT_0XCD
+#define CTH2_AT_0XCE
+#define CTH3_AT_0XCF
+#define CMH0_AT_0XC9
+#define CMH1_AT_0XCA
+#define CMH2_AT_0XCB
+#define CTL0_AT_0XAC
+#define CTL1_AT_0XAD
+#define CTL2_AT_0XAE
+#define CTL3_AT_0XAF
+#define CML0_AT_0XA9
+#define CML1_AT_0XAA
+#define CML2_AT_0XAB
+#define IEN1__ET2__ECM2__ECM1__ECM0__ECT3__ECT2__ECT1__ECT0
+#define IP1__PT2__PCM2__PCM1__PCM0__PCT3__PCT2__PCT1__PCT0
+#define PWM0_AT_0XFC
+#define PWM1_AT_0XFD
+#define PWMP_AT_0XFE
+#define P1_EXT__SDA__SCL__RT2__T2__CT3I__CT2I__CT1I__CT0I
+#define P4_AT_0XC0__CMT0__CMT1__CMSR5__CMSR4__CMSR3__CMSR2__CMSR1__CMSR0
+#define P5_AT_0XC4
+#define RTE__TP47__TP46__RP45__RP44__RP43__RP42__RP41__RP40
+#define S1ADR__x__x__x__x__x__x__x__GC
+#define S1DAT_AT_0XDA
+#define S1STA__SC4__SC3__SC2__SC1__SC0__x__x__x
+#define S1CON__CR2__ENS1__STA__ST0__SI__AA__CR1__CR0
+#define STE__TG47__TG46__SP45__SP44__SP43__SP42__SP41__SP40
+#define TMH2_AT_0XED
+#define TML2_AT_0XEC
+#define TM2CON__T2IS1__T2IS0__T2ER__T2B0__T2P1__T2P0__T2MS1__T2MS0
+#define TM2IR__T20V__CMI2__CMI1__CMI0__CTI3__CTI2__CTI1__CTI0
+#define T3_AT_0XFF
+#endif
+// end of definitions for the Philips P80C552 microcontroller
+
+
 // definitions for the Infineon / Siemens SAB80515 & SAB80535
 #ifdef MICROCONTROLLER_SAB80515
 #ifdef MICROCONTROLLER_DEFINED
 // definitions for the Infineon / Siemens SAB80515 & SAB80535
 #ifdef MICROCONTROLLER_SAB80515
 #ifdef MICROCONTROLLER_DEFINED
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Infineon / Siemens SAB80515 & SAB80535
 #endif
 // 8051 register set without IP
 #warning Selected HW: Infineon / Siemens SAB80515 & SAB80535
 #endif
 // 8051 register set without IP
 // SAB80515 specific registers
 #define P1_EXT__T2__CLKOUT__T2EX__INT2__INT6_CC3__INT5_CC2__INT4_CC1__INT3_CC0
 #define IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 // SAB80515 specific registers
 #define P1_EXT__T2__CLKOUT__T2EX__INT2__INT6_CC3__INT5_CC2__INT4_CC1__INT3_CC0
 #define IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
-#define IEN1
+#define IEN1__EXEN2__SWDT__EX6__EX5__EX4__EX3__EX2__EADC
 #define IRCON
 #define CCEN
 #define CCL1
 #define IRCON
 #define CCEN
 #define CCL1
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Infineon / Siemens SAB80515A
 #endif
 // 8051 register set without IP
 #warning Selected HW: Infineon / Siemens SAB80515A
 #endif
 // 8051 register set without IP
 #define P1_EXT__T2__CLKOUT__T2EX__INT2__INT6_CC3__INT5_CC2__INT4_CC1__INT3_CC0
 #define IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 #define IP1__x__x__IP1_5__IP1_4__IP1_3__IP1_2__IP1_1__IP1_0
 #define P1_EXT__T2__CLKOUT__T2EX__INT2__INT6_CC3__INT5_CC2__INT4_CC1__INT3_CC0
 #define IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 #define IP1__x__x__IP1_5__IP1_4__IP1_3__IP1_2__IP1_1__IP1_0
-#define IEN1
+#define IEN1__EXEN2__SWDT__EX6__EX5__EX4__EX3__EX2__EADC
 #define IRCON
 #define CCEN
 #define CCL1
 #define IRCON
 #define CCEN
 #define CCL1
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 #endif
-#ifndef MCS51REG_DISABLE_WARNINGS
+#ifdef MCS51REG_ENABLE_WARNINGS
 #warning Selected HW: Infineon / Siemens SAB80517
 #endif
 // 8051 register set without IP, SCON & SBUF
 #warning Selected HW: Infineon / Siemens SAB80517
 #endif
 // 8051 register set without IP, SCON & SBUF
 #define P1_EXT__T2__CLKOUT__T2EX__INT2__INT6_CC3__INT5_CC2__INT4_CC1__INT3_CC0
 #define IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 #define IP1__x__x__IP1_5__IP1_4__IP1_3__IP1_2__IP1_1__IP1_0
 #define P1_EXT__T2__CLKOUT__T2EX__INT2__INT6_CC3__INT5_CC2__INT4_CC1__INT3_CC0
 #define IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 #define IP1__x__x__IP1_5__IP1_4__IP1_3__IP1_2__IP1_1__IP1_0
-#define IEN1
+#define IEN1__EXEN2__SWDT__EX6__EX5__EX4__EX3__EX2__EADC
 #define IEN2__SAB80517
 #define IRCON
 #define CCEN
 #define IEN2__SAB80517
 #define IRCON
 #define CCEN
 #define T2CON__T2PS__I3FR__I2FR__T2R1__T2R0__T2CM__T2I1__T2I0
 #define CRCL
 #define CRCH
 #define T2CON__T2PS__I3FR__I2FR__T2R1__T2R0__T2CM__T2I1__T2I0
 #define CRCL
 #define CRCH
-#define CTCON
+#define CTCOM_AT_0XE1
 #define CTRELH
 #define CTRELL
 #define TL2
 #define CTRELH
 #define CTRELL
 #define TL2
 #define MD4
 #define MD5
 #define S0BUF
 #define MD4
 #define MD5
 #define S0BUF
-#define S0CON
+#define S0CON__SM0__SM1__SM20__REN0__TB80__RB80__TI0__RI0
 #define S0RELH
 #define S0RELL
 #define S1BUF
 #define S0RELH
 #define S0RELL
 #define S1BUF
-#define S1CON
+#define S1CON_AT_0X9B
 #define S1RELH
 #define S1RELL
 #define WDTH
 #define S1RELH
 #define S1RELL
 #define WDTH
 // end of definitions for the Infineon / Siemens SAB80517
 
 
 // end of definitions for the Infineon / Siemens SAB80517
 
 
+// definitions for the Atmel T89C51RD2
+#ifdef MICROCONTROLLER_T89C51RD2
+#ifdef MICROCONTROLLER_DEFINED
+#define MCS51REG_ERROR
+#endif
+#ifndef MICROCONTROLLER_DEFINED
+#define MICROCONTROLLER_DEFINED
+#endif
+#ifdef MCS51REG_ENABLE_WARNINGS
+#warning Selected HW: T89C51RD2
+#endif
+
+// 8051 register set
+#define P0
+#define SP
+#define DPL
+#define DPH
+#define PCON__SMOD1__SMOD0__x__POF__GF1__GF0__PD__IDL
+#define TCON
+#define TMOD
+#define TL0
+#define TL1
+#define TH0
+#define TH1
+#define P1
+#define SCON
+#define SBUF
+#define P2
+#define IE__EA__EC__ET2__ES__ET1__EX1__ET0__EX0
+#define SADDR
+#define P3
+#define IP__x__PPC__PT2__PS__PT1__PX1__PT0__PX0
+#define PSW
+#define ACC
+#define B
+
+// 8052 register set
+#define T2CON__TF2__EXF2__RCLK__TCLK__EXEN2__TR2__C_T2__CP_RL2
+#define RCAP2L
+#define RCAP2H
+#define TL2
+#define TH2
+
+// T89C51RD2 register set
+#define P4_AT_0XC0__P4_7__P4_6__P4_5__P4_3__P4_2__P4_1__P4_0
+#define P5_AT_0XE8
+#define SADEN0
+
+#define AUXR1
+#define WDTRST
+#define WDTPRG
+#define AUXR
+#define IPH
+#define FCON
+#define EECON
+#define EETIM
+#define CKCON__X2__T0X2__T1X2__T2X2__SiX2__PcaX2__WdX2__x
+#define CCON
+#define CMOD
+#define CCAPM0
+#define CCAPM1
+#define CCAPM2
+#define CCAPM3
+#define CCAPM4
+#define CL
+#define CCAP0L
+#define CCAP1L
+#define CCAP2L
+#define CCAP3L
+#define CCAP4L
+#define CH
+#define CCAP0H
+#define CCAP1H
+#define CCAP2H
+#define CCAP3H
+#define CCAP4H
+#endif /* MICROCONTROLLER_T89C51RD2 */
+/* end of definition for the Atmel T89C51RD2 */
+
+
 /////////////////////////////////////////////////////////
 ///  don't specify microcontrollers below this line!  ///
 /////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////
 ///  don't specify microcontrollers below this line!  ///
 /////////////////////////////////////////////////////////
 // use default if no microcontroller specified
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
 // use default if no microcontroller specified
 #ifndef MICROCONTROLLER_DEFINED
 #define MICROCONTROLLER_DEFINED
-#ifndef MCS51REG_DISABLE_WARNINGS
-#warning //////////////////////////////////
-#warning // No microcontroller defined!  //
-#warning //////////////////////////////////
-#warning Code will be generated for the
-#warning 8051 (default) microcontroller.
-#warning If you have another microcontroller
-#warning define it in the makefile, or in the
-#warning "C" source prior
-#warning the #include <mcs51reg.h> statement.
-#warning If you use a non supported
-#warning microcontroller, mcs51reg.h can be
-#warning easily extended to support your HW.
+#ifdef MCS51REG_ENABLE_WARNINGS
+#warning No microcontroller defined!
+#warning Code generated for the 8051
 #endif
 // 8051 register set
 #define P0
 #endif
 // 8051 register set
 #define P0
 #define P2
 #define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #define P3
 #define P2
 #define IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #define P3
-#define IP___x__x__x__PS__PT1__PX1__PT0__PX0
+#define IP__x__x__x__PS__PT1__PX1__PT0__PX0
 #define PSW
 #define ACC
 #define B
 #define PSW
 #define ACC
 #define B
 sfr at 0xE0 ACC  ;
 #endif
 
 sfr at 0xE0 ACC  ;
 #endif
 
-#ifdef ACON
-#undef ACON
+#ifdef ACON__PAGEE__PAGES1__PAGES0__x__x__x__x__x
+#undef ACON__PAGEE__PAGES1__PAGES0__x__x__x__x__x
 sfr at 0x9D ACON   ; // DS89C420 specific
 sfr at 0x9D ACON   ; // DS89C420 specific
-// Bit registers
-#define PAGE0   0x20
-#define PAGES   0x40
-#define PAGEE   0x80
+// Not directly accessible bits
+#define PAGES0   0x20
+#define PAGES1   0x40
+#define PAGEE    0x80
+#endif
+
+#ifdef ACON__x__x__x__x__x__SA__AM1__AM0
+#undef ACON__x__x__x__x__x__SA__AM1__AM0
+sfr at 0x9D ACON   ; // DS89C390 specific
+// Not directly accessible bits
+#define AM0   0x01
+#define AM1   0x02
+#define SA    0x04
+#endif
+
+#ifdef ADCH_AT_0XC6
+#undef ADCH_AT_0XC6
+sfr at 0xC6 ADCH       ; // A/D converter high
 #endif
 
 #ifdef ADCON
 #endif
 
 #ifdef ADCON
@@ -972,6 +1366,20 @@ sfr at 0xDC ADCON1      ; // A/D-converter control register 1 SAB80515A & SAB805
 #define ADCON1_ADCL            0x80
 #endif
 
 #define ADCON1_ADCL            0x80
 #endif
 
+#ifdef ADCON__ADC_1__ADC_0__ADEX__ADCI__ADCS__AADR2__AADR1__AADR0
+#undef ADCON__ADC_1__ADC_0__ADEX__ADCI__ADCS__AADR2__AADR1__AADR0
+sfr at 0xC5 ADCON      ; // A/D control, P80C552 specific
+// Not directly accessible Bits.
+#define AADR0  0x01
+#define AADR1  0x02
+#define AADR2  0x04
+#define ADCS   0x08
+#define ADCI   0x10
+#define ADEX   0x20
+#define ADC_0  0x40    // different name as ADC0 in P5
+#define ADC_1  0x80    // different name as ADC1 in P5
+#endif
+
 #ifdef ADDAT
 #undef ADDAT
 sfr at 0xD9 ADDAT   ; // A/D-converter data register SAB80515 specific
 #ifdef ADDAT
 #undef ADDAT
 sfr at 0xD9 ADDAT   ; // A/D-converter data register SAB80515 specific
@@ -992,6 +1400,20 @@ sfr at 0xDA ADDATL      ; // A/D data low byte SAB80515A specific
 sfr at 0xEF ARCON       ; // arithmetic control register SAB80517
 #endif
 
 sfr at 0xEF ARCON       ; // arithmetic control register SAB80517
 #endif
 
+#ifdef AP
+#undef AP
+sfr at 0x9C AP          ; // DS80C390
+#endif
+
+#ifdef AUXR
+#undef AUXR
+sfr at 0x8E AUXR;
+#define AO     0x01
+#define EXTRAM 0x02
+#define XRS0   0x04
+#define XRS1   0x08
+#define M0     0x20
+#endif
 #ifdef B
 #undef B
 sfr at 0xF0 B    ;
 #ifdef B
 #undef B
 sfr at 0xF0 B    ;
@@ -1006,6 +1428,13 @@ sbit at 0xF6 BREG_F6        ;
 sbit at 0xF7 BREG_F7        ;
 #endif
 
 sbit at 0xF7 BREG_F7        ;
 #endif
 
+#ifdef AUXR1
+#undef AUXR1
+sfr at 0xA2 AUXR1;
+#define DPS       0x01
+#define GF3       0x08
+#endif
+
 #ifdef BP2
 #undef BP2
 sfr at 0xC3 BP2    ;
 #ifdef BP2
 #undef BP2
 sfr at 0xC3 BP2    ;
@@ -1018,11 +1447,396 @@ sfr at 0xC3 BP2    ;
 #define LB3   0x20
 #endif
 
 #define LB3   0x20
 #endif
 
+#ifdef C0C
+#undef C0C
+sfr at 0xA3 C0C         ; // DS80C390 specific
+// Not directly accessible bits
+#define SWINT   0x01
+#define ERCS    0x02
+#define AUTOB   0x04
+#define CRST    0x08
+#define SIESTA  0x10
+#define PDE     0x20
+#define STIE    0x40
+#define ERIE    0x80
+#endif
+
+#ifdef C0IR
+#undef C0IR
+sfr at 0xA5 C0IR        ; // DS80C390 specific
+// Not directly accessible bits
+#define INTIN0     0x01
+#define INTIN1     0x02
+#define INTIN2     0x04
+#define INTIN3     0x08
+#define INTIN4     0x10
+#define INTIN5     0x20
+#define INTIN6     0x40
+#define INTIN7     0x80
+#endif
+
+#ifdef C0M1C
+#undef C0M1C
+sfr at 0xAB C0M1C       ; // DS80C390 specific
+// Not directly accessible bits
+#define DTUP     0x01
+#define ROW_TIH  0x02
+#define MTRQ     0x04
+#define EXTRQ    0x08
+#define INTRQ    0x10
+#define ERI      0x20
+#define ETI      0x40
+#define MSRDY    0x80
+#endif
+
+#ifdef C0M2C
+#undef C0M2C
+sfr at 0xAC C0M2C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M3C
+#undef C0M3C
+sfr at 0xAD C0M3C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M4C
+#undef C0M4C
+sfr at 0xAE C0M4C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M5C
+#undef C0M5C
+sfr at 0xAF C0M5C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M6C
+#undef C0M6C
+sfr at 0xB3 C0M6C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M7C
+#undef C0M7C
+sfr at 0xB4 C0M7C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M8C
+#undef C0M8C
+sfr at 0xB5 C0M8C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M9C
+#undef C0M9C
+sfr at 0xB6 C0M9C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M10C
+#undef C0M10C
+sfr at 0xB7 C0M10C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M11C
+#undef C0M11C
+sfr at 0xBB C0M11C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M12C
+#undef C0M12C
+sfr at 0xBC C0M12C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M13C
+#undef C0M13C
+sfr at 0xBD C0M13C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M14C
+#undef C0M14C
+sfr at 0xBE C0M14C       ; // DS80C390 specific
+#endif
+
+#ifdef C0M15C
+#undef C0M15C
+sfr at 0xBF C0M15C       ; // DS80C390 specific
+#endif
+
+#ifdef C0RE
+#undef C0RE
+sfr at 0xA7 C0RE        ; // DS80C390 specific
+#endif
+
+#ifdef C0RMS0
+#undef C0RMS0
+sfr at 0x96 C0RMS0      ; // DS80C390 specific
+#endif
+
+#ifdef C0RMS1
+#undef C0RMS1
+sfr at 0x97 C0RMS1      ; // DS80C390 specific
+#endif
+
+#ifdef C0S
+#undef C0S
+sfr at 0xA4 C0S         ; // DS80C390 specific
+// Not directly accessible bits
+#define ER0     0x01
+#define ER1     0x02
+#define ER2     0x04
+#define TXS     0x08
+#define RXS     0x10
+#define WKS     0x20
+#define EC96_128    0x40
+#define BSS     0x80
+#endif
+
+#ifdef C0TE
+#undef C0TE
+sfr at 0xA6 C0TE        ; // DS80C390 specific
+#endif
+
+#ifdef C0TMA0
+#undef C0TMA0
+sfr at 0x9E C0TMA0      ; // DS80C390 specific
+#endif
+
+#ifdef C0TMA1
+#undef C0TMA1
+sfr at 0x9F C0TMA1      ; // DS80C390 specific
+#endif
+
+#ifdef C1C
+#undef C1C
+sfr at 0xE3 C1C         ; // DS80C390 specific
+// Not directly accessible bits
+#define SWINT   0x01
+#define ERCS    0x02
+#define AUTOB   0x04
+#define CRST    0x08
+#define SIESTA  0x10
+#define PDE     0x20
+#define STIE    0x40
+#define ERIE    0x80
+#endif
+
+#ifdef C1IR
+#undef C1IR
+sfr at 0xE5 C1IR         ; // DS80C390 specific
+// Not directly accessible bits
+#define INTIN0  0x01
+#define INTIN1  0x02
+#define INTIN2  0x04
+#define INTIN3  0x08
+#define INTIN4  0x10
+#define INTIN5  0x20
+#define INTIN6  0x40
+#define INTIN7  0x80
+#endif
+
+#ifdef C1IRE
+#undef C1IRE
+sfr at 0xE7 C1RE         ; // DS80C390 specific
+#endif
+
+#ifdef C1M1C
+#undef C1M1C
+sfr at 0xEB C1M1C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M2C
+#undef C1M2C
+sfr at 0xEC C1M2C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M3C
+#undef C1M3C
+sfr at 0xED C1M3C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M4C
+#undef C1M4C
+sfr at 0xEE C1M4C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M5C
+#undef C1M5C
+sfr at 0xEF C1M5C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M6C
+#undef C1M6C
+sfr at 0xF3 C1M6C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M7C
+#undef C1M7C
+sfr at 0xF4 C1M7C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M8C
+#undef C1M8C
+sfr at 0xF5 C1M8C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M9C
+#undef C1M9C
+sfr at 0xF6 C1M9C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M10C
+#undef C1M10C
+sfr at 0xF7 C1M10C       ; // DS80C390 specific
+#endif
+
+#ifdef C1M11C
+#undef C1M11C
+sfr at 0xFB C1M11C       ; // DS80C390 specific
+#endif
+
+#ifdef C1M12C
+#undef C1M12C
+sfr at 0xFC C1M12C       ; // DS80C390 specific
+#endif
+
+#ifdef C1M13C
+#undef C1M13C
+sfr at 0xFD C1M13C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M14C
+#undef C1M14C
+sfr at 0xFE C1M14C        ; // DS80C390 specific
+#endif
+
+#ifdef C1M15C
+#undef C1M15C
+sfr at 0xFF C1M15C        ; // DS80C390 specific
+#endif
+
+#ifdef C1S
+#undef C1S
+sfr at 0xE4 C1S          ; // DS80C390 specific
+// Not directly accessible bits
+#define ER0     0x01
+#define ER1     0x02
+#define ER2     0x04
+#define TXS     0x08
+#define RXS     0x10
+#define WKS     0x20
+#define CECE    0x40
+#define BSS     0x80
+#endif
+
+#ifdef C1ITE
+#undef C1ITE
+sfr at 0xE6 C1TE         ; // DS80C390 specific
+#endif
+
+#ifdef C1RSM0
+#undef C1RSM0
+sfr at 0xD6 C1RSM0      ; // DS80C390 specific
+#endif
+
+#ifdef C1RSM1
+#undef C1RSM1
+sfr at 0xD7 C1RSM1      ; // DS80C390 specific
+#endif
+
+#ifdef C1TMA0
+#undef C1TMA0
+sfr at 0xDE C1TMA0      ; // DS80C390 specific
+#endif
+
+#ifdef C1TMA1
+#undef C1TMA1
+sfr at 0xDF C1TMA1      ; // DS80C390 specific
+#endif
+
 #ifdef CC4EN
 #undef CC4EN
 sfr at 0xC9 CC4EN       ; // compare/capture 4 enable register SAB80517 specific
 #endif
 
 #ifdef CC4EN
 #undef CC4EN
 sfr at 0xC9 CC4EN       ; // compare/capture 4 enable register SAB80517 specific
 #endif
 
+#ifdef CCAP0H 
+#undef CCAP0H 
+sfr at 0xFA CCAP0H;
+#endif
+
+#ifdef CCAP1H 
+#undef CCAP1H 
+sfr at 0xFB CCAP1H;
+#endif
+
+#ifdef CCAP2H 
+#undef CCAP2H 
+sfr at 0xFC CCAP2H;
+#endif
+
+#ifdef CCAP3H 
+#undef CCAP3H 
+sfr at 0xFD CCAP3H;
+#endif
+
+#ifdef CCAP4H 
+#undef CCAP4H 
+sfr at 0xFE CCAP4H;
+#endif
+
+#ifdef CCAP0L 
+#undef CCAP0L 
+sfr at 0xEA CCAP0L;
+#endif
+
+#ifdef CCAP1L 
+#undef CCAP1L 
+sfr at 0xEB CCAP1L;
+#endif
+
+#ifdef CCAP2L 
+#undef CCAP2L 
+sfr at 0xEC CCAP2L;
+#endif
+
+#ifdef CCAP3L 
+#undef CCAP3L 
+sfr at 0xED CCAP3L;
+#endif
+
+#ifdef CCAP4L 
+#undef CCAP4L 
+sfr at 0xEE CCAP4L;
+#endif
+
+#ifdef CCAPM0
+#undef CCAPM0
+sfr at 0x0DA CCAPM0;
+#define ECCF       0x01
+#define PWM        0x02
+#define TOG        0x04
+#define MAT        0x08
+#define CAPN       0x10
+#define CAPP       0x20
+#define ECOM       0x40
+#endif
+
+#ifdef CCAPM1
+#undef CCAPM1
+sfr at 0x0DB CCAPM1;
+#endif
+
+#ifdef CCAPM2
+#undef CCAPM2
+sfr at 0x0DC CCAPM2;
+#endif
+
+#ifdef CCAPM3 
+#undef CCAPM3 
+sfr at 0x0DD CCAPM3;
+#endif
+
+#ifdef CCAPM4
+#undef CCAPM4 
+sfr at 0x0DE CCAPM4;
+#endif
+
 #ifdef CCEN
 #undef CCEN
 sfr at 0xC1 CCEN        ; // compare/capture enable register SAB80515 specific
 #ifdef CCEN
 #undef CCEN
 sfr at 0xC1 CCEN        ; // compare/capture enable register SAB80515 specific
@@ -1068,10 +1882,28 @@ sfr at 0xC6 CCL3        ; // compare/capture register 3, low byte SAB80515 speci
 sfr at 0xCE CCL4        ; // compare/capture register 4, low byte SAB80515 specific
 #endif
 
 sfr at 0xCE CCL4        ; // compare/capture register 4, low byte SAB80515 specific
 #endif
 
-#ifdef CKCON
-#undef CKCON
-sfr at 0x8E CKCON       ; // DS80C320 specific
-// Not directly accessible Bits. DS80C320 specific
+#ifdef CCON
+#undef CCON
+sfr at 0xD8 CCON;         // T89C51RD2 specific register
+// Bit registers
+sbit at 0xD8 CCF0;
+sbit at 0xD9 CCF1;
+sbit at 0xDA CCF2;
+sbit at 0xDB CCF3;
+sbit at 0xDC CCF4;
+sbit at 0xDD CR;
+sbit at 0xDE CF;
+#endif
+
+#ifdef CH
+#undef CH
+sfr at 0xF9 CH;
+#endif
+
+#ifdef CKCON__WD1__WD0__T2M__T1M__TOM__MD2__MD1__MD0
+#undef CKCON__WD1__WD0__T2M__T1M__TOM__MD2__MD1__MD0
+sfr at 0x8E CKCON       ; // DS80C320 & DS80C390 specific
+// Not directly accessible Bits.
 #define MD0    0x01
 #define MD1    0x02
 #define MD2    0x04
 #define MD0    0x01
 #define MD1    0x02
 #define MD2    0x04
@@ -1082,6 +1914,18 @@ sfr at 0x8E CKCON       ; // DS80C320 specific
 #define WD1    0x80
 #endif
 
 #define WD1    0x80
 #endif
 
+#ifdef CKCON__X2__T0X2__T1X2__T2X2__SiX2__PcaX2__WdX2__x
+#undef CKCON__X2__T0X2__T1X2__T2X2__SiX2__PcaX2__WdX2__x
+sfr at 0x8F CKCON;
+#define X2        0x01
+#define T0X2      0x02
+#define T1X2      0x04
+#define T2X2      0x08
+#define SiX2      0x10
+#define PcaX2     0x20
+#define WdX2      0x40
+#endif
+
 #ifdef CKMOD
 #undef CKMOD
 sfr at 0x96 CKMOD       ; // DS89C420 specific
 #ifdef CKMOD
 #undef CKMOD
 sfr at 0x96 CKMOD       ; // DS89C420 specific
@@ -1091,6 +1935,11 @@ sfr at 0x96 CKMOD       ; // DS89C420 specific
 #define T2MH   0x20
 #endif
 
 #define T2MH   0x20
 #endif
 
+#ifdef CL 
+#undef CL 
+sfr at 0xE9 CL;
+#endif
+
 #ifdef CMEN
 #undef CMEN
 sfr at 0xF6 CMEN    ; // compare enable register SAB80517 specific
 #ifdef CMEN
 #undef CMEN
 sfr at 0xF6 CMEN    ; // compare enable register SAB80517 specific
@@ -1131,9 +1980,24 @@ sfr at 0xE7 CMH5    ; // compare register 5 high byte SAB80517 specific
 sfr at 0xF3 CMH6    ; // compare register 6 high byte SAB80517 specific
 #endif
 
 sfr at 0xF3 CMH6    ; // compare register 6 high byte SAB80517 specific
 #endif
 
-#ifdef CMH7
-#undef CMH7
-sfr at 0xF5 CMH7    ; // compare register 7 high byte SAB80517 specific
+#ifdef CMH7
+#undef CMH7
+sfr at 0xF5 CMH7    ; // compare register 7 high byte SAB80517 specific
+#endif
+
+#ifdef CMH0_AT_0XC9
+#undef CMH0_AT_0XC9
+sfr at 0xC9 CMH0       ; // Compare high 0, P80C552 specific
+#endif
+
+#ifdef CMH1_AT_0XCA
+#undef CMH1_AT_0XCA
+sfr at 0xCA CMH1       ; // Compare high 1, P80C552 specific
+#endif
+
+#ifdef CMH2_AT_0XCB
+#undef CMH2_AT_0XCB
+sfr at 0xCB CMH2       ; // Compare high 2, P80C552 specific
 #endif
 
 #ifdef CML0
 #endif
 
 #ifdef CML0
@@ -1176,26 +2040,139 @@ sfr at 0xF2 CML6    ; // compare register 6 low byte SAB80517 specific
 sfr at 0xF4 CML7    ; // compare register 7 low byte SAB80517 specific
 #endif
 
 sfr at 0xF4 CML7    ; // compare register 7 low byte SAB80517 specific
 #endif
 
+#ifdef CML0_AT_0XA9
+#undef CML0_AT_0XA9
+sfr at 0xA9 CML0       ; // Compare low 0, P80C552 specific
+#endif
+
+#ifdef CML1_AT_0XAA
+#undef CML1_AT_0XAA
+sfr at 0xAA CML1       ; // Compare low 1, P80C552 specific
+#endif
+
+#ifdef CML2_AT_0XAB
+#undef CML2_AT_0XAB
+sfr at 0xAB CML2       ; // Compare low 2, P80C552 specific
+#endif
+
+#ifdef CMOD
+#undef CMOD
+sfr at 0xD9 CMOD;
+#define ECF        0x01
+#define CPS0       0x02
+#define CPS1       0x04
+#define WDTE       0x40
+#define CIDL       0x80
+#endif
+
 #ifdef CMSEL
 #undef CMSEL
 sfr at 0xF7 CMSEL   ; // compare input select SAB80517
 #endif
 
 #ifdef CMSEL
 #undef CMSEL
 sfr at 0xF7 CMSEL   ; // compare input select SAB80517
 #endif
 
+#ifdef COR
+#undef COR
+sfr at 0xCE COR     ; // Dallas DS80C390 specific
+#define CLKOE       0x01
+#define COD0        0x02
+#define COD1        0x04
+#define C0BPR6      0x08
+#define C0BPR7      0x10
+#define C1BPR6      0x20
+#define C1BPR7      0x40
+#define IRDACK      0x80
+#endif
+
+#ifdef CRC
+#undef CRC
+sfr at 0xC1 CRC     ; // Dallas DS5001 specific
+#define CRC_        0x01
+#define MDM         0x02
+#define RNGE0       0x10
+#define RNGE1       0x20
+#define RNGE2       0x40
+#define RNGE3       0x80
+#endif
+
 #ifdef CRCH
 #undef CRCH
 sfr at 0xCB CRCH    ; // compare/reload/capture register, high byte SAB80515 specific
 #endif
 
 #ifdef CRCH
 #undef CRCH
 sfr at 0xCB CRCH    ; // compare/reload/capture register, high byte SAB80515 specific
 #endif
 
+#ifdef CRCHIGH
+#undef CRCHIGH
+sfr at 0xC3 CRCHIGH ; // DS5001 specific
+#endif
+
 #ifdef CRCL
 #undef CRCL
 sfr at 0xCA CRCL    ; // compare/reload/capture register, low byte SAB80515 specific
 #endif
 
 #ifdef CRCL
 #undef CRCL
 sfr at 0xCA CRCL    ; // compare/reload/capture register, low byte SAB80515 specific
 #endif
 
-#ifdef CTCON
-#undef CTCON
+#ifdef CRCLOW
+#undef CRCLOW
+sfr at 0xC2 CRCLOW  ; // DS5001 specific
+#endif
+
+#ifdef CTCOM_AT_0XE1
+#undef CTCOM_AT_0XE1
 sfr at 0xE1 CTCON    ; // com.timer control register SAB80517
 #endif
 
 sfr at 0xE1 CTCON    ; // com.timer control register SAB80517
 #endif
 
+#ifdef CTCON__CTN3__CTP3__CTN2__CTP2__CTN1__CTP1__CTN0__CTP0
+#undef CTCON__CTN3__CTP3__CTN2__CTP2__CTN1__CTP1__CTN0__CTP0
+sfr at 0xEB CTCON      ; // Capture control, P80C552 specific
+// Not directly accessible Bits.
+#define CTP0   0x01
+#define CTN0   0x02
+#define CTP1   0x04
+#define CTN1   0x08
+#define CTP2   0x10
+#define CTN2   0x20
+#define CTP3   0x40
+#define CTN3   0x80
+#endif
+
+#ifdef CTH0_AT_0XCC
+#undef CTH0_AT_0XCC
+sfr at 0xCC CTH0       ; // Capture high 0, P80C552 specific
+#endif
+
+#ifdef CTH1_AT_0XCD
+#undef CTH1_AT_0XCD
+sfr at 0xCD CTH1       ; // Capture high 1, P80C552 specific
+#endif
+
+#ifdef CTH2_AT_0XCE
+#undef CTH2_AT_0XCE
+sfr at 0xCE CTH2       ; // Capture high 2, P80C552 specific
+#endif
+
+#ifdef CTH3_AT_0XCF
+#undef CTH3_AT_0XCF
+sfr at 0xCF CTH3       ; // Capture high 3, P80C552 specific
+#endif
+
+#ifdef CTL0_AT_0XAC
+#undef CTL0_AT_0XAC
+sfr at 0xAC CTL0       ; // Capture low 0, P80C552 specific
+#endif
+
+#ifdef CTL1_AT_0XAD
+#undef CTL1_AT_0XAD
+sfr at 0xAD CTL1       ; // Capture low 1, P80C552 specific
+#endif
+
+#ifdef CTL2_AT_0XAE
+#undef CTL2_AT_0XAE
+sfr at 0xAE CTL2       ; // Capture low 2, P80C552 specific
+#endif
+
+#ifdef CTL3_AT_0XAF
+#undef CTL3_AT_0XAF
+sfr at 0xAF CTL3       ; // Capture low 3, P80C552 specific
+#endif
+
 #ifdef CTRELH
 #undef CTRELH
 sfr at 0xDF CTRELH  ; // com.timer rel register high byte SAB80517
 #ifdef CTRELH
 #undef CTRELH
 sfr at 0xDF CTRELH  ; // com.timer rel register high byte SAB80517
@@ -1247,6 +2224,16 @@ sfr at 0x86 DPS  ;
 #define SEL    0x01
 #endif
 
 #define SEL    0x01
 #endif
 
+#ifdef DPS__ID1__ID0__TSL__x__x__x__x__SEL
+#undef DPS__ID1__ID0__TSL__x__x__x__x__SEL
+sfr at 0x86 DPS  ;
+// Not directly accessible DPS Bit. DS89C390 specific
+#define SEL    0x01
+#define TSL    0x20
+#define ID0    0x40
+#define ID1    0x80
+#endif
+
 #ifdef DPS__ID1__ID0__TSL__AID__x__x__x__SEL
 #undef DPS__ID1__ID0__TSL__AID__x__x__x__SEL
 sfr at 0x86 DPS  ;
 #ifdef DPS__ID1__ID0__TSL__AID__x__x__x__SEL
 #undef DPS__ID1__ID0__TSL__AID__x__x__x__SEL
 sfr at 0x86 DPS  ;
@@ -1263,8 +2250,35 @@ sfr at 0x86 DPS  ;
 sfr at 0x92 DPSEL   ; // data pointer select register SAB80517
 #endif
 
 sfr at 0x92 DPSEL   ; // data pointer select register SAB80517
 #endif
 
-#ifdef EIE
-#undef EIE
+#ifdef DPX
+#undef DPX
+sfr at 0x93 DPX1  ; // DS80C390 specific
+#endif
+
+#ifdef DPX1
+#undef DPX1
+sfr at 0x95 DPX1  ; // DS80C390 specific
+#endif
+
+#ifdef EECON
+#undef EECON
+sfr at 0xD2 EECON;
+#define EEBUSY    0x01
+#define EEE       0x02
+#define EEPL0     0x10
+#define EEPL1     0x20
+#define EEPL2     0x40
+#define EEPL3     0x80
+#define EEPL      0xF0
+#endif
+
+#ifdef EETIM
+#undef EETIM
+sfr at 0xD3 EETIM;
+#endif
+
+#ifdef EIE__x__x__x__EWDI__EX5__EX4__EX3__EX2
+#undef EIE__x__x__x__EWDI__EX5__EX4__EX3__EX2
 sfr at 0xE8 EIE  ;
 // Bit registers DS80C320 specific
 sbit at 0xE8 EX2    ;
 sfr at 0xE8 EIE  ;
 // Bit registers DS80C320 specific
 sbit at 0xE8 EX2    ;
@@ -1274,15 +2288,73 @@ sbit at 0xEB EX5    ;
 sbit at 0xEC EWDI   ;
 #endif
 
 sbit at 0xEC EWDI   ;
 #endif
 
-#ifdef EIP
-#undef EIP
-sfr at 0xE8 EIP  ;
+#ifdef EIE__CANBIE__C0IE__C1IE__EWDI__EX5__EX4__EX3__EX2
+#undef EIE__CANBIE__C0IE__C1IE__EWDI__EX5__EX4__EX3__EX2
+sfr at 0xE8 EIE  ;
+// Bit registers DS80C390 specific
+sbit at 0xE8 EX2    ;
+sbit at 0xE9 EX3    ;
+sbit at 0xEA EX4    ;
+sbit at 0xEB EX5    ;
+sbit at 0xEC EWDI   ;
+sbit at 0xED C1IE   ;
+sbit at 0xEE C0IE   ;
+sbit at 0xEF CANBIE ;
+#endif
+
+#ifdef EIP__x__x__x__PWDI__PX5__PX4__PX3__PX2
+#undef EIP__x__x__x__PWDI__PX5__PX4__PX3__PX2
+sfr at 0xF8 EIP  ;
+// Bit registers DS80C320 specific
+sbit at 0xF8 PX2    ;
+sbit at 0xF9 PX3    ;
+sbit at 0xFA PX4    ;
+sbit at 0xFB PX5    ;
+sbit at 0xFC PWDI   ;
+#endif
+
+#ifdef EIP__CANBIP__C0IP__C1IP__PWDI__PX5__PX4__PX3__PX2__PX1__PX0
+#undef EIP__CANBIP__C0IP__C1IP__PWDI__PX5__PX4__PX3__PX2__PX1__PX0
+sfr at 0xF8 EIP  ;
 // Bit registers DS80C320 specific
 sbit at 0xF8 PX2    ;
 sbit at 0xF9 PX3    ;
 sbit at 0xFA PX4    ;
 sbit at 0xFB PX5    ;
 sbit at 0xFC PWDI   ;
 // Bit registers DS80C320 specific
 sbit at 0xF8 PX2    ;
 sbit at 0xF9 PX3    ;
 sbit at 0xFA PX4    ;
 sbit at 0xFB PX5    ;
 sbit at 0xFC PWDI   ;
+sbit at 0xFD C1IP   ;
+sbit at 0xFE C0IP   ;
+sbit at 0xFF CANBIP ;
+#endif
+
+#ifdef EIP0__x__x__x__LPWDI__LPX5__LPX4__LPX3__LPX2
+#undef EIP0__x__x__x__LPWDI__LPX5__LPX4__LPX3__LPX2
+sfr at 0xF8 EIP0  ;
+// Bit registers DS89C420 specific
+sbit at 0xF8 LPX2    ;
+sbit at 0xF9 LPX3    ;
+sbit at 0xFA LPX4    ;
+sbit at 0xFB LPX5    ;
+sbit at 0xFC LPWDI   ;
+#endif
+
+#ifdef EIP1__x__x__x__MPWDI__MPX5__MPX4__MPX3__MPX2
+#undef EIP1__x__x__x__MPWDI__MPX5__MPX4__MPX3__MPX2
+sfr at 0xF1 EIP1  ;
+// Not directly accessible Bits DS89C420 specific
+#define MPX2   0x01
+#define MPX3   0x02
+#define MPX4   0x04
+#define MPX5   0x08
+#define MPWDI  0x10
+#endif
+
+#ifdef ESP
+#undef ESP
+sfr at 0x9B ESP  ;
+// Not directly accessible Bits DS80C390 specific
+#define ESP_0   0x01
+#define ESP_1   0x02
 #endif
 
 #ifdef EXIF__IE5__IE4__IE3__IE2__x__RGMD__RGSL__BGS
 #endif
 
 #ifdef EXIF__IE5__IE4__IE3__IE2__x__RGMD__RGSL__BGS
@@ -1315,7 +2387,7 @@ sfr at 0x91 EXIF  ;
 #ifdef EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
 #undef EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
 sfr at 0x91 EXIF  ;
 #ifdef EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
 #undef EXIF__IE5__IE4__IE3__IE2__CKRY__RGMD__RGSL__BGS
 sfr at 0x91 EXIF  ;
-// Not directly accessible EXIF Bits DS89C420 specific
+// Not directly accessible EXIF Bits DS80C390 & DS89C420 specific
 #define BGS    0x01
 #define RGSL   0x02
 #define RGMD   0x04
 #define BGS    0x01
 #define RGSL   0x02
 #define RGMD   0x04
@@ -1326,6 +2398,37 @@ sfr at 0x91 EXIF  ;
 #define IE5    0x80
 #endif
 
 #define IE5    0x80
 #endif
 
+#ifdef FCNTL__FBUSY__FERR__x__x__FC3__FC2__FC1__FC0
+#undef FCNTL__FBUSY__FERR__x__x__FC3__FC2__FC1__FC0
+sfr at 0xD5 FCNTL  ;
+// Not directly accessible DS89C420 specific
+#define FC0    0x01
+#define FC1    0x02
+#define FC2    0x04
+#define FC3    0x08
+#define FERR   0x40
+#define FBUSY  0x80
+#endif
+
+#ifdef FCON
+#undef FCON
+sfr at 0xD1 FCON;
+#define FBUSY     0x01
+#define FMOD0     0x02
+#define FMOD1     0x04
+#define FPS       0x08
+#define FPL0      0x10
+#define FPL1      0x20
+#define FPL2      0x40
+#define FPL3      0x80
+#define FPL       0xF0
+#endif
+
+#ifdef FDATA
+#undef FDATA
+sfr at 0xD6 FDATA  ;
+#endif
+
 #ifdef IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #undef IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 sfr at 0xA8 IE   ;
 #ifdef IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 #undef IE__EA__x__x__ES__ET1__EX1__ET0__EX0
 sfr at 0xA8 IE   ;
@@ -1351,6 +2454,33 @@ sbit at 0xAD ET2  ; // Enable timer2 interrupt
 sbit at 0xAF EA   ;
 #endif // IE
 
 sbit at 0xAF EA   ;
 #endif // IE
 
+#ifdef IE__EA__EAD__ES1__ES0__ET1__EX1__ET0__EX0
+#undef IE__EA__EAD__ES1__ES0__ET1__EX1__ET0__EX0
+sfr at 0xA8 IE         ; // same as IEN0 - Interrupt enable 0, P80C552 specific
+sfr at 0xA8 IEN0        ; // alternate name
+// Bit registers
+sbit at 0xA8 EX0       ;
+sbit at 0xA9 ET0       ;
+sbit at 0xAA EX1       ;
+sbit at 0xAB ET1       ;
+sbit at 0xAC ES0       ;
+sbit at 0xAD ES1       ;
+sbit at 0xAE EAD       ;
+sbit at 0xAF EEA       ;
+#endif
+
+#ifdef IE__EA__EC__ET2__ES__ET1__EX1__ET0__EX0
+#undef IE__EA__EC__ET2__ES__ET1__EX1__ET0__EX0
+sfr at 0xA8 IE;
+sbit at 0xA8 EX0;
+sbit at 0xA9 ET0;
+sbit at 0xAA ET1;
+sbit at 0xAB ES;
+sbit at 0xAC ET2;
+sbit at 0xAD EC;
+sbit at 0xAE EA;
+#endif
+
 #ifdef IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #undef IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 sfr at 0xA8 IE   ;
 #ifdef IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 #undef IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0
 sfr at 0xA8 IE   ;
@@ -1383,8 +2513,22 @@ sbit at 0xAF EA   ;
 sbit at 0xAF EAL  ; // EA as called by Infineon / Siemens
 #endif
 
 sbit at 0xAF EAL  ; // EA as called by Infineon / Siemens
 #endif
 
-#ifdef IEN1
-#undef IEN1
+#ifdef IEN1__ET2__ECM2__ECM1__ECM0__ECT3__ECT2__ECT1__ECT0
+#undef IEN1__ET2__ECM2__ECM1__ECM0__ECT3__ECT2__ECT1__ECT0
+sfr at 0xE8 IEN1       ; // Interrupt enable 1, P80C552 specific
+// Bit registers
+sbit at 0xE8 ECT0      ;
+sbit at 0xE9 ECT1      ;
+sbit at 0xEA ECT2      ;
+sbit at 0xEB ECT3      ;
+sbit at 0xEC ECM0      ;
+sbit at 0xED ECM1      ;
+sbit at 0xEE ECM2      ;
+sbit at 0xEF ET2       ;
+#endif
+
+#ifdef IEN1__EXEN2__SWDT__EX6__EX5__EX4__EX3__EX2__EADC
+#undef IEN1__EXEN2__SWDT__EX6__EX5__EX4__EX3__EX2__EADC
 sfr at 0xB8 IEN1        ; // interrupt enable register - SAB80515 specific
 // Bit registers
 sbit at 0xB8 EADC       ; // A/D converter interrupt enable
 sfr at 0xB8 IEN1        ; // interrupt enable register - SAB80515 specific
 // Bit registers
 sbit at 0xB8 EADC       ; // A/D converter interrupt enable
@@ -1402,8 +2546,8 @@ sbit at 0xBF EXEN2      ; // timer2 external reload interrupt enable
 sfr at 0x9A IEN2        ; // interrupt enable register 2 SAB80517
 #endif
 
 sfr at 0x9A IEN2        ; // interrupt enable register 2 SAB80517
 #endif
 
-#ifdef IP___x__x__x__PS__PT1__PX1__PT0__PX0
-#undef IP___x__x__x__PS__PT1__PX1__PT0__PX0
+#ifdef IP__x__x__x__PS__PT1__PX1__PT0__PX0
+#undef IP__x__x__x__PS__PT1__PX1__PT0__PX0
 sfr at 0xB8 IP   ;
 // Bit registers
 sbit at 0xB8 PX0  ;
 sfr at 0xB8 IP   ;
 // Bit registers
 sbit at 0xB8 PX0  ;
@@ -1413,8 +2557,8 @@ sbit at 0xBB PT1  ;
 sbit at 0xBC PS   ;
 #endif
 
 sbit at 0xBC PS   ;
 #endif
 
-#ifdef IP___x__x__PT2__PS__PT1__PX1__PT0__PX0
-#undef IP___x__x__PT2__PS__PT1__PX1__PT0__PX0
+#ifdef IP__x__x__PT2__PS__PT1__PX1__PT0__PX0
+#undef IP__x__x__PT2__PS__PT1__PX1__PT0__PX0
 sfr at 0xB8 IP    ;
 // Bit registers
 sbit at 0xB8 PX0  ;
 sfr at 0xB8 IP    ;
 // Bit registers
 sbit at 0xB8 PX0  ;
@@ -1422,7 +2566,35 @@ sbit at 0xB9 PT0  ;
 sbit at 0xBA PX1  ;
 sbit at 0xBB PT1  ;
 sbit at 0xBC PS   ;
 sbit at 0xBA PX1  ;
 sbit at 0xBB PT1  ;
 sbit at 0xBC PS   ;
+sbit at 0xBC PS0  ;  // alternate name
+sbit at 0xBD PT2  ;
+#endif
+
+#ifdef IP__x__PAD__PS1__PS0__PT1__PX1__PT0__PX0
+#undef IP__x__PAD__PS1__PS0__PT1__PX1__PT0__PX0
+sfr at 0xB8 IP         ; // Interrupt priority 0, P80C552 specific
+sfr at 0xB8 IP0                ; // alternate name
+// Bit registers
+sbit at 0xB8 PX0       ;
+sbit at 0xB9 PT0       ;
+sbit at 0xBA PX1       ;
+sbit at 0xBB PT1       ;
+sbit at 0xBC PS0       ;
+sbit at 0xBD PS1       ;
+sbit at 0xBE PAD       ;
+#endif
+
+#ifdef IP__x__PPC__PT2__PS__PT1__PX1__PT0__PX0
+#undef IP__x__PPC__PT2__PS__PT1__PX1__PT0__PX0
+sfr at 0xB8 IP;
+// Bit registers
+sbit at 0xB8 PX0  ;
+sbit at 0xB9 PT0  ;
+sbit at 0xBA PX1  ;
+sbit at 0xBB PT1  ;
+sbit at 0xBC PS   ;
 sbit at 0xBD PT2  ;
 sbit at 0xBD PT2  ;
+sbit at 0xBE PPC  ;
 #endif
 
 #ifdef IP__x__PS1__PT2__PS__PT1_PX1__PT0__PX0
 #endif
 
 #ifdef IP__x__PS1__PT2__PS__PT1_PX1__PT0__PX0
@@ -1438,6 +2610,18 @@ sbit at 0xBD PT2  ;
 sbit at 0xBE PS1  ;
 #endif
 
 sbit at 0xBE PS1  ;
 #endif
 
+#ifdef IP__RWT__x__x__PS__PT1__PX1__PT0__PX0
+#undef IP__RWT__x__x__PS__PT1__PX1__PT0__PX0
+sfr at 0xB8 IP   ;
+// Bit registers
+sbit at 0xB8 PX0  ;
+sbit at 0xB9 PT0  ;
+sbit at 0xBA PX1  ;
+sbit at 0xBB PT1  ;
+sbit at 0xBC PS   ;
+sbit at 0xBF RWT  ;
+#endif
+
 #ifdef IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 #undef IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 sfr at 0xA9 IP0   ; // interrupt priority register SAB80515 specific
 #ifdef IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 #undef IP0__x__WDTS__IP0_5__IP0_4__IP0_3__IP0_2__IP0_1__IP0_0
 sfr at 0xA9 IP0   ; // interrupt priority register SAB80515 specific
@@ -1489,6 +2673,32 @@ sfr at 0xB1 IP1   ; // interrupt priority register DS89C420 specific
 #define LPS1    0x40
 #endif
 
 #define LPS1    0x40
 #endif
 
+#ifdef IP1__PT2__PCM2__PCM1__PCM0__PCT3__PCT2__PCT1__PCT0
+#undef IP1__PT2__PCM2__PCM1__PCM0__PCT3__PCT2__PCT1__PCT0
+sfr at 0xF8 IP1                ; // Interrupt priority 1, P80C552 specific
+// Bit registers
+sbit at 0xF8 PCT0      ;
+sbit at 0xF9 PCT1      ;
+sbit at 0xFA PCT2      ;
+sbit at 0xFB PCT3      ;
+sbit at 0xFC PCM0      ;
+sbit at 0xFD PCM1      ;
+sbit at 0xFE PCM2      ;
+sbit at 0xFF PT2       ;
+#endif
+
+#ifdef IPH
+#undef IPH
+sfr at 0xB7 IPH;
+#define PX0H      0x01
+#define PT0H      0x02
+#define PX1H      0x04
+#define PT1H      0x08
+#define PSH       0x10
+#define PT2H      0x20
+#define PPCH      0x40
+#endif
+
 #ifdef IRCON
 #undef IRCON
 sfr at 0xC0 IRCON       ; // interrupt control register - SAB80515 specific
 #ifdef IRCON
 #undef IRCON
 sfr at 0xC0 IRCON       ; // interrupt control register - SAB80515 specific
@@ -1522,6 +2732,80 @@ sbit at 0xC7 EXF2       ; // timer2 reload flag
 sfr at 0xD1 IRCON1      ; // interrupt control register - SAB80515 specific
 #endif
 
 sfr at 0xD1 IRCON1      ; // interrupt control register - SAB80515 specific
 #endif
 
+#ifdef MA
+#undef MA
+sfr at 0xD3 MA          ; // DS80C390
+#endif
+
+#ifdef MB
+#undef MB
+sfr at 0xD4 MB          ; // DS80C390
+#endif
+
+#ifdef MC
+#undef MC
+sfr at 0xD5 MC          ; // DS80C390
+#endif
+
+#ifdef MCNT0
+#undef MCNT0
+sfr at 0xD1 MCNT0       ; // DS80C390
+#define MAS0     0x01
+#define MAS1     0x02
+#define MAS2     0x04
+#define MAS3     0x08
+#define MAS4     0x10
+#define SCB      0x20
+#define CSE      0x40
+#define LSHIFT   0x80
+#endif
+
+#ifdef MCNT1
+#undef MCNT1
+sfr at 0xD2 MCNT1       ; // DS80C390
+#define CLM      0x10
+#define MOF      0x40
+#define MST      0x80
+#endif
+
+#ifdef MCON__IDM1__IDM0__CMA__x__PDCE3__PDCE2__PDCE1__PDCE0
+#undef MCON__IDM1__IDM0__CMA__x__PDCE3__PDCE2__PDCE1__PDCE0
+sfr at 0xC6 MCON        ; // DS80C390
+#define PDCE0    0x01
+#define PDCE1    0x02
+#define PDCE2    0x04
+#define PDCE3    0x08
+#define CMA      0x20
+#define IDM0     0x40
+#define IDM1     0x80
+#endif
+
+#ifdef MCON__PA3__PA2__PA1__PA0__RA32_8__ECE2__PAA__SL
+#undef MCON__PA3__PA2__PA1__PA0__RA32_8__ECE2__PAA__SL
+sfr at 0xC6 MCON        ; // DS5000
+#define SL       0x01
+#define PAA      0x02
+#define ECE2     0x04
+#define RA32_8   0x08
+#define PA0      0x10
+#define PA1      0x20
+#define PA2      0x40
+#define PA3      0x80
+#endif
+
+#ifdef MCON__PA3__PA2__PA1__PA0__RG1__PES__PM__SL
+#undef MCON__PA3__PA2__PA1__PA0__RG1__PES__PM__SL
+sfr at 0xC6 MCON        ; // DS5001
+#define SL       0x01
+#define PM       0x02
+#define PES      0x04
+#define RG1      0x08
+#define PA0      0x10
+#define PA1      0x20
+#define PA2      0x40
+#define PA3      0x80
+#endif
+
 #ifdef MD0
 #undef MD0
 sfr at 0xE9 MD0         ; // MUL / DIV register 0 SAB80517
 #ifdef MD0
 #undef MD0
 sfr at 0xE9 MD0         ; // MUL / DIV register 0 SAB80517
@@ -1552,6 +2836,11 @@ sfr at 0xED MD4         ; // MUL / DIV register 4 SAB80517
 sfr at 0xEE MD5         ; // MUL / DIV register 5 SAB80517
 #endif
 
 sfr at 0xEE MD5         ; // MUL / DIV register 5 SAB80517
 #endif
 
+#ifdef MXAX
+#undef MXAX
+sfr at 0xEA MXAX        ; // Dallas DS80C390
+#endif
+
 #ifdef P0
 #undef P0
 sfr at 0x80 P0   ;
 #ifdef P0
 #undef P0
 sfr at 0x80 P0   ;
@@ -1604,6 +2893,19 @@ sbit at 0x96 CLKOUT     ;
 sbit at 0x97 T2         ;
 #endif
 
 sbit at 0x97 T2         ;
 #endif
 
+#ifdef P1_EXT__CT0I__CT1I__CT2I__CT3I__T2__RT2__SCL__SDA
+#undef P1_EXT__CT0I__CT1I__CT2I__CT3I__T2__RT2__SCL__SDA
+// Bit registers
+sbit at 0x90 CT0I      ; // Port 1 alternate functions, P80C552 specific
+sbit at 0x91 CT1I      ;
+sbit at 0x92 CT2I      ;
+sbit at 0x93 CT3I      ;
+sbit at 0x94 T2                ;
+sbit at 0x95 RT2       ;
+sbit at 0x96 SCL       ;
+sbit at 0x97 SDA       ;
+#endif
+
 #ifdef P1_EXT__x__x__x__x__x__x__T2EX__T2
 #undef P1_EXT__x__x__x__x__x__x__T2EX__T2
 // P1 alternate functions
 #ifdef P1_EXT__x__x__x__x__x__x__T2EX__T2
 #undef P1_EXT__x__x__x__x__x__x__T2EX__T2
 // P1 alternate functions
@@ -1641,7 +2943,9 @@ sbit at 0xB7 P3_7 ;
 #endif
 // alternate names
 sbit at 0xB0 RXD  ;
 #endif
 // alternate names
 sbit at 0xB0 RXD  ;
+sbit at 0xB0 RXD0  ;
 sbit at 0xB1 TXD  ;
 sbit at 0xB1 TXD  ;
+sbit at 0xB1 TXD0  ;
 sbit at 0xB2 INT0 ;
 sbit at 0xB3 INT1 ;
 sbit at 0xB4 T0   ;
 sbit at 0xB2 INT0 ;
 sbit at 0xB3 INT1 ;
 sbit at 0xB4 T0   ;
@@ -1652,6 +2956,48 @@ sbit at 0xB7 RD   ;
 #endif
 #endif
 
 #endif
 #endif
 
+#ifdef P4_AT_0X80
+#undef P4_AT_0X80
+sfr at 0x80 P4          ; // Port 4 - DS80C390
+// Bit registers
+sbit at 0x80 P4_0       ;
+sbit at 0x81 P4_1       ;
+sbit at 0x82 P4_2       ;
+sbit at 0x83 P4_3       ;
+sbit at 0x84 P4_4       ;
+sbit at 0x85 P4_5       ;
+sbit at 0x86 P4_6       ;
+sbit at 0x87 P4_7       ;
+#endif
+
+#ifdef P4_AT_0XC0__CMT0__CMT1__CMSR5__CMSR4__CMSR3__CMSR2__CMSR1__CMSR0
+#undef P4_AT_0XC0__CMT0__CMT1__CMSR5__CMSR4__CMSR3__CMSR2__CMSR1__CMSR0
+sfr at 0xC0 P4         ; // Port 4, P80C552 specific
+// Bit registers
+sbit at 0xC0 CMSR0     ;
+sbit at 0xC1 CMSR1     ;
+sbit at 0xC2 CMSR2     ;
+sbit at 0xC3 CMSR3     ;
+sbit at 0xC4 CMSR4     ;
+sbit at 0xC5 CMSR5     ;
+sbit at 0xC6 CMT0      ;
+sbit at 0xC7 CMT1      ;
+#endif
+
+#ifdef P4_AT_0XC0__P4_7__P4_6__P4_5__P4_3__P4_2__P4_1__P4_0
+#undef P4_AT_0XC0__P4_7__P4_6__P4_5__P4_3__P4_2__P4_1__P4_0
+sfr at 0xC0 P4          ; // Port 4, T89C51 specific
+// Bit registers
+sbit at 0xC0 P4_0       ;
+sbit at 0xC1 P4_1       ;
+sbit at 0xC2 P4_2       ;
+sbit at 0xC3 P4_3       ;
+sbit at 0xC4 P4_4       ;
+sbit at 0xC5 P4_5       ;
+sbit at 0xC6 P4_6       ;
+sbit at 0xC7 P4_7       ;
+#endif
+
 #ifdef P4_AT_0XE8
 #undef P4_AT_0XE8
 sfr at 0xE8 P4          ; // Port 4 - SAB80515 & compatible microcontrollers
 #ifdef P4_AT_0XE8
 #undef P4_AT_0XE8
 sfr at 0xE8 P4          ; // Port 4 - SAB80515 & compatible microcontrollers
@@ -1666,6 +3012,66 @@ sbit at 0xEE P4_6       ;
 sbit at 0xEF P4_7       ;
 #endif
 
 sbit at 0xEF P4_7       ;
 #endif
 
+#ifdef P4CNT
+#undef P4CNT
+sfr at 0x92 P4CNT       ; // DS80C390
+// Not directly accessible bits
+#define P4CNT_0  0x01
+#define P4CNT_1  0x02
+#define P4CNT_2  0x04
+#define P4CNT_3  0x08
+#define P4CNT_4  0x10
+#define P4CNT_5  0x20
+#define SBCAN    0x40
+#endif
+
+#ifdef P5_AT_0XA1
+#undef P5_AT_0XA1
+sfr at 0xA1 P5          ; // Port 5 - DS80C390
+#endif
+
+#ifdef P5_AT_0XE8
+#undef P5_AT_0XE8
+sfr at 0xE8 P5;           // Port 5 - T89C51RD2
+// Bit registers
+sbit at 0xE8 P5_0;
+sbit at 0xE9 P5_1;
+sbit at 0xEA P5_2;
+sbit at 0xEB P5_3;
+sbit at 0xEC P5_4;
+sbit at 0xED P5_5;
+sbit at 0xEE P5_6;
+sbit at 0xEF P5_7;
+#endif
+
+#ifdef P5CNT
+#undef P5CNT
+sfr at 0xA2 P5CNT       ; // DS80C390
+// Not directly accessible bits
+#define P5CNT_0  0x01
+#define P5CNT_1  0x02
+#define P5CNT_2  0x04
+#define C0_I_O   0x08
+#define C1_I_O   0x10
+#define SP1EC    0x20
+#define SBCAN0BA 0x40
+#define SBCAN1BA 0x80
+#endif
+
+#ifdef P5_AT_0XC4
+#undef P5_AT_0XC4
+sfr at 0xC4 P5         ; // Port 5, P80C552 specific
+// Not directly accessible Bits.
+#define ADC0   0x01
+#define ADC1   0x02
+#define ADC2   0x04
+#define ADC3   0x08
+#define ADC4   0x10
+#define ADC5   0x20
+#define ADC6   0x40
+#define ADC7   0x80
+#endif
+
 #ifdef P5_AT_0XF8
 #undef P5_AT_0XF8
 sfr at 0xF8 P5          ; // Port 5 - SAB80515 & compatible microcontrollers
 #ifdef P5_AT_0XF8
 #undef P5_AT_0XF8
 sfr at 0xF8 P5          ; // Port 5 - SAB80515 & compatible microcontrollers
@@ -1718,6 +3124,19 @@ sfr at 0x87 PCON ;
 #define SMOD            0x80
 #endif
 
 #define SMOD            0x80
 #endif
 
+#ifdef PCON__SMOD__x__x__WLE__GF1__GF0__PD__IDL
+#undef PCON__SMOD__x__x__WLE__GF1__GF0__PD__IDL
+sfr at 0x87 PCON       ; // PCON, P80C552 specific
+// Not directly accessible Bits.
+#define IDL    0x01
+#define IDLE    0x01  ; same as IDL
+#define PD     0x02
+#define GF0    0x04
+#define GF1    0x08
+#define WLE    0x10
+#define SMOD   0x80
+#endif
+
 #ifdef PCON__SMOD__PDS__IDLS__x__x__x__PD__IDL
 #undef PCON__SMOD__PDS__IDLS__x__x__x__PD__IDL
 sfr at 0x87 PCON ;
 #ifdef PCON__SMOD__PDS__IDLS__x__x__x__PD__IDL
 #undef PCON__SMOD__PDS__IDLS__x__x__x__PD__IDL
 sfr at 0x87 PCON ;
@@ -1739,6 +3158,21 @@ sfr at 0x87 PCON ;
 #define PCON_SMOD       0x80
 #endif
 
 #define PCON_SMOD       0x80
 #endif
 
+#ifdef PCON__SMOD__POR__PFW__WTR__EPFW__EWT__STOP__IDL
+#undef PCON__SMOD__POR__PFW__WTR__EPFW__EWT__STOP__IDL
+sfr at 0x87 PCON ;
+// Not directly accessible PCON bits
+#define IDL             0x01
+#define IDLE            0x01  ; same as IDL
+#define STOP            0x02  ;
+#define EWT             0x04
+#define EPFW            0x08
+#define WTR             0x10
+#define PFW             0x20
+#define POR             0x40
+#define SMOD            0x80
+#endif
+
 #ifdef PCON__SMOD__SMOD0__x__x__GF1__GF0__STOP__IDLE
 #undef PCON__SMOD__SMOD0__x__x__GF1__GF0__STOP__IDLE
 sfr at 0x87 PCON ;
 #ifdef PCON__SMOD__SMOD0__x__x__GF1__GF0__STOP__IDLE
 #undef PCON__SMOD__SMOD0__x__x__GF1__GF0__STOP__IDLE
 sfr at 0x87 PCON ;
@@ -1765,10 +3199,23 @@ sfr at 0x87 PCON ;
 #define OFDF            0x20
 #define SMOD0           0x40
 #define SMOD            0x80
 #define OFDF            0x20
 #define SMOD0           0x40
 #define SMOD            0x80
+#define SMOD_0          0x80  ; same as SMOD
+#endif
+
+#ifdef PCON__SMOD1__SMOD0__x__POF__GF1__GF0__PD__IDL
+#undef PCON__SMOD1__SMOD0__x__POF__GF1__GF0__PD__IDL
+sfr at 0x87 PCON;
+#define IDL    0x01
+#define PD     0x02
+#define GF0    0x04
+#define GF1    0x08
+#define POF    0x10
+#define SMOD0  0x40
+#define SMOD1  0x80
 #endif
 
 #endif
 
-#ifdef PMR
-#undef PMR
+#ifdef PMR__CD1__CD0__SWB__x__XTOFF__ALEOFF__DME1__DME0
+#undef PMR__CD1__CD0__SWB__x__XTOFF__ALEOFF__DME1__DME0
 sfr at 0xC4 PMR  ;   // DS87C520, DS83C520
 // Not directly accessible bits
 #define DME0    0x01
 sfr at 0xC4 PMR  ;   // DS87C520, DS83C520
 // Not directly accessible bits
 #define DME0    0x01
@@ -1780,6 +3227,32 @@ sfr at 0xC4 PMR  ;   // DS87C520, DS83C520
 #define CD1     0x80
 #endif
 
 #define CD1     0x80
 #endif
 
+#ifdef PMR__CD1__CD0__SWB__CTM__4X_2X__ALEOFF__x__x
+#undef PMR__CD1__CD0__SWB__CTM__4X_2X__ALEOFF__x__x
+sfr at 0xC4 PMR  ;   // DS80C390
+// Not directly accessible bits
+#define ALEOFF  0x04
+#define XTOFF   0x08
+#define _4X_2X  0x10
+#define SWB     0x20
+#define CD0     0x40
+#define CD1     0x80
+#endif
+
+#ifdef PMR__CD1__CD0__SWB__CTM__4X_2X__ALEON__DME1__DME0
+#undef PMR__CD1__CD0__SWB__CTM__4X_2X__ALEON__DME1__DME0
+sfr at 0xC4 PMR  ;   // DS89C420
+// Not directly accessible bits
+#define DME0   0x01
+#define DME1   0x02
+#define ALEON   0x04
+#define _4X_2X  0x08
+#define CTM     0x10
+#define SWB     0x20
+#define CD0     0x40
+#define CD1     0x80
+#endif
+
 #ifdef PSW
 #undef PSW
 sfr at 0xD0 PSW  ;
 #ifdef PSW
 #undef PSW
 sfr at 0xD0 PSW  ;
@@ -1794,6 +3267,21 @@ sbit at 0xD6 AC   ;
 sbit at 0xD7 CY   ;
 #endif
 
 sbit at 0xD7 CY   ;
 #endif
 
+#ifdef PWM0_AT_0XFC
+#undef PWM0_AT_0XFC
+sfr at 0xFC PWM0       ; // PWM register 0, P80C552 specific
+#endif
+
+#ifdef PWM1_AT_0XFD
+#undef PWM1_AT_0XFD
+sfr at 0xFD PWM1       ; // PWM register 1, P80C552 specific
+#endif
+
+#ifdef PWMP_AT_0XFE
+#undef PWMP_AT_0XFE
+sfr at 0xFE PWMP       ; // PWM prescaler, P80C552 specific
+#endif
+
 #ifdef RCAP2H
 #undef RCAP2H
 sfr at 0xCB RCAP2H  ;
 #ifdef RCAP2H
 #undef RCAP2H
 sfr at 0xCB RCAP2H  ;
@@ -1804,6 +3292,11 @@ sfr at 0xCB RCAP2H  ;
 sfr at 0xCA RCAP2L  ;
 #endif
 
 sfr at 0xCA RCAP2L  ;
 #endif
 
+#ifdef RNR
+#undef RNR
+sfr at 0xCF RNR  ;
+#endif
+
 #ifdef ROMSIZE__x__x__x__x__x__RMS2__RMS1__RMS0
 #undef ROMSIZE__x__x__x__x__x__RMS2__RMS1__RMS0
 sfr at 0xC2 ROMSIZE  ;   // DS87C520, DS83C520
 #ifdef ROMSIZE__x__x__x__x__x__RMS2__RMS1__RMS0
 #undef ROMSIZE__x__x__x__x__x__RMS2__RMS1__RMS0
 sfr at 0xC2 ROMSIZE  ;   // DS87C520, DS83C520
@@ -1813,6 +3306,16 @@ sfr at 0xC2 ROMSIZE  ;   // DS87C520, DS83C520
 #define RSM2    0x04
 #endif
 
 #define RSM2    0x04
 #endif
 
+#ifdef ROMSIZE__x__x__x__x__PRAME__RMS2__RMS1__RMS0
+#undef ROMSIZE__x__x__x__x__PRAME__RMS2__RMS1__RMS0
+sfr at 0xC2 ROMSIZE  ;   // DS89C420
+// Not directly accessible bits
+#define RSM0    0x01
+#define RSM1    0x02
+#define RSM2    0x04
+#define PRAME   0x08
+#endif
+
 #ifdef ROMSIZE__HBPF__BPF__TE__MOVCX__PRAME__RMS2__RMS1__RMS0
 #undef ROMSIZE__HBPF__BPF__TE__MOVCX__PRAME__RMS2__RMS1__RMS0
 sfr at 0xC2 ROMSIZE  ;   // DS87C520, DS83C520
 #ifdef ROMSIZE__HBPF__BPF__TE__MOVCX__PRAME__RMS2__RMS1__RMS0
 #undef ROMSIZE__HBPF__BPF__TE__MOVCX__PRAME__RMS2__RMS1__RMS0
 sfr at 0xC2 ROMSIZE  ;   // DS87C520, DS83C520
@@ -1827,23 +3330,64 @@ sfr at 0xC2 ROMSIZE  ;   // DS87C520, DS83C520
 #define HBPF    0x80
 #endif
 
 #define HBPF    0x80
 #endif
 
+#ifdef RPCTL
+#undef RPCTL
+sfr at 0xD8 RPCTL     ;  // Dallas DS5001 specific
+sbit at 0xD8 RG0      ;
+sbit at 0xD9 RPCON    ;
+sbit at 0xDA DMA      ;
+sbit at 0xDB IBI      ;
+sbit at 0xDC AE       ;
+sbit at 0xDD EXBS     ;
+sbit at 0xDF RNR_FLAG ;
+#endif
+
+#ifdef RTE__TP47__TP46__RP45__RP44__RP43__RP42__RP41__RP40
+#undef RTE__TP47__TP46__RP45__RP44__RP43__RP42__RP41__RP40
+sfr at 0xEF RTE            ; // Reset/toggle enable, P80C552 specific
+// Not directly accessible Bits.
+#define RP40   0x01
+#define RP41   0x02
+#define RP42   0x04
+#define RP43   0x08
+#define RP44   0x10
+#define RP45   0x20
+#define TP46   0x40
+#define TP47   0x80
+#endif
+
 #ifdef S0BUF
 #undef S0BUF
 sfr at 0x99 S0BUF ; // serial channel 0 buffer register SAB80517 specific
 #endif
 
 #ifdef S0BUF
 #undef S0BUF
 sfr at 0x99 S0BUF ; // serial channel 0 buffer register SAB80517 specific
 #endif
 
-#ifdef S0CON
-#undef S0CON
-sfr at 0x98 S0CON ; // serial channel 0 control register SAB80517 specific
+#ifdef S0CON__SM0__SM1__SM2__REN__TB8__RB8__TI__RI
+#undef S0CON__SM0__SM1__SM2__REN__TB8__RB8__TI__RI
+sfr at 0x98 S0CON ; // serial channel 0 control register P80C552 specific
 // Bit registers
 // Bit registers
-sbit at 0x98 RI0  ; // S0CON.0: receiver0 interrupt flag
-sbit at 0x99 TI0  ; // S0CON.1: transmitter0 interrupt flag
-sbit at 0x9A RB80 ; // S0CON.2: receiver0 bit8
-sbit at 0x9B TB80 ; // S0CON.3: transmitter0 bit 8
-sbit at 0x9C REN0 ; // S0CON.4: receiver0 enable
-sbit at 0x9D SM20 ; // S0CON.5: multiprocessor feature
-sbit at 0x9E SM1  ; // S0CON.6: | select serial mode
-sbit at 0x9F SM0  ; // S0CON.7: |
+// Already defined in SCON
+//sbit at 0x98 RI0  ;
+//sbit at 0x99 TI0  ;
+//sbit at 0x9A RB8  ;
+//sbit at 0x9B TB8  ;
+//sbit at 0x9C REN  ;
+//sbit at 0x9D SM2  ;
+//sbit at 0x9E SM1  ;
+//sbit at 0x9F SM0  ;
+#endif
+
+#ifdef S0CON__SM0__SM1__SM20__REN0__TB80__RB80__TI0__RI0
+#undef S0CON__SM0__SM1__SM20__REN0__TB80__RB80__TI0__RI0
+// serial channel 0 buffer register SAB80517 specific(same as stock SCON)
+sfr at 0x98 S0CON ;
+sbit at 0x98 RI0  ;
+sbit at 0x99 TI0  ;
+sbit at 0x9A RB80 ;
+sbit at 0x9B TB80  ;
+sbit at 0x9C REN0  ;
+sbit at 0x9D SM20  ;
+sbit at 0x9E SM1  ;
+sbit at 0x9F SM0  ;
 #endif
 
 #ifdef S0RELL
 #endif
 
 #ifdef S0RELL
@@ -1856,16 +3400,44 @@ sfr at 0xAA S0RELL ; // serial channel 0 reload register low byte SAB80517 speci
 sfr at 0xBA S0RELH ; // serial channel 0 reload register high byte SAB80517 specific
 #endif
 
 sfr at 0xBA S0RELH ; // serial channel 0 reload register high byte SAB80517 specific
 #endif
 
+#ifdef S1ADR__x__x__x__x__x__x__x__GC
+#undef S1ADR__x__x__x__x__x__x__x__GC
+sfr at 0xDB S1ADR      ; // Serial 1 address, P80C552 specific
+// Not directly accessible Bits.
+#define GC     0x01
+#endif
+
 #ifdef S1BUF
 #undef S1BUF
 sfr at 0x9C S1BUF ; // serial channel 1 buffer register SAB80517 specific
 #endif
 
 #ifdef S1BUF
 #undef S1BUF
 sfr at 0x9C S1BUF ; // serial channel 1 buffer register SAB80517 specific
 #endif
 
-#ifdef S1CON
-#undef S1CON
+#ifdef S1CON_AT_0X9B
+#undef S1CON_AT_0X9B
 sfr at 0x9B S1CON ; // serial channel 1 control register SAB80517 specific
 #endif
 
 sfr at 0x9B S1CON ; // serial channel 1 control register SAB80517 specific
 #endif
 
+#ifdef S1CON__CR2__ENS1__STA__ST0__SI__AA__CR1__CR0
+#undef S1CON__CR2__ENS1__STA__ST0__SI__AA__CR1__CR0
+sfr at 0xD8 S1CON      ; // Serial 1 control, P80C552 specific
+sfr at 0xD8 SICON      ; // sometimes called SICON
+// Bit register
+sbit at 0xD8 CR0       ;
+sbit at 0xD9 CR1       ;
+sbit at 0xDA AA                ;
+sbit at 0xDB SI                ;
+sbit at 0xDC ST0       ;
+sbit at 0xDD STA       ;
+sbit at 0xDE ENS1      ;
+sbit at 0xDF CR2       ;
+#endif
+
+#ifdef S1DAT_AT_0XDA
+#undef S1DAT_AT_0XDA
+sfr at 0xDA S1DAT      ; // Serial 1 data, P80C552 specific
+sfr at 0xDA SIDAT      ; // sometimes called SIDAT
+#endif
+
 #ifdef S1RELL
 #undef S1RELL
 sfr at 0x9D S1RELL ; // serial channel 1 reload register low byte SAB80517 specific
 #ifdef S1RELL
 #undef S1RELL
 sfr at 0x9D S1RELL ; // serial channel 1 reload register low byte SAB80517 specific
@@ -1876,6 +3448,17 @@ sfr at 0x9D S1RELL ; // serial channel 1 reload register low byte SAB80517 speci
 sfr at 0xBB S1RELH ; // serial channel 1 reload register high byte SAB80517 specific
 #endif
 
 sfr at 0xBB S1RELH ; // serial channel 1 reload register high byte SAB80517 specific
 #endif
 
+#ifdef S1STA__SC4__SC3__SC2__SC1__SC0__x__x__x
+#undef S1STA__SC4__SC3__SC2__SC1__SC0__x__x__x
+sfr at 0xD9 S1STA      ; // Serial 1 status, P80C552 specific
+// Not directly accessible Bits.
+#define SC0    0x08
+#define SC1    0x10
+#define SC2    0x20
+#define SC3    0x40
+#define SC4    0x80
+#endif
+
 #ifdef SADDR0
 #undef SADDR0
 // DS80C320 specific
 #ifdef SADDR0
 #undef SADDR0
 // DS80C320 specific
@@ -1890,24 +3473,25 @@ sfr at 0xAA SADDR1  ;
 
 #ifdef SADEN0
 #undef SADEN0
 
 #ifdef SADEN0
 #undef SADEN0
-// DS80C320 specific
+// DS80C320 & DS80C390 specific
 sfr at 0xB9 SADEN0  ;
 #endif
 
 #ifdef SADEN1
 #undef SADEN1
 sfr at 0xB9 SADEN0  ;
 #endif
 
 #ifdef SADEN1
 #undef SADEN1
-// DS80C320 specific
+// DS80C320 & DS80C390 specific
 sfr at 0xBA SADEN1  ;
 #endif
 
 #ifdef SBUF
 #undef SBUF
 sfr at 0x99 SBUF ;
 sfr at 0xBA SADEN1  ;
 #endif
 
 #ifdef SBUF
 #undef SBUF
 sfr at 0x99 SBUF ;
+sfr at 0x99 SBUF0 ;
 #endif
 
 #ifdef SBUF1
 #undef SBUF1
 #endif
 
 #ifdef SBUF1
 #undef SBUF1
-// DS80C320 specific
+// DS80C320 & DS80C390 specific
 sfr at 0xC1 SBUF1 ;
 #endif
 
 sfr at 0xC1 SBUF1 ;
 #endif
 
@@ -1925,21 +3509,37 @@ sbit at 0x9E SM1  ;
 sbit at 0x9F SM0  ;
 #endif
 
 sbit at 0x9F SM0  ;
 #endif
 
+#ifdef SCON0
+#undef SCON0
+sfr at 0x98 SCON0 ;
+// Bit registers
+sbit at 0x98 RI_0   ;
+sbit at 0x99 TI_0   ;
+sbit at 0x9A RB8_0  ;
+sbit at 0x9B TB8_0  ;
+sbit at 0x9C REN_0  ;
+sbit at 0x9D SM2_0  ;
+sbit at 0x9E SM1_0  ;
+sbit at 0x9F SM0_0  ;
+sbit at 0x9F FE_0   ;
+sbit at 0x9F SM0_FE_0  ;
+#endif
+
 #ifdef SCON1
 #undef SCON1
 #ifdef SCON1
 #undef SCON1
-// DS80C320 specific
+// DS80C320 - 80C390 specific
 sfr at 0xC0 SCON1  ;
 // Bit registers
 sfr at 0xC0 SCON1  ;
 // Bit registers
-sbit at 0xC8 RI_1         ;
-sbit at 0xC9 TI_1         ;
-sbit at 0xCA RB8_1        ;
-sbit at 0xCB TB8_1        ;
-sbit at 0xCC REN_1        ;
-sbit at 0xCD SM2_1        ;
-sbit at 0xCE SM1_1        ;
-sbit at 0xCF SM0_1        ;
-sbit at 0xCF FE_1         ;
-sbit at 0xCF SM0_FE_1     ;
+sbit at 0xC0 RI_1         ;
+sbit at 0xC1 TI_1         ;
+sbit at 0xC2 RB8_1        ;
+sbit at 0xC3 TB8_1        ;
+sbit at 0xC4 REN_1        ;
+sbit at 0xC5 SM2_1        ;
+sbit at 0xC6 SM1_1        ;
+sbit at 0xC7 SM0_1        ;
+sbit at 0xC7 FE_1         ;
+sbit at 0xC7 SM0_FE_1     ;
 #endif
 
 #ifdef SP
 #endif
 
 #ifdef SP
@@ -2003,6 +3603,45 @@ sfr at 0xC5 STATUS ;
 #define PIP  0x80
 #endif
 
 #define PIP  0x80
 #endif
 
+#ifdef STATUS__PIP__HIP__LIP__x__SPTA1__SPRA1__SPTA0__SPRA0
+#undef STATUS__PIP__HIP__LIP__x__SPTA1__SPRA1__SPTA0__SPRA0
+sfr at 0xC5 STATUS ; // DS80C390 specific
+// Not directly accessible Bits.
+#define SPRA0  0x01
+#define SPTA0  0x02
+#define SPRA1  0x04
+#define SPTA1  0x08
+#define LIP    0x20
+#define HIP    0x40
+#define PIP    0x80
+#endif
+
+#ifdef STATUS__PIS2__PIS1__PIS0__x__SPTA1__SPRA1__SPTA0__SPRA0
+#undef STATUS__PIS2__PIS1__PIS0__x__SPTA1__SPRA1__SPTA0__SPRA0
+sfr at 0xC5 STATUS ; // DS89C420 specific
+// Not directly accessible Bits.
+#define SPRA0  0x01
+#define SPTA0  0x02
+#define SPRA1  0x04
+#define SPTA1  0x08
+#define PIS0   0x20
+#define PIS1   0x40
+#define PIS2   0x80
+#endif
+
+#ifdef STATUS__PIP__HIP__LIP__x__SPTA1__SPRA1__SPTA0__SPRA0
+#undef STATUS__PIP__HIP__LIP__x__SPTA1__SPRA1__SPTA0__SPRA0
+sfr at 0xC5 STATUS ; // DS80C390 specific
+// Not directly accessible Bits.
+#define SPRA0  0x01
+#define SPTA0  0x02
+#define SPRA1  0x04
+#define SPTA1  0x08
+#define LIP    0x20
+#define HIP    0x40
+#define PIP    0x80
+#endif
+
 #ifdef STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
 #undef STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
 sfr at 0xC5 STATUS ; // DS87C520 & DS83520specific
 #ifdef STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
 #undef STATUS__PIP__HIP__LIP__XTUP__SPTA2__SPTA1__SPTA0__SPRA0
 sfr at 0xC5 STATUS ; // DS87C520 & DS83520specific
@@ -2017,6 +3656,34 @@ sfr at 0xC5 STATUS ; // DS87C520 & DS83520specific
 #define PIP    0x80
 #endif
 
 #define PIP    0x80
 #endif
 
+#ifdef STATUS__ST7__ST6__ST5__ST4__IA0__F0__IBF__OBF
+#undef STATUS__ST7__ST6__ST5__ST4__IA0__F0__IBF__OBF
+sfr at 0xDA STATUS ; // DS5001specific
+// Not directly accessible Bits.
+#define OBF    0x01
+#define IBF    0x02
+#define F0     0x04
+#define IA0    0x08
+#define ST4    0x10
+#define ST5    0x20
+#define ST6    0x40
+#define ST7    0x80
+#endif
+
+#ifdef STE__TG47__TG46__SP45__SP44__SP43__SP42__SP41__SP40
+#undef STE__TG47__TG46__SP45__SP44__SP43__SP42__SP41__SP40
+sfr at 0xEE STE                ; // Set enable, P80C552 specific
+// Not directly accessible Bits.
+#define SP40   0x01
+#define SP41   0x02
+#define SP42   0x04
+#define SP43   0x08
+#define SP44   0x10
+#define SP45   0x20
+#define TG46   0x40
+#define TG47   0x80
+#endif
+
 #ifdef SYSCON
 #undef SYSCON
 sfr at 0xB1 SYSCON      ; // XRAM Controller Access Control
 #ifdef SYSCON
 #undef SYSCON
 sfr at 0xB1 SYSCON      ; // XRAM Controller Access Control
@@ -2075,8 +3742,19 @@ sbit at 0xCE T2CON_6 ;
 sbit at 0xCF T2CON_7 ;
 #endif
 
 sbit at 0xCF T2CON_7 ;
 #endif
 
-#ifdef T2MOD
-#undef T2MOD
+#ifdef T2MOD__x__x__x__D13T1__D13T2__x__T2OE__DCEN
+#undef T2MOD__x__x__x__D13T1__D13T2__x__T2OE__DCEN
+// Definitions for the timer/counter 2 of the Atmel & Dallas microcontrollers
+sfr at 0xC9 T2MOD  ;
+// Not not directly accessible T2MOD bits
+#define DCEN            0x01
+#define T2OE            0x02
+#define D13T2           0x08
+#define D13T1           0x10
+#endif
+
+#ifdef T2MOD__x__x__x__x__x__x__T2OE__DCEN
+#undef T2MOD__x__x__x__x__x__x__T2OE__DCEN
 // Definitions for the timer/counter 2 of the Atmel 89x52 microcontroller
 sfr at 0xC9 T2MOD  ;
 // Not not directly accessible T2MOD bits
 // Definitions for the timer/counter 2 of the Atmel 89x52 microcontroller
 sfr at 0xC9 T2MOD  ;
 // Not not directly accessible T2MOD bits
@@ -2087,9 +3765,14 @@ sfr at 0xC9 T2MOD  ;
 #define T2OE_           0x02
 #endif
 
 #define T2OE_           0x02
 #endif
 
+#ifdef T3_AT_0XFF
+#undef T3_AT_0XFF
+sfr at 0xFF T3         ; // Timer 3, P80C552 specific
+#endif
+
 #ifdef TA
 #undef TA
 #ifdef TA
 #undef TA
-// DS80C320 specific
+// DS500x, DS80C320 & DS80C390 specific
 sfr at 0xC7 TA ;
 #endif
 
 sfr at 0xC7 TA ;
 #endif
 
@@ -2154,6 +3837,44 @@ sfr at 0x89 TMOD ;
 #define T1_MASK         0xF0
 #endif
 
 #define T1_MASK         0xF0
 #endif
 
+#ifdef TM2CON__T2IS1__T2IS0__T2ER__T2B0__T2P1__T2P0__T2MS1__T2MS0
+#undef TM2CON__T2IS1__T2IS0__T2ER__T2B0__T2P1__T2P0__T2MS1__T2MS0
+sfr at 0xEA TM2CON     ; // Timer 2 control, P80C552 specific
+// Not directly accessible Bits.
+#define T2MS0  0x01
+#define T2MS1  0x02
+#define T2P0   0x04
+#define T2P1   0x08
+#define T2B0   0x10
+#define T2ER   0x20
+#define T2IS0  0x40
+#define T2IS1  0x80
+#endif
+
+#ifdef TM2IR__T20V__CMI2__CMI1__CMI0__CTI3__CTI2__CTI1__CTI0
+#undef TM2IR__T20V__CMI2__CMI1__CMI0__CTI3__CTI2__CTI1__CTI0
+sfr at 0xC8 TM2IR      ; // Timer 2 int flag reg, P80C552 specific
+// Bit register
+sbit at 0xC8 CTI0      ;
+sbit at 0xC9 CTI1      ;
+sbit at 0xCA CTI2      ;
+sbit at 0xCB CTI3      ;
+sbit at 0xCC CMI0      ;
+sbit at 0xCD CMI1      ;
+sbit at 0xCE CMI2      ;
+sbit at 0xCF T20V      ;
+#endif
+
+#ifdef TMH2_AT_0XED
+#undef TMH2_AT_0XED
+sfr at 0xED TMH2       ; // Timer high 2, P80C552 specific
+#endif
+
+#ifdef TML2_AT_0XEC
+#undef TML2_AT_0XEC
+sfr at 0xEC TML2       ; // Timer low 2, P80C552 specific
+#endif
+
 #ifdef WCON
 #undef WCON
 sfr at 0x96 WCON   ;   // AT89S53 specific
 #ifdef WCON
 #undef WCON
 sfr at 0x96 WCON   ;   // AT89S53 specific
@@ -2168,17 +3889,25 @@ sfr at 0x96 WCON   ;   // AT89S53 specific
 
 #ifdef WDCON
 #undef WDCON
 
 #ifdef WDCON
 #undef WDCON
-// DS80C320 specific
+// DS80C320 - 390, DS89C420, etc. specific
 sfr at 0xD8 WDCON ;
 sfr at 0xD8 WDCON ;
-// Not directly accessible bits
-#define RWT    0x01    /* Timed-Access protected */
-#define EWT    0x02    /* Timed-Access protected */
-#define WTRF   0x04
-#define WDIF   0x08    /* Timed-Access protected */
-#define PFI    0x10
-#define EPFI   0x20
-#define POR    0x40    /* Timed-Access protected */
-#define SMOD_1 0x80
+//  Bit registers
+sbit at 0xD8 RWT    ;
+sbit at 0xD9 EWT    ;
+sbit at 0xDA WTRF   ;
+sbit at 0xDB WDIF   ;
+sbit at 0xDC PFI    ;
+sbit at 0xDD EPFI   ;
+sbit at 0xDE POR    ;
+sbit at 0xDF SMOD_1 ;
+#endif
+
+#ifdef WDTPRG
+#undef WDTPRG
+sfr at 0xA7 WDRPRG;
+#define WDRPRG_S0 0x01
+#define WDRPRG_S1 0x02
+#define WDRPRG_S2 0x04
 #endif
 
 #ifdef WDTREL
 #endif
 
 #ifdef WDTREL
@@ -2186,12 +3915,16 @@ sfr at 0xD8 WDCON ;
 sfr at 0x86 WDTREL    ; // Watchdof Timer reload register
 #endif
 
 sfr at 0x86 WDTREL    ; // Watchdof Timer reload register
 #endif
 
+#ifdef WDTRST
+#undef WDTRST
+sfr at 0xA6 WDRRST;
+#endif
+
 #ifdef XPAGE
 #undef XPAGE
 sfr at 0x91 XPAGE     ; // Page Address Register for Extended On-Chip Ram - Infineon / Siemens SAB80515A specific
 #endif
 
 #ifdef XPAGE
 #undef XPAGE
 sfr at 0x91 XPAGE     ; // Page Address Register for Extended On-Chip Ram - Infineon / Siemens SAB80515A specific
 #endif
 
-
 /////////////////////////
 /// Interrupt vectors ///
 /////////////////////////
 /////////////////////////
 /// Interrupt vectors ///
 /////////////////////////
@@ -2218,6 +3951,14 @@ sfr at 0x91 XPAGE     ; // Page Address Register for Extended On-Chip Ram - Infi
 #define EX2_VECTOR      5       /* 0x2B external interrupt 2 */
 #endif
 
 #define EX2_VECTOR      5       /* 0x2B external interrupt 2 */
 #endif
 
+#ifdef MICROCONTROLLER_DS5000
+#define PFW_VECTOR      5       /* 0x2B */
+#endif
+
+#ifdef MICROCONTROLLER_DS5001
+#define PFW_VECTOR      5       /* 0x2B */
+#endif
+
 #ifdef MICROCONTROLLER_DS80C32X
 #define TF2_VECTOR      5  /* 0x2B */
 #define PFI_VECTOR      6  /* 0x33 */
 #ifdef MICROCONTROLLER_DS80C32X
 #define TF2_VECTOR      5  /* 0x2B */
 #define PFI_VECTOR      6  /* 0x33 */
@@ -2240,6 +3981,19 @@ sfr at 0x91 XPAGE     ; // Page Address Register for Extended On-Chip Ram - Infi
 #define WDI_VECTOR      12 /* 0x63 */
 #endif
 
 #define WDI_VECTOR      12 /* 0x63 */
 #endif
 
+#ifdef MICROCONTROLLER_P80C552
+#define SIO1_VECTOR     5      // 0x2B SIO1 (I2C)
+#define CT0_VECTOR      6      // 0x33 T2 capture 0
+#define CT1_VECTOR      7   // 0x3B T2 capture 1
+#define CT2_VECTOR      8      // 0x43 T2 capture 2
+#define CT3_VECTOR      9      // 0x4B T2 capture 3
+#define ADC_VECTOR     10      // 0x53 ADC completion
+#define CM0_VECTOR     11      // 0x5B T2 compare 0
+#define CM1_VECTOR     12      // 0x63 T2 compare 1
+#define CM2_VECTOR     13      // 0x6B T2 compare 2
+#define TF2_VECTOR     14      // 0x73 T2 overflow
+#endif
+
 #ifdef MICROCONTROLLER_SAB80515
 #define TF2_VECTOR      5       // 0x2B timer 2
 #define EX2_VECTOR      5       // 0x2B external interrupt 2
 #ifdef MICROCONTROLLER_SAB80515
 #define TF2_VECTOR      5       // 0x2B timer 2
 #define EX2_VECTOR      5       // 0x2B external interrupt 2
@@ -2279,4 +4033,11 @@ sfr at 0x91 XPAGE     ; // Page Address Register for Extended On-Chip Ram - Infi
 #define COMPARE_VECTOR 19       // 0x9B compare
 #endif
 
 #define COMPARE_VECTOR 19       // 0x9B compare
 #endif
 
-#endif // End of the header -> #ifndef MCS51REG_H
\ No newline at end of file
+#ifdef MICROCONTORLLER_T89C51RD2
+#define TF2_VECTOR     5     /* 0x2B timer 2 */
+#define PCA_VECTOR     6     /* 0x33 Programmable Counetr Array interrupt */
+#endif /* MICROCONTORLLER_T89C51RD2 */
+
+#endif // End of the header -> #ifndef MCS51REG_H
+
+