mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-22 22:45:52 +00:00
Starting the SBC instruction
This commit is contained in:
@@ -26,4 +26,9 @@ namespace ComSquare::CPU
|
||||
this->_registers.p.z = this->_registers.a == 0;
|
||||
this->_registers.p.n = this->_registers.a & negativeMask;
|
||||
}
|
||||
|
||||
void CPU::SBC(uint24_t valueAddr)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user