• I think it is a bug of keil5
    I think it is a bug of keil5 I have a workspace,built in uvision 4.22.0.0,with two prjects,one is testlib.uvproj,another is testcalllib.uvproj.I can also step into C files of lib file.but when I open...
  • program thinking 019c and 009c are equal
    the code is as follows: the declaration of two global variables: unsigned short int xdata x; unsigned char xdata META_TEDS[MAXINBUFF]; /*MAXINBUFF = 128*/ later in a function I have: for( x...
  • Help with sorting dates from what I think is an array?
    Hey guys, so I'm trying to take this given code: AREA RESET, DATA, READONLY EXPORT __Vectors __Vectors DCD 0x20001000 DCD Reset_Handler ALIGN AREA MYCODE, CODE, READONLY EXPORT VAR0 VAR0 DCD 0x00...
  • HOW CAN I IMPLEMENT LOGICAL THINKING IN THIS FIELD?
    HI FRIENDS, I AM EAGLE TO LEARN AND IMPROVE EMBEDDED C PROGRAMMES.I KNOW SOMEWHAT 8051MICROCONTROLLER.I AM TRYING TO WRITE SMALL ASSEMBLY PROGRAMMES.BUT I WANT TO TRY IN C51.I KNOW GENERAL 'C'.HOW FAR...
  • Why the compiler thinks I want to write assembly codes
    #include<reg51.h> typedef unsigned int u16; void main() { P0=0x01; u16 i; } Placing a statement declaring a new variable following a statement assigning an 8-bit IO port makes the compliler report...