* src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears xdata and data memor...
[fw/sdcc] / device / include / mcs51reg.h
index ad156ca55ae3b53adb010ceaf6fcba8e7155a690..6062eb1bdb2d780a1212c1fd835cc1759c95a001 100644 (file)
 
    Additional definitions (use them prior the #include mcs51reg.h statement):
 
-   Ports P0 & P2 are not available for the programmer if external ROM used.
-   Use statement "#define MCS51REG_EXTERNAL_RAM" to undefine P0 & P2.
+   Ports P0 & P2 are not available if external ROM used.
+   Use statement "#define MCS51REG_EXTERNAL_ROM" to undefine P0 & P2.
 
-   Ports P0, P2, P3_6, WR, P3_7 & RD are not available for the programmer if
-   external RAM is used.
+   Ports P0, P2, P3_6, WR, P3_7 & RD are not available if external RAM is used.
    Use statement "#define MCS51REG_EXTERNAL_RAM" to undefine P0, P2,
    P3_6, WR, P3_7 & RD.