GameBoy\Cbopcode::cbopcode56 PHP Method

cbopcode56() private static method

Cbopcode #0x38.
private static cbopcode56 ( Core $core )
$core Core
    private static function cbopcode56(Core $core)
    {
        $core->FCarry = ($core->registerB & 0x1) == 0x1;
        $core->registerB >>= 1;
        $core->FHalfCarry = $core->FSubtract = false;
        $core->FZero = $core->registerB == 0;
    }
Cbopcode