+2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+ * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
+ definitions)
+
2006-08-20 Borut Razem <borut.razem AT siol.net>
* sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
#define RXD P3_0\r
\r
/* SCON */\r
-__sbit __at (0x98) SCON_7; // alternatively "FE"\r
-__sbit __at (0x98) SCON_7;\r
-__sbit __at (0x98) SCON_6;\r
-__sbit __at (0x98) SCON_5;\r
-__sbit __at (0x98) SCON_4;\r
-__sbit __at (0x98) SCON_3;\r
-__sbit __at (0x98) SCON_2;\r
-__sbit __at (0x98) SCON_1;\r
+__sbit __at (0x9F) SCON_7; // alternatively "FE"\r
+__sbit __at (0x9E) SCON_6;\r
+__sbit __at (0x9D) SCON_5;\r
+__sbit __at (0x9C) SCON_4;\r
+__sbit __at (0x9B) SCON_3;\r
+__sbit __at (0x9A) SCON_2;\r
+__sbit __at (0x99) SCON_1;\r
__sbit __at (0x98) SCON_0;\r
\r
#define SM0 SCON_7 // alternatively "FE"\r