GameBoy\Opcode::opcode51 PHP Méthode

opcode51() public static méthode

INC SP
public static opcode51 ( Core $core )
$core Core
    public static function opcode51(Core $core)
    {
        $core->stackPointer = $core->stackPointer + 1 & 0xffff;
    }
Opcode