SPLat Logo

Push

NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map

Push

T = Z; Z = Y; Y = X

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 are lost and the contents of X are duplicated.

See also Pop