I have an Atmel t89c51cc01 microcontroller. Now i want to write something in the PC (program counter. How can i do this and what is the adress of the PC???
PUSH the two bytes of the new PC value on the stack (in the same order a CALL would) and execute a RET instruction.
Or put the required address in the A+DPTR and use JMP @A+DPTR.