GameBoy\Opcode::opcode59 PHP Method

opcode59() public static method

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