GameBoy\Opcode::opcode249 PHP Method

opcode249() public static method

LD SP, HL
public static opcode249 ( Core $core )
$core Core
    public static function opcode249(Core $core)
    {
        $core->stackPointer = $core->registersHL;
    }
Opcode