• Is this an BUG?
    unsigned char far ff1 _at_ 0x010001; unsigned char far ff2 _at_ 0x020001; unsigned char far ff3 _at_ 0x030001; void main () { ff1 = 0x20; ff2 = 0x30; ff3 = 0x40; } Code Optimization: level...
  • Bug in compiler
    I,ve installed the Compiler and I can,t get even the simplest code to compile properely. Anyone know where the fix for this bug is? Or is it a limit of the demonstration version? void main...
  • Bug in compiler.
    I use evalution version 3.36 of keil compiler. Consider compilable code: #include <REG52.H> typedef unsigned char BYTE; BYTE BufStart = 0; BYTE BufStop = 0; BYTE IP_ADDR[1]; void send_byte(char...
  • Compiler bug
    Hi everybody, I'm using uVision 5.10.0.2. I have the following code: 1. double l_fDouble = 567.8; 2. int l_iInt = 600 | 0x80000000; 3. bool l_bCondition = true; 5. t_UInt32 l_iResult = (t_UInt32...
  • bug in the compiler??
    Hi All, I don't believe this is actually a bug, but can anybody explain why this code works correctly void func(int v1, int v2){ unsigned char code tbl[] = {'a', 'b', 'c', 'd', 0, '1', '2', '3',...