GameBoy\Opcode::opcode59 PHP Méthode

opcode59() public static méthode

DEC SP
public static opcode59 ( Core $core )
$core Core
    public static function opcode59(Core $core)
    {
        $core->stackPointer = $core->unswtuw($core->stackPointer - 1);
    }
Opcode