GameBoy\Opcode::opcode47 PHP Méthode

opcode47() public static méthode

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