TheEmeraldBee / UVSim

CS-2450 UVSim Project
1 stars 0 forks source link

Instruction Abstraction #2

Closed TheEmeraldBee closed 1 week ago

TheEmeraldBee commented 1 week ago

Implementation

Implement a basic Instruction Interface to abstract away from instruction implementations into each instruction being it's own class.

Requirements