• 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...
  • 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...
  • 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...
  • 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...