You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registers right now are part of the control unit. This is confusing because if you look at the class ControllUnit from the outside, you would not expect it to also contain the registers. Create a new class Registers and put related code there.
The registers right now are part of the control unit. This is confusing because if you look at the class
ControllUnitfrom the outside, you would not expect it to also contain the registers. Create a new class Registers and put related code there.