mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 00:07:10 +00:00
Reworking the test for the CPU
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by anonymus-raccoon on 2/10/20.
|
||||
//
|
||||
|
||||
#include "../CPU.hpp"
|
||||
|
||||
namespace ComSquare::CPU
|
||||
{
|
||||
int CPU::ADC()
|
||||
{
|
||||
// this->_registers.a +=
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user