Class JumpIfZeroInstruction

java.lang.Object
dev.zemco.codegame.execution.instructions.JumpInstruction
dev.zemco.codegame.execution.instructions.JumpIfZeroInstruction
All Implemented Interfaces:
IInstruction

public class JumpIfZeroInstruction extends JumpInstruction
Instruction that performs a jump of the engine to the specified label if the value of the working memory cell is equal to zero.
Author:
Erik Zemčík