Microcontroller › 8051 › reg51.h › No! In keil uVision it is
January 27, 2015 at 12:25 pm
#12544
doraemon
Participant
No! In keil uVision it is generic header file which can be used for all 8031 and 8051 microcontrollers. 89c51 is 8051 based microcontroller so you can use this for it. header file simply defines register addresses in hexadecimal so you dont have to remember hexadecimal value of different registers like Accumulator has hexacecimal value of 0xE0.