Reworking the test for the CPU

This commit is contained in:
AnonymusRaccoon
2020-02-10 11:39:32 +01:00
parent fc94563b41
commit bd681c49a1
10 changed files with 103 additions and 61 deletions
@@ -0,0 +1,13 @@
//
// Created by anonymus-raccoon on 2/10/20.
//
#include "../CPU.hpp"
namespace ComSquare::CPU
{
int CPU::ADC()
{
// this->_registers.a +=
}
}