backend-infra-engineer: Pre-0.2.2 2024 Q1 snapshot
This commit is contained in:
@@ -1576,6 +1576,8 @@ void CPU::LogInstructions(uint16_t PC, uint8_t opcode, uint16_t operand,
|
||||
<< static_cast<int>(DB);
|
||||
std::cout << " D:" << std::hex << std::setw(2) << std::setfill('0')
|
||||
<< static_cast<int>(D);
|
||||
std::cout << " SP:" << std::hex << std::setw(4) << std::setfill('0')
|
||||
<< SP();
|
||||
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user