• problem with asm and endasm
    Hi I am new user of 8051 micro controller and keil vision2. I have problem with asm and endasm . I tried the example code for asm/endasm also. But it is giving EMBEDDED_C\ASSEMBLY\ADD.C(8): error C272...
  • asm/endasm requires src-control to be active
    I'm basically trying to replicate a project onto a new blank project at the moment. I've created the new project in a different directory, matched up all the settings, copied all the files over and added...
  • using and compiling with #pragma ASM
    I wanted to use the inline assembly code with C and hence added the assembly code as follows in the last line of the program as follows #include<reg51.h> float test; unsigned int t_first,t_second...
  • #pragma asm directive
    using #pragma asm directive and generating source file is not been able to generate C_Start referance. I know that I'll have to add c51s.lib file. But in UV3 How do I add this lib file? Docs avaible...
  • asm endasm and src directive, combining C and ASM languages
    Hi, I have a pretty big file that during it's performance, in a specific place of the code flow, I would like to wait for exactly 4 clock cycles. The best way for me to do this, is using the empty...