hagary/processor-simulator

Write Phase

hagary opened this issue · 0 comments

class Writer {
    boolean canWrite(Instruction i);
    void write(Instruction i);
}