• Scope of #pragma
    If I declare: #pragma optimize(0) void func1(void) ... void func2(void) ... void func3(void) ... Does this apply only for func1 or for all subsequent functions (i.e. func2,func3,etc)?...
  • 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...
  • Out of Scope
    Hi When I debug my codes, and I used to watch the variables and sometime it says 'out of scope'. I could not find it in my manual. Can anyone kindly please explain what is out of scope? Thank...
  • 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...
  • SCOPE STACK OVERFLOW
    HI, i am writing a program in which there are many do-while loops one inside the other... when i try compile this program... it gives me a error stating.."'{' scope stack overflow.." it point to braces...