GameBoy\Opcode::opcode233 PHP Method

opcode233() public static method

JP, (HL)
public static opcode233 ( Core $core )
$core Core
    public static function opcode233(Core $core)
    {
        $core->programCounter = $core->registersHL;
    }
Opcode