• PUSH and POP in Keil C
    dear all, how can I use PUSH and POP instruction in Keil C ? Thanks
  • Debug Push-Pop Access Violation
    I am trying to debug helloworld.c for the DS80c400 Tini. I configured the memory as per App613. Using CPU-DLL-c390. I have provided a .INI script which sets the PC to 0x400000 and I am single stepping...
  • Do we have to push/pop in .a51 if it is being called from .c file?
    if my main func is in C lang, & i want to call a routine which is .a51 (assembly code), do i have to push & pop variables in .a51 ???
  • How to push a label to stack?
    I am using c51 embedding asm. How to push a c label to stack?
  • Pushing a memory address.
    Hello, Is it possible to PUSH a specific memory address like : #pragma asm PUSH 0x10; #pragma endasm Is this valid code? thanks and warm regards, Sundeep