After 06f7c9e and dfae1ef, only the RegFile is missing in order to be able to run an arbitrary amount of Computer instances at the same time (without classloader shenanigans).
However, making RegFile non-static means passing it to absolutely every instruction call. Which probably isn't that bad.
After 06f7c9e and dfae1ef, only the
RegFileis missing in order to be able to run an arbitrary amount ofComputerinstances at the same time (without classloader shenanigans).However, making
RegFilenon-static means passing it to absolutely every instruction call. Which probably isn't that bad.