• 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...
  • 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...
  • #pragma ASM/ENDASM inside a #define (???)
    Hello, I'm having trouble using #pragma ASM/ENDASM inside a #define statement. This is what I want to do inside the #define: - push ACC (assembly) - push IE (assembly) - EA = 0 (C) This...
  • .asm language
    can any one help ! how do i display a number larger than 9 in a LCD screen using .asm language
  • #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...