• A51 FATAL ERROR
    A51 FATAL ERROR - ERROR: LIMIT EXCEEDED: SYMBOL-TABLE SPACE EXHAUSTED while building a target i am encouting with this error and my for loops in code are unable to work as loops as they are treating...
  • #not control in A51
    Could someone help me with the following: mov a,#not 0x08 will simply place the value 0x08 into accumulator. The following however does not work and I would like to know why: bit_mask equ...
  • Fatal error L213
    Information in this support solution applies to: C51 Version 6.00 I receive the following error when I link a very simple project in the EVAL version: FATAL ERROR L213:I/O ERROR ON WORK FILE...
  • FATAL ERROR L210
    When i compile the following code : counsigned char a,b,value; void main() { value = 0xF0; a = (value >> 4) && 0x0F; b = (value << 4) && 0x0F; } i get this error massage: ***FATAL ERROR...
  • FATAL ERROR L245
    My program compiles fine, but when I attempt to execute the linker, I receive the error message FATAL ERROR L245: ADDRESS RANGE INVLAID FOR THIS CLASS TYPE. What is the resolution for this error?...