Class AbstractCopyInstruction

java.lang.Object
dev.zemco.codegame.execution.instructions.AbstractCopyInstruction
All Implemented Interfaces:
IInstruction
Direct Known Subclasses:
CopyFromInstruction, CopyToInstruction

public abstract class AbstractCopyInstruction extends Object implements IInstruction
Abstract base for instruction copying values from one memory cell to some other.
Author:
Erik Zemčík