// // Created by anonymus-raccoon on 2/13/20. // #include "../CPU.hpp" namespace ComSquare::CPU { void CPU::SEP(uint24_t addr) { this->_registers.p.flags |= this->_bus->read(addr); } }