GameBoy\Opcode::opcode171 PHP Méthode

opcode171() public static méthode

XOR E
public static opcode171 ( Core $core )
$core Core
    public static function opcode171(Core $core)
    {
        $core->registerA ^= $core->registerE;
        $core->FZero = $core->registerA == 0;
        $core->FSubtract = $core->FHalfCarry = $core->FCarry = false;
    }
Opcode