SPLat Logo

GoIfZ LLLL

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
SPLat will be shut down for the Christmas Holiday season from Friday 20 December 2024 through Tuesday 7 January 2025. We will check emails periodically and will continue to process orders but at a slower pace. Santa hat

GoIfZ LLLL

PC = (X == 0) ? LLLL : (PC + 1); Z=T; Y=Z; X=Y

This is a conditional GoTo instruction. It tests the contents of X, Popping the register stack in the process, then transfers program control (jumps) to the program line LLLL if X was zero (or False).

This instruction has the alias (alternative name) GoIfF

See also GoTo, GoIfNZ, GoIfXEQ, GoIfXNE, GoIfXGT, GoIfXGE, GoIfXLT, GoIfXLE, GoIfF, GoIfT