mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 22:25:11 +00:00
Adding 8-bit Logical Operations
Testing every current operands
This commit is contained in:
@@ -8,7 +8,7 @@ namespace ComSquare::APU
|
||||
{
|
||||
int APU::BRA()
|
||||
{
|
||||
int8_t offset = this->_getDirectValue();
|
||||
int8_t offset = this->_getImmediateData();
|
||||
|
||||
this->_internalRegisters.pc += offset;
|
||||
return 4;
|
||||
|
||||
Reference in New Issue
Block a user