• RET_XSTK compiler directive generating wrong code
    I am using the following compiler directives for C51.exe CFLAGS = DB OE LARGE $(INCDIR) CODE RET_XSTK WL(1) It looks like the generated code is incorrect. I have a TSK_create function with the following...
  • RET_XSTK compiler directive generating wrong code
    I am using the following compiler directives for C51.exe CFLAGS = DB OE LARGE $(INCDIR) CODE RET_XSTK WL(1) It looks like the generated code is incorrect. I have a TSK_create function with the following...
  • Wrong code generation.
    I'm using the Keil C251 Compiler Optimizing 80251 C Compiler Version 1.x (DLL 1.24) The following instruction is in a function called after an SIO Interrupt: byLength = abyRecBuf[0] And the...
  • Wrong code generation.
    I'm using the Keil C251 Compiler Optimizing 80251 C Compiler Version 1.x (DLL 1.24) The following instruction is in a function called after an SIO Interrupt: byLength = abyRecBuf[0] And the...
  • AT89S8253: Wrong SRC code generated
    Hi, I'm using a AT89S8253 as Target device. My application uses Timer 0 interrupt. The T0 ISR needs to have some code written in inline Assembler, requiring to generate and assemble SRC file. If...