GameBoy\Opcode::opcode47 PHP Method

opcode47() public static method

CPL
public static opcode47 ( Core $core )
$core Core
    public static function opcode47(Core $core)
    {
        $core->registerA ^= 0xff;
        $core->FSubtract = $core->FHalfCarry = true;
    }
Opcode