Previous Topic

Next Topic

Book Contents

Book Index

Pop

Pops all register stack data up one level, resulting in the following copying of data:

Y ==> X

Z ==> Y

T ==> Z

The original contents of X is lost and T is duplicated into Z

See also Push

Previous Topic

Next Topic