|
|||||||||||
Technical Support Support Resources
Product Information |
C51: Support for Philips P89C51RC & P89C51RC2Information in this article applies to:
QUESTIONDoes the Keil compiler support the Philips P89C51RC and P89C51RC2 devices? ANSWERYes. These devices are 8051 compatible and have an 8051 instruction set. So, they are supported by the compiler. Most chip-specific features are implemented through the addition of special function registers. C header files are included for the most commonly used processor derivatives. The header files define the SFRs for that derivative. I t is easy to create your own header files for new chips. In most, if not all, cases, using the extended features of these chips is as simple as adding a single line of code to this header file. For example, the following line of code declares the SFR for the 8051's port 1.
Adding register definitions is almost identical in assembly language. SEE ALSO
MORE INFORMATIONLast Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.