Hello, Is it possible to PUSH a specific memory address like :
#pragma asm PUSH 0x10; #pragma endasm
Thanks for the link. I wanted to store the contents of register bank 3 onto the stack without explicity changing to register bank 3 by using RS0 and RS1 bits(or by the using directive). PUSH direct. So, the contents of the address specified is stored and that's what I wanted. -Sundeep