Adding all the ADC in the instruction switch case

This commit is contained in:
AnonymusRaccoon
2020-02-11 14:26:39 +01:00
parent 40d7ef1c39
commit 69f9528d20
4 changed files with 65 additions and 37 deletions
@@ -6,7 +6,7 @@
namespace ComSquare::CPU
{
int CPU::ADC()
int CPU::ADC(uint24_t valueAddr)
{
// this->_registers.a +=
}