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
Method ControllUnit::UpdateInstructionRegister() might be called ControllUnit::ReadNextInstructionFromMemory, for example
Method Interpreter::NameBinary might be called Interpreter::GetPathOfBinary or Interpreter::GetBinaryPath
Method Interpreter::WordTranslate might be called Interpreter::TranslateWord
Method Cpu::InNames might be called Cpu::isNameContained`
Method ControllUnit::ResetGPRegister should be called ControllUnit::ResetGpRegister because, like you did it with the name of the class Cpu, you do not write upper case letter in succession.
ControllUnit::UpdateInstructionRegister()might be calledControllUnit::ReadNextInstructionFromMemory, for exampleInterpreter::NameBinarymight be calledInterpreter::GetPathOfBinaryorInterpreter::GetBinaryPathInterpreter::WordTranslatemight be calledInterpreter::TranslateWordCpu::InNamesmight be called Cpu::isNameContained`ControllUnit::ResetGPRegistershould be calledControllUnit::ResetGpRegisterbecause, like you did it with the name of the classCpu, you do not write upper case letter in succession.