• Address Overflow error for Code
    I am using philips MC2 controller. Following are the memory classes defined: ACTIVE MEMORY CLASSES OF MODULE: BASE START END USED MEMORY CLASS ===================================================...
  • Recursive code reference error
    Hello ALL! I would ask the next question... according http://www.keil.com/support/docs/2379.htm one must manually remove the reference between func2 and the ?CO?EXAMPLE1 segment and add MAIN...
  • Error compiling asm code
    Hi again, IÂ'm trying to compile the following code (with the SRC directive actived): void alfa (void) { #pragma ASM JMP $ ; endless loop #pragma ENDASM } but an error has occurred in other...
  • Error while assembling the code
    Sir, I was using the Keil uVision3 to simulate an 8051 assembly program using P89V51RD2 device. The program assembly code is written below: ORG 00H MOV A, #51H MOV R1, A END Sir, I followed...
  • No error whith a code space overflow
    I've noticed that the C51 linker does not always generate an error when the code space overflows its alloted space. For example, the following directive is used for the linker: CODE (0X0000-0X1BFF...