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