public static function opcode101(Core $core) { $core->registersHL = (($core->registersHL & 0xff) << 8) + ($core->registersHL & 0xff); }