Uses of Class
dev.zemco.codegame.execution.instructions.JumpInstruction
Packages that use JumpInstruction
-
Uses of JumpInstruction in dev.zemco.codegame.execution.instructions
Subclasses of JumpInstruction in dev.zemco.codegame.execution.instructionsModifier and TypeClassDescriptionclassInstruction that performs a jump of theengineto the specified label if the value of the workingmemory cellis equal to zero.