Previous Topic

Next Topic

Book Contents

Book Index

Push

Pushes all register stack data down one level, resulting in the following copying of data:

Z ==> T

Y ==> Z

X ==> Y

The original contents of T is lost and the contents of X is duplicated.

See also Pop

Previous Topic

Next Topic