• 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...
  • I have a problem. How to extrn asm in C inline asm.
    I want to extrn a function in asm in C. example: _asm { extrn test:near call test } like the example: but I have a exception like that: inline syntax error in 'opcode'; found 'test'
  • I have a problem. How to extrn asm in C inline asm.
    I want to extrn a function in asm in C. example: _asm { extrn test:near call test } like the example: but I have a exception like that: inline syntax error in 'opcode'; found 'test'
  • which rigisters must pushed into stack when i call asm from c or call c funciton from asm?
    hi,i am a newbie to c51,now i am am confused at this question that which rigisters must i push into stack when i call asm from c or call c function from asm,except the registers that i apparent used.be...