GameBoy\Cbopcode::cbopcode58 PHP Method

cbopcode58() private static method

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