• Breaking instructions into two lines
    Hi everyone, How can I break a long instruction line into two or three lines to improve readability of the program written in " C language ? Best regards, Deepak
  • Need two 89C51RE2SLSUM MCUs!
    We are redoing an 87C51FB design with the 87C51MC2, which is readilly available from DigiKey. The problem is, the -MC2 is an OTP part, and we have a lot of code development to do yet. This is going to...
  • two indentifiers in the same line, no operators
    What is this line and what does it do. The first part is a previous enumeration, the second part is the first occurrence in the module. static enum DEFROST_STATE PreviousState;
  • how to program when i need two 82c55
    When I use one 82c55. I can define as follow: #define D8255A XBYTE[0xeffc] #define D8255B XBYTE[0xeffd] #define D8255C XBYTE[0xeffe] #define C8255 XBYTE[0xefff] Now I need to use two chips of 82c55...
  • I need to access two memory of xdata
    Hi, I have two memory (Flash & NVRAM). I need to access both memories. I am writing program in C. If I want to store some variables in NVRAM and some in Flash how do I do it? Is there any mechanism...