Next: Instruction nip, Previous: Instruction drop4, Up: Main stack manipulation instructions [Contents][Index]
Synopsys:
swap
Exchange the two elements at the top of the stack.
Stack: ( A B -- B A)
( A B -- B A)