You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTS (ReTurn from Subroutine) — 8bitworkshop documentation
PC = Pop(); PC = (PC | (Pop() << 8)) + 1 RTS performs a return from subroutine by retrieving the address of the next instruction from the stack and setting the program counter (PC) to that address ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
RTS (ReTurn from Subroutine) — 8bitworkshop documentation
PC = Pop(); PC = (PC | (Pop() << 8)) + 1 RTS performs a return from subroutine by retrieving the address of the next instruction from the stack and setting the program counter (PC) to that address ...
http://8bitworkshop.com/docs/chips/m6502/insns/RTS.html
Beta Was this translation helpful? Give feedback.
All reactions