hagary/processor-simulator

Execute Phase

hagary opened this issue · 0 comments

class Executer {
    boolean canExecute(Instruction i);
    void execute(Instruction i);
}