• 8051 C complier
    Hello all, I have been programming the 8051 chip using assembly for small programs and applications such as A to D converter, alarm clock, etc. In which I have learned that it is a great pain to...
  • complier, failure, code , debugging
    The code is written well, but when I press build and enters the debug window, it misses some lines. I thought it might be the intending problem, but is the problem the Keil software. In debugger window...
  • reg. keil c complier
    dear sir, I have downloaded free demo version for Uvision 2v2.31 c complier for 8051 core, with limited memory capacity. in example programme "hello word" is in serial commumication port and "icon...
  • ARM different array size by complier
    I faced the wired situation. I have two questions. I declared the global variable of structure array type as below. A_TYPE gstXXXX[16]; Then, two functions wanted to look for the address of...
  • How to write code to help complier store variable into register??
    Hi all I try to use Generate Assembler SRC file to see the assembler code ,I found the complier is smart enough to stroe variable into register sometimes , but sometimes is strange. I try to complier...