not logged in | [Login]

push({regA, regB}) Push a set of registers onto the stack

pop({regA, regB}) Restore a set of registers from the stack

The register list may contain one or more registers. they may be specified in any order: it is not necessary to pop saved registers in any particular order.

back