Package dev.zemco.codegame.execution.instructions
package dev.zemco.codegame.execution.instructions
Provides instructions for executions.
- Author:
- Erik Zemčík
- See Also:
-
ClassDescriptionAbstract base for instruction copying values from one
memory cellto some other.Instruction that adds constant to value held in workingmemory cell.Instruction that copies value from targetmemory cellto workingmemory cell.Instruction that copies value from workingmemory cellto targetmemory cell.Instruction is an elementary operation that modifies state of theexecution context.Instruction that takes next value frominput sourceand copies it to the workingmemory cell.Thrown when an illegal state during instruction execution is reached.Instruction that performs a jump of theengineto the specified label if the value of the workingmemory cellis equal to zero.Instruction that performs a jump of theengineto the specified label.Instruction that emits current value in workingmemory celltooutput sink.