SPLat Logo

Pop

NOTICE: Our web site is being updated, but is currently experiencing extreme slowness due to host issues. Please contact us directly.
NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map

Pop

X = Y; Y = Z; Z = T

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 are lost and T is duplicated into Z

See also Push