GameBoy\Opcode::opcode176 PHP Méthode

opcode176() public static méthode

OR B
public static opcode176 ( Core $core )
$core Core
    public static function opcode176(Core $core)
    {
        $core->registerA |= $core->registerB;
        $core->FZero = $core->registerA == 0;
        $core->FSubtract = $core->FCarry = $core->FHalfCarry = false;
    }
Opcode