C51: Memory accesses providing strange results
Posted on July 29, 2014 at 16:27Hi,I would like to share some knowledge about a point that puzzled me for 3 days.In Keil µVision (C51), if you write the following: char *ptr = (char *)0x8000;for accessing data located in some Flash memory for exa...