• error C253: INTERNAL ERROR (ASMGEN - TRIPLE=021[01135C33])
    Hi, I'm using the V7.05 version C compiler and the V2.07b version assembler. I get the error C253 when I try to cast to far memory. Can anybody tell me why I get this error? -Sundeep
  • error in label
    i am makinga 4x4 keypad interacing program where da character pressed has to be sent serially to anothr board.. checking all 4 coulumns for each row, i gave a an exit command jb col4 exit where...
  • More than 3000 Labels ERROR
    I get an ERROR: More than 3000 Labels in Module....but it compiled 5 minutes ago...and all i changed was a value. Putting that value back didn't allow it to compile.... What exactly is Keil calling...
  • scope of label
    Is a label local or global? For instance, two functions aa1() and aa2() are in file aa. A label L is placed in aa1(). Another function bb() is located in bb file. Which function(s) can access the label...
  • using labels
    I am a computer engineering student using Microvison2. I am trying to create a small program that uses an sjmp loop comand but I don't know how to make labels in the software. Any help would be greatly...