• Compiling differences between C51 v7.03 and v8.06
    Hello! I have uVision that compiles fine with the C51 v7.03 compiler and the related package, but not complete with the 8.06. I used two different Keil installations. All files are in the same folder...
  • How to use MS VSS 6.0 with uVision3 V3.53, C51 V8.06
    I am trying to configure uVision to work with MS VSS 6.0, I have chosen template microsoft visual sourcesafe6. but when i try to check in files it opens up command window and hangs there. Please...
  • C51 + Assembler
    Hey guys I'm going to be importing some ASM code from an old project, how do I know what registers I can use, I don't want to conflict with anything that the compiler has decided to do. thanx! ...
  • Assembly and C51
    Hello,there: I have met a tough quesiton, how to program with C and Assembly in the project using KEIL(verison 3.0), for example, I wana program the frame with C, and the functions with assembly, especially...
  • inline assembly with C51 v3.20
    On the manual of C51 v3.2, writing and using assembly functions are described and is working successfully. However, there is no clue about the inline assembly on the manual. Does anybody know anything...