• Integrating PVCS VM 7.5 w/ Keil uV2.3?
    I asked this question in another thread. I thought I'd start it's own thread since it was so specific. Has *anyone* integrated these two tools together? One person said he got an older version partly...
  • 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 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',...
  • 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...
  • Is it a compiler bug??
    unsigned int Begin; ... Begin=*(U16 CODE *)Begin; ... ;---- Variable 'Begin' assigned to Register 'DPTR' ---- 002C 8F82 MOV DPL,R7 002E F583 MOV DPH,A ; SOURCE LINE # 82 0030 E4 CLR A 0031 93 MOVC...