Decompiler-VB.Net
CN
登录
VBReFormer Gen2 引擎从零重写,完整支持 P-Code,在线工作室进入公开测试。 阅读公告 →
VBReFormer — 反编译覆盖率

反编译器究竟能恢复多少 VB6 代码

在 207 个 VB6 程序上测量:125 个编译为原生代码,82 个编译为 P-code。对每个 MSVBVM60.DLL 运行时函数和 P-code 指令集中的每条指令,列出重建源代码时所应用的处理方式。所有数值均在这些程序上统计得出。

使用第 2 代引擎(VBReFormer 7)测量,报告日期为 2026 年 8 月 4 日,基于 207 个程序。P-code 表共有 1,536 个槽位,其中 1,164 个承载已定义的指令:下方百分比均以这 1,164 条为基准。

分析的 VB6 程序207
其中编译为原生代码125
其中编译为 P-code82
反编译的过程(原生)888
解码的过程(P-code)558
解码的 P-code 指令11 836

覆盖率

每个比率都附有分子和分母。
运行时函数 — 原生代码
83,9%遇到的 347 个函数中的 291 个

翻译为具名 VB6 构造:256(73.8%)。吸收:35(10.1%)。

总体:被所分析的 125 个原生代码程序中至少一个调用的 MSVBVM60.DLL 函数。其余 56 个:55 个以其运行时名称输出,1 个无处理。
运行时函数 — P-code
71,4%遇到的 91 个函数中的 65 个

翻译为具名 VB6 构造:61(67.0%)。通用处理:4(4.4%)。

总体:被所分析的 82 个 P-code 程序中至少一个调用的 MSVBVM60.DLL 函数。其余 26 个以其运行时名称输出。
P-code 指令集
99,5%已定义的 1,164 条指令中的 1,158 条

已翻译:836(71.8%)。吸收:208(17.9%)。通用处理:114(9.8%)。

按所分析程序中实际解码的指令统计:11,836 条中的 11,824 条,即 99.9%。已定义的 1,164 条指令中仍有 6 条无处理。

按处理级别细分

四个总体,分别统计。
遇到的运行时函数 — 编译为原生代码的程序347 个函数
256
35
55
翻译为 VB6 256 73,8 %吸收 35 10,1 %运行时名称 55 15,9 %无处理 1 0,3 %
遇到的运行时函数 — 编译为 P-code 的程序91 个函数
61
26
翻译为 VB6 61 67,0 %通用处理 4 4,4 %运行时名称 26 28,6 %
P-code 指令集中已定义的指令 — 六张表1,164 条指令
836
208
114
翻译为 VB6 836 71,8 %吸收 208 17,9 %通用处理 114 9,8 %无处理 6 0,5 %
解码的 P-code 指令 — 在所分析的程序中11,836 条指令
6 905
1 391
3 528
翻译为 VB6 6 905 58,3 %吸收 1 391 11,8 %通用处理 3 528 29,8 %无处理 12 0,1 %
翻译为 VB6生成一个具名的 VB6 构造:函数、运算符、转换或语句。名称和形式均经过验证。
吸收编译后程序的内部机制,在重建的 VB6 代码中有意不再输出。
通用处理在没有针对此情况的特定规则下生成输出:看似合理,但未经验证。
运行时名称调用以其运行时名称输出,即 __vbaXxx(…) 或 rtcXxx(…)。
无处理既无特定规则,也无通用处理。
遇到的函数
根据程序中读取的导入表,被所分析程序中至少一个调用的 MSVBVM60.DLL 函数。该库共列出 636 个函数;其中 347 个在原生代码程序中遇到,91 个在 P-code 程序中遇到。
已定义的指令
P-code 指令集六张表的 1,536 个地址中,承载指令的地址:1,164 个。
解码的指令
在所分析程序中读取的每条指令,按出现次数计数:11,836 条。

指令集地图

六张各 256 个地址的表。列 = 低四位,行 = 高四位。1,164 个地址承载指令,372 个不承载。
Table 0256 条中的 254 条指令
Table 1256 条中的 194 条指令
Table 2256 条中的 225 条指令
Table 3256 条中的 240 条指令
Table 4256 条中的 197 条指令
Table 5256 条中的 54 条指令
承载指令的地址 1 164 无指令的地址 372 不同的指令名称 819

逐名列出翻译内容

三份按名称排列的列表:256 + 61 个运行时函数,836 条指令。

这些列表枚举翻译为具名 VB6 构造的条目 — 函数、运算符、转换或语言语句。它们仅列出这些条目:既不是 MSVBVM60.DLL 的清单,也不是指令集的清单。多个条目可能生成相同的 VB6 构造:它们对应所处理的不同数据类型。

翻译为 VB6 代码的运行时函数 — 编译为原生代码的程序

256 个在编译为原生代码的程序中遇到的 MSVBVM60.DLL 运行时函数,以及重建源代码时生成的 VB6 构造。

运行时函数VB6 构造描述类别
__vbaAryCopy=Assignment of an array数组和集合
__vbaAryMove=Assignment of an array数组和集合
__vbaBoolErrVarCBoolConversion to Boolean转换
__vbaBoolStrCBoolConversion to Boolean转换
__vbaBoolVarCBoolConversion to Boolean转换
__vbaCopyBytesLSetLeft-aligned copy字符串
__vbaCyAdd+Addition运算符
__vbaCyErrVarCCurConversion to Currency转换
__vbaCyI2CCurConversion to Currency转换
__vbaCyI4CCurConversion to Currency转换
__vbaCyMul*Multiplication运算符
__vbaCyMulI2*Multiplication运算符
__vbaCySub-Subtraction, or negative sign运算符
__vbaDateR8CDateConversion to Date转换
__vbaDateStrCDateConversion to Date转换
__vbaDateVarCDateConversion to Date转换
__vbaEraseEraseClearing of an array数组和集合
__vbaErrorErrorRaising of an error by its number错误
__vbaFileCloseClose #Closing of a file文件
__vbaFileCloseAllCloseClosing of all open files文件
__vbaFileOpenOpenOpening of a file文件
__vbaForEachAryFor Each … In …Start of a loop over the elements of a collection or an array数组和集合
__vbaForEachCollVarFor Each … In …Start of a loop over the elements of a collection or an array数组和集合
__vbaForEachVarFor Each … In …Start of a loop over the elements of a collection or an array数组和集合
__vbaFpCDblR4CDblConversion to Double转换
__vbaFpCDblR8CDblConversion to Double转换
__vbaFpCSngR4CSngConversion to Single转换
__vbaFpCSngR8CSngConversion to Single转换
__vbaFpCyCCurConversion to Currency转换
__vbaFPFixFixInteger part truncated toward zero数学
__vbaFpI2CIntConversion to Integer转换
__vbaFpI4CLngConversion to Long转换
__vbaFPIntIntInteger part数学
__vbaFpR8CDblConversion to Double转换
__vbaFpUI1CByteConversion to Byte转换
__vbaGet4Get #Read of a record in random access文件
__vbaI2CyCIntConversion to Integer转换
__vbaI2I4CIntConversion to Integer转换
__vbaI2StrCIntConversion to Integer转换
__vbaI2VarCIntConversion to Integer转换
__vbaI4AbsAbsAbsolute value数学
__vbaI4CyCLngConversion to Long转换
__vbaI4ErrVarCLngConversion to Long转换
__vbaI4SgnSgnSign of a number数学
__vbaI4StrCLngConversion to Long转换
__vbaI4VarCLngConversion to Long转换
__vbaInStrInStrPosition of a substring in a string字符串
__vbaInStrVarInStrPosition of a substring in a string字符串
__vbaInStrVarBInStrBPosition of a substring, in bytes字符串
__vbaLateMemCallobj.Membre …Call to a member resolved at run time对象
__vbaLateMemCallLdx = obj.Membre(…)Late-bound call to a member, with return value对象
__vbaLateMemStobj.Membre = …Assignment of a member resolved at run time对象
__vbaLateMemStAdobj.Membre = …Assignment of a member resolved at run time对象
__vbaLboundLBoundLower bound of an array数组和集合
__vbaLenBstrLenLength of a string or size of a variable字符串
__vbaLenBstrBLenLength of a string or size of a variable字符串
__vbaLenVarLenLength of a string or size of a variable字符串
__vbaLenVarBLenLength of a string or size of a variable字符串
__vbaLsetFixstrLSetLeft-aligned assignment into a fixed-length string字符串
__vbaMidStmtBstrMid(s, n) = …Replacement of characters inside a string字符串
__vbaNextEachAryNextMove to the next element of a For Each loop数组和集合
__vbaNextEachCollVarNextMove to the next element of a For Each loop数组和集合
__vbaObjIsIsIdentity comparison between two objects运算符
__vbaObjSetSet x = …Assignment of an object reference对象
__vbaObjSetAddrefSet x = …Assignment of an object reference对象
__vbaObjVarobjAccess to an object variable or an indexed element对象
__vbaOnErrorOn ErrorInstallation of the error handler错误
__vbaPowerR8^Exponentiation运算符
__vbaPrintFilePrint #Write to a file文件
__vbaPrintObjPrintWrite to an object (Debug, Form, Printer)文件
__vbaR4CyCSngConversion to Single转换
__vbaR4VarCSngConversion to Single转换
__vbaR8CyCDblConversion to Double转换
__vbaR8ErrVarCDblConversion to Double转换
__vbaR8SgnSgnSign of a number数学
__vbaR8StrCDblConversion to Double转换
__vbaR8VarCDblConversion to Double转换
__vbaRecAnsiToUnit = uAssignment of a user-defined type运算符
__vbaRecAssignt = uAssignment of a user-defined type运算符
__vbaRedimReDimResizing of an array数组和集合
__vbaRedimPreserveReDim PreserveResizing of an array preserving its contents数组和集合
__vbaRefVarArya()Access to the array contained in a Variant数组和集合
__vbaResumeResumeResuming execution after an error错误
__vbaRsetFixstrRSetRight-aligned assignment into a fixed-length string字符串
__vbaStrBoolCStrConversion to String转换
__vbaStrCat&Concatenation of two strings运算符
__vbaStrCmpStrCompComparison of two strings字符串
__vbaStrCompStrCompComparison of two strings字符串
__vbaStrCopy=Assignment of a string运算符
__vbaStrCyCStrConversion to String转换
__vbaStrDateCStrConversion to String转换
__vbaStrErrVarCopyCStrConversion to String转换
__vbaStrI2CStrConversion to String转换
__vbaStrI4CStrConversion to String转换
__vbaStrMove=Assignment of a string运算符
__vbaStrR8CStrConversion to String转换
__vbaStrTextCmpStrCompComparison of two strings字符串
__vbaStrTextLikeLikeComparison of a string to a pattern运算符
__vbaStrVarCopyCStrConversion to String转换
__vbaStrVarMoveCStrConversion to String转换
__vbaStrVarValCStrConversion to String转换
__vbaUboundUBoundUpper bound of an array数组和集合
__vbaUI1I2CByteConversion to Byte转换
__vbaUI1I4CByteConversion to Byte转换
__vbaVarAdd+Addition运算符
__vbaVarAndAndLogical AND运算符
__vbaVarCat&Concatenation of two strings运算符
__vbaVarCmpEq=Equality comparison运算符
__vbaVarCmpGt>“Greater than” comparison运算符
__vbaVarCmpLt<“Less than” comparison运算符
__vbaVarCmpNe<>Inequality comparison运算符
__vbaVarCopy=Assignment of a Variant运算符
__vbaVarDiv/Division运算符
__vbaVarDup=Assignment of a Variant运算符
__vbaVarEqvEqvLogical equivalence运算符
__vbaVarIdiv\Integer division运算符
__vbaVarImpImpLogical implication运算符
__vbaVarIndexLoadv(i)Read of an indexed element of a Variant数组和集合
__vbaVarIndexLoadRefv(i)Read of an indexed element of a Variant数组和集合
__vbaVarIndexLoadRefLockobjAccess to an object variable or an indexed element对象
__vbaVarLateMemCallLdx = obj.Membre(…)Late-bound call to a member, with return value对象
__vbaVarLateMemStobj.Membre = …Assignment of a member resolved at run time对象
__vbaVarModModRemainder of integer division运算符
__vbaVarMove=Assignment of a Variant运算符
__vbaVarMul*Multiplication运算符
__vbaVarNeg-Subtraction, or negative sign运算符
__vbaVarNotNotLogical negation运算符
__vbaVarOrOrLogical OR运算符
__vbaVarSetObjSet x = …Assignment of an object reference对象
__vbaVarSub-Subtraction, or negative sign运算符
__vbaVarTextCmpEq=Equality comparison运算符
__vbaVarTextCmpNe<>Inequality comparison运算符
__vbaVarTextTstEq=Equality comparison运算符
__vbaVarTextTstGt>“Greater than” comparison运算符
__vbaVarTextTstLe<=“Less than or equal to” comparison运算符
__vbaVarTextTstNe<>Inequality comparison运算符
__vbaVarTstEq=Equality comparison运算符
__vbaVarTstGt>“Greater than” comparison运算符
__vbaVarTstLt<“Less than” comparison运算符
__vbaVarTstNe<>Inequality comparison运算符
__vbaVarVargNofree=Assignment of a Variant运算符
__vbaVarXorXorExclusive OR运算符
__vbaVarZero=Assignment of a Variant运算符
rtcAnsiValueBstrAscCode of the first character of a string字符串
rtcAppActivateAppActivateActivation of an application window系统
rtcArrayArrayArray built from a list of values数组和集合
rtcAtnAtnArctangent数学
rtcBeepBeepSound signal系统
rtcBstrFromAnsiChr$Character matching a code字符串
rtcBstrFromCharChrW$Unicode character matching a code字符串
rtcBstrFromErrorError$Message of an error by its number错误
rtcBstrFromFormatVarFormat$Formatting of a value according to a template字符串
rtcByteValueBstrAscBFirst byte of a string字符串
rtcChangeDirChDirChange of current directory文件
rtcChangeDriveChDriveChange of current drive文件
rtcChooseChooseValue selected from a list by its index判断和选择
rtcCommandBstrCommand$Command line passed to the program系统
rtcCosCosCosine数学
rtcCreateObject2CreateObjectCreation of an object from its identifier对象
rtcCurrentDirCurDirCurrent directory文件
rtcCurrentDirBstrCurDir$Current directory文件
rtcDateAddDateAddDate shifted by an interval日期和时间
rtcDateDiffDateDiffDifference between two dates日期和时间
rtcDatePartDatePartComponent of a date日期和时间
rtcDeleteSettingDeleteSettingDeletion of a saved setting系统
rtcDirDirFile name matching a pattern文件
rtcDoEventsDoEventsYielding control to the system系统
rtcEndOfFileEOFEnd of file reached文件
rtcEnvironBstrEnviron$Value of an environment variable系统
rtcErrObjErrCurrent error object错误
rtcExpExpExponential数学
rtcFileCopyFileCopyCopy of a file文件
rtcFileDateTimeFileDateTimeLast modification date of a file文件
rtcFileLenFileLenSize of a file文件
rtcFilterFilterSelection of the elements of an array of strings字符串
rtcFormatNumberFormatNumberFormatting of a number字符串
rtcFreeFileFreeFileNext available file number文件
rtcGetDateValueDateValueDate read from a string日期和时间
rtcGetDateVarDateCurrent date日期和时间
rtcGetDayOfMonthDayDay of the month of a date日期和时间
rtcGetDayOfWeekWeekdayDay of the week of a date日期和时间
rtcGetErlErlLine number of the last error错误
rtcGetHourOfDayHourHour of a time value日期和时间
rtcGetMinuteOfHourMinuteMinutes of a time value日期和时间
rtcGetMonthOfYearMonthMonth of a date日期和时间
rtcGetPresentDateNowCurrent date and time日期和时间
rtcGetSecondOfMinuteSecondSeconds of a time value日期和时间
rtcGetTimeValueTimeValueTime read from a string日期和时间
rtcGetTimeVarTimeCurrent time日期和时间
rtcGetYearYearYear of a date日期和时间
rtcHexBstrFromVarHex$Hexadecimal representation of a number转换
rtcHexVarFromVarHexHexadecimal representation of a number转换
rtcImmediateIfIIfChoice between two values according to a condition判断和选择
rtcInStrRevInStrRevPosition of a substring searched from the end字符串
rtcIsArrayIsArrayTest: the value is an array判断和选择
rtcIsDateIsDateTest: the value is a date判断和选择
rtcIsEmptyIsEmptyTest: the Variant is empty判断和选择
rtcIsMissingIsMissingTest: the optional argument is missing判断和选择
rtcIsNullIsNullTest: the value is Null判断和选择
rtcIsNumericIsNumericTest: the value is numeric判断和选择
rtcIsObjectIsObjectTest: the value is an object判断和选择
rtcJoinJoinJoining of an array into a string字符串
rtcKillFilesKillDeletion of a file文件
rtcLeftCharBstrLeft$First characters of a string字符串
rtcLeftCharVarLeftFirst characters of a string字符串
rtcLeftTrimBstrLTrim$String stripped of its leading spaces字符串
rtcLogLogNatural logarithm数学
rtcLowerCaseBstrLCase$String converted to lowercase字符串
rtcLowerCaseVarLCaseString converted to lowercase字符串
rtcMakeDirMkDirCreation of a directory文件
rtcMidCharBstrMid$Substring taken at a given position字符串
rtcMidCharVarMidSubstring taken at a given position字符串
rtcMidVarMidBSubstring taken at a given position, in bytes字符串
rtcMonthNameMonthNameName of the month日期和时间
rtcMsgBoxMsgBoxMessage box系统
rtcOctBstrFromVarOct$Octal representation of a number转换
rtcPackDateDateSerialDate built from three numbers日期和时间
rtcPackTimeTimeSerialTime built from three numbers日期和时间
rtcQBColorQBColorColor from an indexed palette系统
rtcR8ValFromBstrValNumeric value read at the start of a string转换
rtcRandomizeRandomizeSeeding of the pseudo-random generator系统
rtcRandomNextRndPseudo-random number数学
rtcRemoveDirRmDirDeletion of a directory文件
rtcReplaceReplaceReplacement of a substring by another字符串
rtcRgbRGBColor composed of three components系统
rtcRightCharBstrRight$Last characters of a string字符串
rtcRightCharVarRightLast characters of a string字符串
rtcRightTrimBstrRTrim$String stripped of its trailing spaces字符串
rtcRoundRoundRounding of a number数学
rtcSetFileAttrSetAttrAttributes of a file文件
rtcShellShellLaunch of a program系统
rtcSinSinSine数学
rtcSpaceBstrSpace$String made of spaces字符串
rtcSpaceVarSpaceString made of spaces字符串
rtcSplitSplitSplitting of a string into an array字符串
rtcSqrSqrSquare root数学
rtcStrConvVar2StrConvCase or character set conversion转换
rtcStrFromVarStr$Decimal representation of a number转换
rtcStringBstrString$String made of a repeated character字符串
rtcStringVarStringString made of a repeated character字符串
rtcStrReverseStrReverseString read in reverse字符串
rtcSwitchSwitchFirst value whose condition is true判断和选择
rtcTanTanTangent数学
rtcTrimBstrTrim$String stripped of its leading and trailing spaces字符串
rtcTrimVarTrimString stripped of its leading and trailing spaces字符串
rtcTypeNameTypeNameName of the data type of a value判断和选择
rtcUpperCaseBstrUCase$String converted to uppercase字符串
rtcUpperCaseVarUCaseString converted to uppercase字符串
rtcVarBstrFromAnsiChrCharacter matching a code字符串
rtcVarBstrFromCharChrWUnicode character matching a code字符串
rtcVarFromFormatVarFormatFormatting of a value according to a template字符串
rtcVarStrFromVarStrDecimal representation of a number转换
rtcVarTypeVarTypeCode of the data type contained in a Variant判断和选择
rtcWeekdayNameWeekdayNameName of the day of the week日期和时间
rtDecFromVarCDecConversion to Decimal转换
VarPtrVarPtrMemory address of a variable系统

翻译为 VB6 代码的运行时函数 — 编译为 P-code 的程序

61 个在编译为 P-code 的程序中遇到的 MSVBVM60.DLL 运行时函数,以及重建源代码时生成的 VB6 构造。

运行时函数VB6 构造描述类别
rtcAnsiValueBstrAscCode of the first character of a string字符串
rtcArrayArrayArray built from a list of values数组和集合
rtcAtnAtnArctangent数学
rtcCharValueBstrAscWUnicode code of the first character of a string字符串
rtcCosCosCosine数学
rtcDateAddDateAddDate shifted by an interval日期和时间
rtcDateDiffDateDiffDifference between two dates日期和时间
rtcDatePartDatePartComponent of a date日期和时间
rtcExpExpExponential数学
rtcFormatNumberFormatNumberFormatting of a number字符串
rtcFreeFileFreeFileNext available file number文件
rtcGetDayOfMonthDayDay of the month of a date日期和时间
rtcGetDayOfWeekWeekdayDay of the week of a date日期和时间
rtcGetHourOfDayHourHour of a time value日期和时间
rtcGetMinuteOfHourMinuteMinutes of a time value日期和时间
rtcGetMonthOfYearMonthMonth of a date日期和时间
rtcGetPresentDateNowCurrent date and time日期和时间
rtcGetSecondOfMinuteSecondSeconds of a time value日期和时间
rtcGetTimerTimerNumber of seconds elapsed since midnight日期和时间
rtcGetYearYearYear of a date日期和时间
rtcHexVarFromVarHexHexadecimal representation of a number转换
rtcInStrRevInStrRevPosition of a substring searched from the end字符串
rtcIsArrayIsArrayTest: the value is an array判断和选择
rtcIsDateIsDateTest: the value is a date判断和选择
rtcIsEmptyIsEmptyTest: the Variant is empty判断和选择
rtcIsNullIsNullTest: the value is Null判断和选择
rtcIsNumericIsNumericTest: the value is numeric判断和选择
rtcIsObjectIsObjectTest: the value is an object判断和选择
rtcJoinJoinJoining of an array into a string字符串
rtcLeftCharVarLeftFirst characters of a string字符串
rtcLeftTrimVarLTrimString stripped of its leading spaces字符串
rtcLogLogNatural logarithm数学
rtcLowerCaseVarLCaseString converted to lowercase字符串
rtcMidCharVarMidSubstring taken at a given position字符串
rtcMsgBoxMsgBoxMessage box系统
rtcOctVarFromVarOctOctal representation of a number转换
rtcPackDateDateSerialDate built from three numbers日期和时间
rtcPackTimeTimeSerialTime built from three numbers日期和时间
rtcQBColorQBColorColor from an indexed palette系统
rtcR8ValFromBstrValNumeric value read at the start of a string转换
rtcRandomNextRndPseudo-random number数学
rtcReplaceReplaceReplacement of a substring by another字符串
rtcRightCharVarRightLast characters of a string字符串
rtcRightTrimVarRTrimString stripped of its trailing spaces字符串
rtcRoundRoundRounding of a number数学
rtcSinSinSine数学
rtcSpaceVarSpaceString made of spaces字符串
rtcSplitSplitSplitting of a string into an array字符串
rtcSqrSqrSquare root数学
rtcStrConvVar2StrConvCase or character set conversion转换
rtcStringVarStringString made of a repeated character字符串
rtcStrReverseStrReverseString read in reverse字符串
rtcTanTanTangent数学
rtcTrimVarTrimString stripped of its leading and trailing spaces字符串
rtcTypeNameTypeNameName of the data type of a value判断和选择
rtcUpperCaseVarUCaseString converted to uppercase字符串
rtcVarBstrFromAnsiChrCharacter matching a code字符串
rtcVarBstrFromCharChrWUnicode character matching a code字符串
rtcVarFromFormatVarFormatFormatting of a value according to a template字符串
rtcVarStrFromVarStrDecimal representation of a number转换
rtcVarTypeVarTypeCode of the data type contained in a Variant判断和选择

P-code 指令集中翻译为 VB6 代码的指令

836 个分布于六张表中的地址,承载 596 个不同的指令名称,以及重建源代码时生成的 VB6 构造。同一指令名称可能占用指令集中的多个地址。

指令表操作码生成的输出
FLdRfVar00x04Read of a procedure variable
ImpAdLdRf00x05Read of a value by its address
MemLdRfVar00x06Read of an object member
FMemLdRf00x07Read of an object member
VCallHresult00x0DCall to an object method
VCallFPR800x0ECall to an object method
VCallAd00x0FCall to an object method
ThisVCallHresult00x10Call to a method of the current object (Me)
ThisVCall00x11Call to a method of the current object (Me)
ThisVCallAd00x12Call to a method of the current object (Me)
FStAdFunc00x19Write of the function return value
BranchF00x1CBranch if the condition is false (If, Do While)
BranchT00x1DBranch if the condition is true (If, Do Until)
Branch00x1EUnconditional branch (GoTo)
FLdPrThis00x21Read of the current object (Me)
LitVar_Missing00x27Load of the value of a missing argument
LitVarI200x28Load of a literal value
ConcatStr00x2AConcatenation of strings (&)
LateIdSt00x2CLate-bound assignment of a property
FStStr00x31Write to a procedure variable
CStr2Ansi00x34Conversion of a string to ANSI
CopyBytes00x38Left-aligned copy (LSet)
LitVarStr00x3ALoad of a literal value
Ary1StStrCopy00x3BWrite to an array element
GetLastError00x3CRead of the error state
FLdZeroAd00x3ELoad of the value zero
Ary1LdRf00x40Read of an array element
Ary1LdPr00x41Read of an array element
FStStrCopy00x43Write of a string to a procedure variable
Error00x45Raising of an error (Error)
FnLenStr00x4ALength of a string (Len)
OnErrorGoto00x4BInstallation of the error handler (On Error GoTo)
FnLBound00x4CLower bound of an array (LBound)
FStVarCopyObj00x4EWrite of a Variant to a procedure variable
MidStr00x4FSubstring taken at a given position (Mid)
FLdZeroAd00x51Load of the value zero
Ary1StVar00x52Write to an array element
FMemStStrCopy00x54Write to an object member
LateMemLdVar00x57Late-bound read of a member
MemLdPr00x58Read of an object member
Erase00x5AClearing of an array (Erase)
BranchFVar00x5CBranch if the condition is false (If, Do While)
FMemLdPr00x5FRead of an object member
LateIdLdVar00x61Late-bound read of a property
IStDarg00x62Write of a value by reference
LitVar_TRUE00x63Load of the constant True
NextI200x64Move to the next iteration (Next)
NextStepI200x65Move to the next iteration with step (Next)
NextI400x66Move to the next iteration (Next)
NextStepI400x67Move to the next iteration with step (Next)
NextStepR400x68Move to the next iteration with step (Next)
NextStepR800x69Move to the next iteration with step (Next)
NextStepCy00x6AMove to the next iteration with step (Next)
ILdRf00x6CRead of a value by reference
FStFPR400x73Write to a procedure variable
FStFPR800x74Write to a procedure variable
ImpAdLdI200x75Read of a value by its address
ImpAdLdI400x76Read of a value by its address
ImpAdLdCy00x77Read of a value by its address
ImpAdLdFPR400x78Read of a value by its address
ImpAdLdFPR800x79Read of a value by its address
ImpAdStI200x7AWrite of a value at its address
ImpAdStR400x7BWrite of a value at its address
ImpAdStCy00x7CWrite of a value at its address
ImpAdStFPR400x7DWrite of a value at its address
ImpAdStFPR800x7EWrite of a value at its address
IStI200x84Write of a value by reference
IStI400x85Write of a value by reference
IStR800x86Write of a value by reference
IStFPR400x87Write of a value by reference
IStFPR800x88Write of a value by reference
MemLdI200x89Read of an object member
MemLdStr00x8ARead of an object member
MemLdR800x8BRead of an object member
MemLdFPR400x8CRead of an object member
MemLdFPR800x8DRead of an object member
MemStI200x8EWrite to an object member
MemStI400x8FWrite to an object member
MemStR800x90Write to an object member
MemStFPR400x91Write to an object member
MemStFPR800x92Write to an object member
FMemLdI200x93Read of an object member
FMemLdR400x94Read of an object member
FMemLdCy00x95Read of an object member
FMemLdFPR400x96Read of an object member
FMemLdFPR800x97Read of an object member
FMemStI200x98Write to an object member
FMemStI400x99Write to an object member
FMemStR800x9AWrite to an object member
FMemStFPR400x9BWrite to an object member
FMemStFPR800x9CWrite to an object member
Ary1LdI200x9DRead of an array element
Ary1LdI400x9ERead of an array element
Ary1LdCy00x9FRead of an array element
Ary1LdFPR400xA0Read of an array element
Ary1LdFPR800xA1Read of an array element
Ary1StI200xA2Write to an array element
Ary1StI400xA3Write to an array element
Ary1StCy00xA4Write to an array element
Ary1StFPR400xA5Write to an array element
Ary1StFPR800xA6Write to an array element
AryLdPr00xA7Read of an array
AryLdRf00xA8Read of an array
AddI200xA9Addition (+)
AddI400xAAAddition (+)
AddR800xABAddition (+)
AddCy00xACAddition (+)
SubI200xADSubtraction (-)
SubI400xAESubtraction (-)
SubR400xAFSubtraction (-)
SubCy00xB0Subtraction (-)
MulI200xB1Multiplication (*)
MulI400xB2Multiplication (*)
MulR800xB3Multiplication (*)
MulCy00xB4Multiplication (*)
MulCyI200xB5Multiplication (*)
DivR800xB6Division (/)
UMiI200xB7Negative sign (-)
UMiI400xB8Negative sign (-)
UMiR800xB9Negative sign (-)
UMiCy00xBANegative sign (-)
FnAbsI200xBBAbsolute value (Abs)
FnAbsI400xBCAbsolute value (Abs)
FnAbsR400xBDAbsolute value (Abs)
FnAbsCy00xBEAbsolute value (Abs)
IDvI200xBFInteger division (\)
IDvI400xC0Integer division (\)
ModI200xC1Remainder of integer division (Mod)
ModI400xC2Remainder of integer division (Mod)
NotI400xC3Logical negation (Not)
AndI400xC4Logical AND (And)
OrI400xC5Logical OR (Or)
EqI200xC6Equality comparison (=)
EqI400xC7Equality comparison (=)
EqR400xC8Equality comparison (=)
EqCy00xC9Equality comparison (=)
EqCyR800xCAEquality comparison (=)
NeI200xCBInequality comparison (<>)
NeI400xCCInequality comparison (<>)
NeR800xCDInequality comparison (<>)
NeCy00xCEInequality comparison (<>)
NeCyR800xCFInequality comparison (<>)
LtI200xD0“Less than” comparison (<)
LtI400xD1“Less than” comparison (<)
LtR800xD2“Less than” comparison (<)
LtCy00xD3“Less than” comparison (<)
LtCyR800xD4“Less than” comparison (<)
LeI200xD5“Less than or equal to” comparison (<=)
LeI400xD6“Less than or equal to” comparison (<=)
LeR800xD7“Less than or equal to” comparison (<=)
LeCy00xD8“Less than or equal to” comparison (<=)
LeCyR800xD9“Less than or equal to” comparison (<=)
GtI200xDA“Greater than” comparison (>)
GtI400xDB“Greater than” comparison (>)
GtR400xDC“Greater than” comparison (>)
GtCy00xDD“Greater than” comparison (>)
GtCyR800xDE“Greater than” comparison (>)
GeI200xDF“Greater than or equal to” comparison (>=)
GeI400xE0“Greater than or equal to” comparison (>=)
GeR800xE1“Greater than or equal to” comparison (>=)
GeCy00xE2“Greater than or equal to” comparison (>=)
GeCyR800xE3“Greater than or equal to” comparison (>=)
LitI200xF3Load of a literal value
LitI400xF5Load of a literal value
LitCy00xF6Load of a literal value
LitCy400xF7Load of a Currency literal value
LitI2FP00xF8Load of an integer literal value
LitR4FP00xF9Load of a Single literal value
LitDate00xFALoad of a literal value
ImpUI110x01Logical implication (Imp)
ImpI410x02Logical implication (Imp)
ImpI410x03Logical implication (Imp)
ImpVar10x07Logical implication (Imp)
EqvUI110x09Logical equivalence (Eqv)
EqvI410x0ALogical equivalence (Eqv)
EqvI410x0BLogical equivalence (Eqv)
EqvVar10x0FLogical equivalence (Eqv)
XorI410x11Exclusive OR (Xor)
XorI410x12Exclusive OR (Xor)
XorI410x13Exclusive OR (Xor)
XorVar10x17Exclusive OR (Xor)
OrI210x19Logical OR (Or)
OrI210x1ALogical OR (Or)
OrI210x1BLogical OR (Or)
OrVar10x1FLogical OR (Or)
AndUI110x21Logical AND (And)
AndUI110x22Logical AND (And)
AndUI110x23Logical AND (And)
AndVar10x27Logical AND (And)
EqI210x29Equality comparison (=)
EqI210x2AEquality comparison (=)
EqI410x2BEquality comparison (=)
EqR810x2CEquality comparison (=)
EqR810x2DEquality comparison (=)
EqCy10x2EEquality comparison (=)
EqVar10x2FEquality comparison (=)
EqStr10x30Equality comparison (=)
EqTextVar10x31Equality comparison (=), text comparison
EqTextStr10x32Equality comparison (=), text comparison
EqVarBool10x33Equality comparison (=)
EqTextVarBool10x34Equality comparison (=), text comparison
EqCyR810x35Equality comparison (=)
NeUI110x36Inequality comparison (<>)
NeUI110x37Inequality comparison (<>)
NeI410x38Inequality comparison (<>)
NeR410x39Inequality comparison (<>)
NeR410x3AInequality comparison (<>)
NeCy10x3BInequality comparison (<>)
NeVar10x3CInequality comparison (<>)
NeStr10x3DInequality comparison (<>)
NeTextVar10x3EInequality comparison (<>), text comparison
NeTextStr10x3FInequality comparison (<>), text comparison
NeVarBool10x40Inequality comparison (<>)
NeTextVarBool10x41Inequality comparison (<>), text comparison
NeCyR810x42Inequality comparison (<>)
LeUI110x43“Less than or equal to” comparison (<=)
LeI210x44“Less than or equal to” comparison (<=)
LeI410x45“Less than or equal to” comparison (<=)
LeR410x46“Less than or equal to” comparison (<=)
LeR410x47“Less than or equal to” comparison (<=)
LeCy10x48“Less than or equal to” comparison (<=)
LeVar10x49“Less than or equal to” comparison (<=)
LeStr10x4A“Less than or equal to” comparison (<=)
LeTextVar10x4B“Less than or equal to” comparison (<=), text comparison
LeTextStr10x4C“Less than or equal to” comparison (<=), text comparison
LeVarBool10x4D“Less than or equal to” comparison (<=)
LeTextVarBool10x4E“Less than or equal to” comparison (<=), text comparison
LeCyR810x4F“Less than or equal to” comparison (<=)
GeUI110x50“Greater than or equal to” comparison (>=)
GeI210x51“Greater than or equal to” comparison (>=)
GeI410x52“Greater than or equal to” comparison (>=)
GeR410x53“Greater than or equal to” comparison (>=)
GeR410x54“Greater than or equal to” comparison (>=)
GeCy10x55“Greater than or equal to” comparison (>=)
GeVar10x56“Greater than or equal to” comparison (>=)
GeStr10x57“Greater than or equal to” comparison (>=)
GeTextVar10x58“Greater than or equal to” comparison (>=), text comparison
GeTextStr10x59“Greater than or equal to” comparison (>=), text comparison
GeVarBool10x5A“Greater than or equal to” comparison (>=)
GeTextVarBool10x5B“Greater than or equal to” comparison (>=), text comparison
GeCyR810x5C“Greater than or equal to” comparison (>=)
LtUI110x5D“Less than” comparison (<)
LtI210x5E“Less than” comparison (<)
LtI410x5F“Less than” comparison (<)
LtR410x60“Less than” comparison (<)
LtR410x61“Less than” comparison (<)
LtCy10x62“Less than” comparison (<)
LtVar10x63“Less than” comparison (<)
LtStr10x64“Less than” comparison (<)
LtTextVar10x65“Less than” comparison (<), text comparison
LtTextStr10x66“Less than” comparison (<), text comparison
LtVarBool10x67“Less than” comparison (<)
LtTextVarBool10x68“Less than” comparison (<), text comparison
LtCyR810x69“Less than” comparison (<)
GtUI110x6A“Greater than” comparison (>)
GtI210x6B“Greater than” comparison (>)
GtI410x6C“Greater than” comparison (>)
GtR410x6D“Greater than” comparison (>)
GtR410x6E“Greater than” comparison (>)
GtCy10x6F“Greater than” comparison (>)
GtVar10x70“Greater than” comparison (>)
GtStr10x71“Greater than” comparison (>)
GtTextVar10x72“Greater than” comparison (>), text comparison
GtTextStr10x73“Greater than” comparison (>), text comparison
GtVarBool10x74“Greater than” comparison (>)
GtTextVarBool10x75“Greater than” comparison (>), text comparison
GtCyR810x76“Greater than” comparison (>)
LikeVar10x7DComparison to a pattern (Like)
LikeStr10x7EComparison to a pattern (Like)
LikeTextVar10x7FComparison to a pattern (Like), text comparison
LikeTextStr10x80Comparison to a pattern (Like), text comparison
LikeVarBool10x81Comparison to a pattern (Like)
LikeTextVarBool10x82Comparison to a pattern (Like), text comparison
BetweenUI110x84Range comparison (Select Case)
BetweenI210x85Range comparison (Select Case)
BetweenI410x86Range comparison (Select Case)
BetweenR410x87Range comparison (Select Case)
BetweenR410x88Range comparison (Select Case)
BetweenCy10x89Range comparison (Select Case)
BetweenVar10x8ARange comparison (Select Case)
BetweenStr10x8BRange comparison (Select Case)
BetweenTextVar10x8CRange comparison (Select Case), text comparison
BetweenTextStr10x8DRange comparison (Select Case), text comparison
AddUI110x8EAddition (+)
AddI210x8FAddition (+)
AddI410x90Addition (+)
AddR410x91Addition (+)
AddR410x92Addition (+)
AddCy10x93Addition (+)
AddVar10x94Addition (+)
SubUI110x96Subtraction (-)
SubI210x97Subtraction (-)
SubI410x98Subtraction (-)
SubR410x99Subtraction (-)
SubR410x9ASubtraction (-)
SubCy10x9BSubtraction (-)
SubVar10x9CSubtraction (-)
ModUI110x9ERemainder of integer division (Mod)
ModI210x9FRemainder of integer division (Mod)
ModI410xA0Remainder of integer division (Mod)
ModVar10xA4Remainder of integer division (Mod)
IDvUI110xA6Integer division (\)
IDvI210xA7Integer division (\)
IDvI410xA8Integer division (\)
IDvVar10xACInteger division (\)
MulUI110xAEMultiplication (*)
MulI210xAFMultiplication (*)
MulI410xB0Multiplication (*)
MulR410xB1Multiplication (*)
MulR410xB2Multiplication (*)
MulCy10xB3Multiplication (*)
MulVar10xB4Multiplication (*)
DivR810xB9Division (/)
DivR810xBADivision (/)
DivVar10xBCDivision (/)
NotUI110xBELogical negation (Not)
NotI410xBFLogical negation (Not)
NotI410xC0Logical negation (Not)
NotVar10xC4Logical negation (Not)
UMiI210xC7Negative sign (-)
UMiI210xC8Negative sign (-)
UMiR410xC9Negative sign (-)
UMiR410xCANegative sign (-)
UMiCy10xCBNegative sign (-)
UMiVar10xCCNegative sign (-)
PwrVar10xCEExponentiation (^)
PwrR8R810xCFExponentiation (^)
PwrR8I210xD0Exponentiation (^)
MulCyI210xD1Multiplication (*)
ObjIs10xD2Identity comparison between two objects (Is)
FnAbsI210xD4Absolute value (Abs)
FnAbsI410xD5Absolute value (Abs)
FnAbsR410xD6Absolute value (Abs)
FnAbsR410xD7Absolute value (Abs)
FnAbsCy10xD8Absolute value (Abs)
FnAbsVar10xD9Absolute value (Abs)
FnFixR810xDETruncated integer part (Fix)
FnFixR810xDFTruncated integer part (Fix)
FnFixCy10xE0Truncated integer part (Fix)
FnFixVar10xE1Truncated integer part (Fix)
FnIntR810xE6Integer part (Int)
FnIntR810xE7Integer part (Int)
FnIntCy10xE8Integer part (Int)
FnIntVar10xE9Integer part (Int)
FnLenVar10xEBLength of a string (Len)
FnLenStr10xECLength of a string (Len)
FnLenBVar10xEDLength of a string, in bytes (LenB)
FnLenBStr10xEELength of a string, in bytes (LenB)
ConcatVar10xEFConcatenation of strings (&)
ConcatStr10xF0Concatenation of strings (&)
FnSgnUI110xF2Sign (Sgn)
FnSgnUI110xF3Sign (Sgn)
FnSgnI410xF4Sign (Sgn)
FnSgnR810xF5Sign (Sgn)
FnSgnR410xF6Sign (Sgn)
FnSgnCy10xF7Sign (Sgn)
SeekFile10xFACurrent position in a file (Seek)
NameFile10xFBRenaming of a file (Name)
FnCSngI220x24Conversion to Single (CSng)
FnCSngI220x25Conversion to Single (CSng)
FnCSngI220x2CConversion to Single (CSng)
FnCSngI220x2DConversion to Single (CSng)
FnCDblCy20x39Conversion to Double (CDbl)
FnCDblR820x3AConversion to Double (CDbl)
FnCDblR820x3BConversion to Double (CDbl)
FnCSngI220x3CConversion to Single (CSng)
FnCSngI220x3DConversion to Single (CSng)
FnCSngI420x3EConversion to Single (CSng)
FnCSngCy20x41Conversion to Single (CSng)
FnCSngVar20x42Conversion to Single (CSng)
FnCSngStr20x43Conversion to Single (CSng)
FnCByteVar20x44Conversion to Byte (CByte)
FnCIntVar20x45Conversion to Integer (CInt)
FnCLngVar20x46Conversion to Long (CLng)
FnCDblVar20x48Conversion to Double (CDbl)
FnCCurVar20x49Conversion to Currency (CCur)
FnCStrVar20x4BConversion to String (CStr)
FnCBoolVar20x4DConversion to Boolean (CBool)
FnCDateVar20x4EConversion to Date (CDate)
FnCDateVar20x4FConversion to Date (CDate)
CStr2Uni20x58Conversion of a string to Unicode
CStr2Ansi20x5AConversion of a string to ANSI
CStr2Vec20x5FConversion to a fixed-length string
SetLastError20x62Read of the error state
LitNothing20x63Load of Nothing
LitVar_Null20x64Write of the value Null
LitVar_TRUE20x65Write of the constant True
LitVar_FALSE20x66Write of the constant False
LitVar_Empty20x67Write of the value Empty
LitVar_Missing20x68Load of the value of a missing argument
VCallHresult20x69Call to an object method
ThisVCallHresult20x6ACall to a method of the current object (Me)
CheckTypeVar20x6FType check (TypeOf … Is)
GetRec320x75Read of a record in random access (Get #)
GetRec420x76Read of a record in random access (Get #)
PutRec320x77Write of a record in random access (Put #)
PutRec420x78Write of a record in random access (Put #)
GetRecOwner320x79Read of a record in random access (Get #)
GetRecOwner420x7ARead of a record in random access (Get #)
PutRecOwner320x7BWrite of a record in random access (Put #)
PutRecOwner420x7CWrite of a record in random access (Put #)
InputItemUI120x7FItem read from a file (Input #)
InputItemI220x80Item read from a file (Input #)
InputItemI420x81Item read from a file (Input #)
InputItemR420x82Item read from a file (Input #)
InputItemR820x83Item read from a file (Input #)
InputItemCy20x84Item read from a file (Input #)
InputItemVar20x85Item read from a file (Input #)
InputItemStr20x86Item read from a file (Input #)
InputItemBool20x87Item read from a file (Input #)
InputItemDate20x88Item read from a file (Input #)
AryLdPr20x8DRead of an array
AryLdRf20x8ERead of an array
Ary1LdUI120x90Read of an array element
Ary1LdI220x91Read of an array element
Ary1LdI420x92Read of an array element
Ary1LdI420x93Read of an array element
Ary1LdR820x94Read of an array element
Ary1LdR820x95Read of an array element
Ary1LdRfVar20x96Read of an array element
Ary1LdI420x97Read of an array element
Ary1LdI420x98Read of an array element
Ary1LdFPR420x99Read of an array element
Ary1LdFPR820x9ARead of an array element
Ary1LdPr20x9BRead of an array element
Ary1LdRf20x9CRead of an array element
Ary1LdVar20x9DRead of an array element
Ary1StUI120xA0Write to an array element
Ary1StI220xA1Write to an array element
Ary1StR420xA2Write to an array element
Ary1StR420xA3Write to an array element
Ary1StCy20xA4Write to an array element
Ary1StCy20xA5Write to an array element
Ary1StVar20xA6Write to an array element
Ary1StStr20xA7Write to an array element
Ary1StAd20xA8Write to an array element
Ary1StFPR420xA9Write to an array element
Ary1StFPR820xAAWrite to an array element
Ary1StVarAd20xABWrite to an array element
Ary1StVarAdFunc20xACWrite to an array element
Ary1StVarUnk20xADWrite to an array element
Ary1StVarUnkFunc20xAEWrite to an array element
Ary1StAdFunc20xAFWrite to an array element
Ary1StVarCopy20xB0Write to an array element
Ary1StStrCopy20xB1Write to an array element
Ary1LdRfVarg20xB2Read of an array element
Ary1LdVarg20xB3Read of an array element
Ary1LdRfVargParam20xB4Read of an array element
Ary1StVarg20xB5Write to an array element
Ary1StVargCopy20xB6Write to an array element
Ary1StVargAd20xB7Write to an array element
Ary1StVargAdFunc20xB8Write to an array element
Ary1StVargUnk20xB9Write to an array element
Ary1StVargUnkFunc20xBAWrite to an array element
MidVar20xBBSubstring taken at a given position (Mid)
MidBStr20xBCSubstring taken at a given position, in bytes (MidB)
MidBVar20xBDSubstring taken at a given position, in bytes (MidB)
MidBStrB20xBESubstring taken at a given position, in bytes (MidB)
LineInputVar20xBFRead of a line (Line Input #)
LineInputStr20xC0Read of a line (Line Input #)
Error20xC1Raising of an error (Error)
Stop20xC2Debug break (Stop)
Erase20xC3Clearing of an array (Erase)
End20xC8Program termination (End)
Return20xC9Return from a local subroutine (Return)
FnLBound20xCALower bound of an array (LBound)
FnUBound20xCBUpper bound of an array (UBound)
FLdRfVar20xE6Read of a procedure variable
FLdRfVar20xECRead of a procedure variable
FStStr20xF7Write to a procedure variable
FStAd20xF8Write to a procedure variable
FStFPR420xF9Write to a procedure variable
FStFPR820xFAWrite to a procedure variable
FStVarAd20xFBWrite to a procedure variable
FStVarAdFunc20xFCWrite of the function return value
FStAdFunc20xFFWrite of the function return value
FStStrCopy30x01Write of a string to a procedure variable
Branch30x03Unconditional branch (GoTo)
BranchF30x04Branch if the condition is false (If, Do While)
BranchFVar30x05Branch if the condition is false (If, Do While)
BranchFVarFree30x06Branch if the condition is false (If, Do While)
BranchT30x07Branch if the condition is true (If, Do Until)
BranchTVar30x08Branch if the condition is true (If, Do Until)
BranchTVarFree30x09Branch if the condition is true (If, Do Until)
Gosub30x0ACall to a local subroutine (GoSub)
OnErrorGoto30x0BInstallation of the error handler (On Error GoTo)
Resume30x0CResuming execution after an error (Resume)
ILdAd30x12Read of a value by reference
ILdAd30x13Read of a value by reference
ILdRfDarg30x16Read of a value by reference
ILdAd30x17Read of a value by reference
ILdAd30x18Read of a value by reference
IStUI130x20Write of a value by reference
IStI230x21Write of a value by reference
IStI430x22Write of a value by reference
IStI430x23Write of a value by reference
IStR830x24Write of a value by reference
IStR830x25Write of a value by reference
IStDarg30x26Write of a value by reference
IStStr30x27Write of a value by reference
IStAd30x28Write of a value by reference
IStFPR430x29Write of a value by reference
IStFPR830x2AWrite of a value by reference
IStDargAd30x2BWrite of a value by reference
IStDargAdFunc30x2CWrite of a value by reference
IStDargUnk30x2DWrite of a value by reference
IStDargUnkFunc30x2EWrite of a value by reference
IStAdFunc30x2FWrite of a value by reference
IStDargCopy30x30Write of a value by reference
IStStrCopy30x31Write of a value by reference
PrintItemComma30x37Item of a Print statement, separated by a comma
PrintItemSemi30x38Item of a Print statement, separated by a semicolon
PrintItemNL30x39End of line of a Print statement
Close30x3DClosing of a file (Close #)
CloseAll30x3EClosing of all open files (Close)
FLdZeroAd30x3FLoad of the value zero
IWMemLdUI130x40Read of an object member
IWMemLdI230x41Read of an object member
IWMemLdI430x42Read of an object member
IWMemLdI430x43Read of an object member
IWMemLdCy30x44Read of an object member
IWMemLdCy30x45Read of an object member
IWMemLdRfDarg30x46Read of an object member
IWMemLdI430x47Read of an object member
IWMemLdI430x48Read of an object member
IWMemLdFPR430x49Read of an object member
IWMemLdFPR830x4ARead of an object member
IWMemLdPr30x4BRead of an object member
IWMemLdRf30x4CRead of an object member
IWMemLdDarg30x4DRead of an object member
IWMemStUI130x50Write to an object member
IWMemStI230x51Write to an object member
IWMemStR430x52Write to an object member
IWMemStR430x53Write to an object member
IWMemStCy30x54Write to an object member
IWMemStCy30x55Write to an object member
IWMemStDarg30x56Write to an object member
IWMemStStr30x57Write to an object member
IWMemStAd30x58Write to an object member
IWMemStFPR430x59Write to an object member
IWMemStFPR830x5AWrite to an object member
IWMemStDargAd30x5BWrite to an object member
IWMemStDargAdFunc30x5CWrite to an object member
IWMemStDargUnk30x5DWrite to an object member
IWMemStDargUnkFunc30x5EWrite to an object member
IWMemStAdFunc30x5FWrite to an object member
IWMemStDargCopy30x60Write to an object member
IWMemStStrCopy30x61Write to an object member
FLdZeroAd30x62Load of the value zero
MemLdUI130x70Read of an object member
MemLdI230x71Read of an object member
MemLdR430x72Read of an object member
MemLdR430x73Read of an object member
MemLdR830x74Read of an object member
MemLdR830x75Read of an object member
MemLdRfVar30x76Read of an object member
MemLdR430x77Read of an object member
MemLdR430x78Read of an object member
MemLdFPR430x79Read of an object member
MemLdFPR830x7ARead of an object member
MemLdPr30x7BRead of an object member
MemLdRfVar30x7CRead of an object member
MemLdVar30x7DRead of an object member
MemStUI130x80Write to an object member
MemStI230x81Write to an object member
MemStR430x82Write to an object member
MemStR430x83Write to an object member
MemStCy30x84Write to an object member
MemStCy30x85Write to an object member
MemStVar30x86Write to an object member
MemStStr30x87Write to an object member
MemStAd30x88Write to an object member
MemStFPR430x89Write to an object member
MemStFPR830x8AWrite to an object member
MemStVarAd30x8BWrite to an object member
MemStVarAdFunc30x8CWrite to an object member
MemStVarUnk30x8DWrite to an object member
MemStVarUnkFunc30x8EWrite to an object member
MemStAdFunc30x8FWrite to an object member
MemStVarCopy30x90Write to an object member
MemStStrCopy30x91Write to an object member
ExitProcCb30x95Procedure exit (Exit Sub, Exit Function)
ExitProcCbStack30x96Procedure exit (Exit Sub, Exit Function)
FLdPrThis30x9ERead of the current object (Me)
ImpAdLdUI130xA0Read of a value by its address
ImpAdLdI230xA1Read of a value by its address
ImpAdLdStr30xA2Read of a value by its address
ImpAdLdStr30xA3Read of a value by its address
ImpAdLdCy30xA4Read of a value by its address
ImpAdLdCy30xA5Read of a value by its address
ImpAdLdRf30xA6Read of a value by its address
ImpAdLdStr30xA7Read of a value by its address
ImpAdLdStr30xA8Read of a value by its address
ImpAdLdFPR430xA9Read of a value by its address
ImpAdLdFPR830xAARead of a value by its address
ImpAdLdRf30xACRead of a value by its address
ImpAdLdVar30xADRead of a value by its address
ImpAdStUI130xB0Write of a value at its address
ImpAdStI230xB1Write of a value at its address
ImpAdStR430xB2Write of a value at its address
ImpAdStR430xB3Write of a value at its address
ImpAdStR830xB4Write of a value at its address
ImpAdStR830xB5Write of a value at its address
ImpAdStVar30xB6Write of a value at its address
ImpAdStStr30xB7Write of a value at its address
ImpAdStAd30xB8Write of a value at its address
ImpAdStFPR430xB9Write of a value at its address
ImpAdStFPR830xBAWrite of a value at its address
ImpAdStVarAd30xBBWrite of a value at its address
ImpAdStVarAdFunc30xBCWrite of a value at its address
ImpAdStVarUnk30xBDWrite of a value at its address
ImpAdStVarUnkFunc30xBEWrite of a value at its address
ImpAdStAdFunc30xBFWrite of a value at its address
ImpAdStVarCopy30xC0Write of a value at its address
ImpAdStStrCopy30xC1Write of a value at its address
CopyBytes30xCALeft-aligned copy (LSet)
ExitForCollObj30xCBEarly loop exit (Exit For)
ExitForCollObj30xCCEarly loop exit (Exit For)
ExitForCollObj30xCDEarly loop exit (Exit For)
ExitForAryVar30xCEEarly loop exit (Exit For)
ExitForVar30xCFEarly loop exit (Exit For)
FMemLdUI130xD0Read of an object member
FMemLdI230xD1Read of an object member
FMemLdR430xD2Read of an object member
FMemLdR430xD3Read of an object member
FMemLdR830xD4Read of an object member
FMemLdR830xD5Read of an object member
FMemLdRf30xD6Read of an object member
FMemLdR430xD7Read of an object member
FMemLdR430xD8Read of an object member
FMemLdFPR430xD9Read of an object member
FMemLdFPR830xDARead of an object member
FMemLdPr30xDBRead of an object member
FMemLdRf30xDCRead of an object member
FMemLdVar30xDDRead of an object member
FMemStUI130xE0Write to an object member
FMemStI230xE1Write to an object member
FMemStR430xE2Write to an object member
FMemStR430xE3Write to an object member
FMemStR830xE4Write to an object member
FMemStR830xE5Write to an object member
FMemStVar30xE6Write to an object member
FMemStStr30xE7Write to an object member
FMemStAd30xE8Write to an object member
FMemStFPR430xE9Write to an object member
FMemStFPR830xEAWrite to an object member
FMemStVarAd30xEBWrite to an object member
FMemStVarAdFunc30xECWrite to an object member
FMemStVarUnk30xEDWrite to an object member
FMemStVarUnkFunc30xEEWrite to an object member
FMemStAdFunc30xEFWrite to an object member
FMemStVarCopy30xF0Write to an object member
FMemStStrCopy30xF1Write to an object member
New30xF4Creation of an object (New)
ThisVCallUI140x00Call to a method of the current object (Me)
ThisVCallI240x01Call to a method of the current object (Me)
ThisVCallI240x02Call to a method of the current object (Me)
ThisVCallR440x03Call to a method of the current object (Me)
ThisVCallR840x04Call to a method of the current object (Me)
ThisVCallCy40x05Call to a method of the current object (Me)
ThisVCallI240x07Call to a method of the current object (Me)
ThisVCallI240x08Call to a method of the current object (Me)
VCallUI140x10Call to an object method
VCallStr40x11Call to an object method
VCallStr40x12Call to an object method
VCallR440x13Call to an object method
VCallR840x14Call to an object method
VCallCy40x15Call to an object method
VCallStr40x17Call to an object method
VCallStr40x18Call to an object method
VCallFPR840x19Call to an object method
VCallFPR840x1ACall to an object method
VCallFPR840x1CCall to an object method
VCallCbFrame40x1DCall to an object method
SetVarVar40x4DAssignment of an object reference (Set)
SetVarVarFunc40x4EAssignment of an object reference (Set)
OpenFile40x5DOpening of a file (Open)
EraseDestruct40x60Clearing of an array (Erase)
ForUI140x62Start of a For … Next loop
ForI240x63Start of a For … Next loop
ForI440x64Start of a For … Next loop
ForR440x65Start of a For … Next loop
ForR840x66Start of a For … Next loop
ForCy40x67Start of a For … Next loop
ForVar40x68Start of a For … Next loop
ForStepUI140x6AStart of a For … Step loop
ForStepI240x6BStart of a For … Step loop
ForStepI440x6CStart of a For … Step loop
ForStepR440x6DStart of a For … Step loop
ForStepR840x6EStart of a For … Step loop
ForStepCy40x6FStart of a For … Step loop
ForStepVar40x70Start of a For … Step loop
ForEachCollVar40x72Start of a For Each loop over a collection
NextEachCollVar40x73Move to the next element of a For Each loop
ForEachCollAd40x74Start of a For Each loop over a collection
NextEachCollAd40x75Move to the next element of a For Each loop
ForEachAryVar40x76Start of a For Each loop over an array
NextEachAryVar40x77Move to the next element of a For Each loop
NextUI140x78Move to the next iteration (Next)
NextI240x79Move to the next iteration (Next)
NextI440x7AMove to the next iteration (Next)
NextStepR440x7BMove to the next iteration with step (Next)
NextR840x7CMove to the next iteration (Next)
NextStepCy40x7DMove to the next iteration with step (Next)
NextStepVar40x7EMove to the next iteration with step (Next)
NextStepUI140x80Move to the next iteration with step (Next)
NextStepI240x81Move to the next iteration with step (Next)
NextStepI440x82Move to the next iteration with step (Next)
NextStepR440x83Move to the next iteration with step (Next)
NextR840x84Move to the next iteration (Next)
NextStepCy40x85Move to the next iteration with step (Next)
NextStepVar40x86Move to the next iteration with step (Next)
ForEachCollObj40x88Start of a For Each loop over a collection
ForEachVar40x89Start of a For Each loop over a Variant
ForEachVarFree40x8AStart of a For Each loop over a Variant
NextEachCollObj40x8BMove to the next element of a For Each loop
NextEachVar40x8CMove to the next element of a For Each loop
CheckType40x8DType check (TypeOf … Is)
Redim40x8EResizing of an array (ReDim)
RedimPreserve40x8FResizing preserving the contents (ReDim Preserve)
RedimVar40x90Resizing of an array (ReDim)
RedimPreserveVar40x91Resizing preserving the contents (ReDim Preserve)
FDupVar40x92Reuse of the current value
FDupStr40x93Reuse of the current value
OnGosub40x95Call to a local subroutine selected by an index (On … GoSub)
OnGoto40x96Branch selected by an index (On … GoTo)
LateMemCall40x98Late-bound call to a member
LateMemLdVar40x99Late-bound read of a member
LateMemCallLdVar40x9ALate-bound read of a member
LateMemSt40x9BLate-bound assignment of a member
LateMemCallSt40x9CLate-bound assignment of a member
LateMemStAd40x9DLate-bound assignment of a member
LateIdCall40xA0Late-bound call to a method
LateIdLdVar40xA1Late-bound read of a property
LateIdCallLdVar40xA2Late-bound read of a property
LateIdSt40xA3Late-bound assignment of a property
LateIdCallSt40xA4Late-bound assignment of a property
LateIdStAd40xA5Late-bound assignment of a property
LateMemNamedCall40xA6Late-bound call to a member, named arguments
LateMemNamedCallLdVar40xA7Late-bound read of a member, named arguments
LateMemNamedCallSt40xA8Late-bound assignment of a member, named arguments
LateMemNamedStAd40xA9Late-bound assignment of a member, named arguments
LateIdNamedCall40xAALate-bound call, named arguments
LateIdNamedCallLdVar40xABLate-bound read of a property, named arguments
LateIdNamedCallSt40xACLate-bound assignment of a property, named arguments
LateIdNamedStAd40xADLate-bound assignment of a property, named arguments
VarIndexLdVar40xAERead of an indexed element of a Variant
VarIndexLdRfVar40xAFRead of an indexed element of a Variant
VarIndexSt40xB0Write to an indexed element of a Variant
VarIndexStAd40xB1Write to an indexed element of a Variant
LitI240xB5Load of a literal value
LitI2FP40xB6Load of an integer literal value
LitCy440xB7Load of a Currency literal value
LitI440xB8Load of a literal value
LitI440xB9Load of a literal value
LitR4FP40xBALoad of a Single literal value
LitR840xBBLoad of a literal value
LitR840xBCLoad of a literal value
LitR8FP40xBDLoad of a Double literal value
LitR8FP40xBELoad of a Double literal value
LitVarI240xC0Load of a literal value
LitVarI440xC1Load of a literal value
LitVarStr40xC6Load of a literal value
WMemLdUI140xD0Read of an object member
WMemLdI240xD1Read of an object member
WMemLdStr40xD2Read of an object member
WMemLdStr40xD3Read of an object member
WMemLdCy40xD4Read of an object member
WMemLdCy40xD5Read of an object member
WMemLdRfVar40xD6Read of an object member
WMemLdStr40xD7Read of an object member
WMemLdStr40xD8Read of an object member
WMemLdFPR440xD9Read of an object member
WMemLdFPR840xDARead of an object member
IWMemLdPr40xDBRead of an object member
WMemLdRfVar40xDCRead of an object member
WMemLdVar40xDDRead of an object member
WMemStUI140xE0Write to an object member
WMemStI240xE1Write to an object member
WMemStR440xE2Write to an object member
WMemStR440xE3Write to an object member
WMemStR840xE4Write to an object member
WMemStR840xE5Write to an object member
WMemStVar40xE6Write to an object member
WMemStStr40xE7Write to an object member
WMemStAd40xE8Write to an object member
WMemStFPR440xE9Write to an object member
WMemStFPR840xEAWrite to an object member
WMemStVarAd40xEBWrite to an object member
WMemStVarAdFunc40xECWrite to an object member
WMemStVarUnk40xEDWrite to an object member
WMemStVarUnkFunc40xEEWrite to an object member
WMemStAdFunc40xEFWrite to an object member
WMemStVarCopy40xF0Write to an object member
WMemStStrCopy40xF1Write to an object member
VarIndexLdRfVarLock40xF2Read of an indexed element of a Variant
AssignRecord40xF5Assignment of a user-defined type
FStVarCopyObj40xF8Write of a Variant to a procedure variable
FnInStrB440xFBPosition of a substring, in bytes (InStrB)
FnInStrB4Var40xFCPosition of a substring, in bytes (InStrB)
FnInStr440xFDPosition of a substring (InStr)
FnInStr4Var40xFEPosition of a substring (InStr)
FnStrComp340xFFComparison of two strings (StrComp)
FnStrComp3Var50x00Comparison of two strings (StrComp)
StAryMove50x01Assignment of an array
StAryCopy50x02Assignment of an array
StAryRecMove50x03Assignment of an array of defined types
StAryRecCopy50x04Assignment of an array of defined types
AryInRecLdPr50x06Read of an array contained in a defined type
AryInRecLdRf50x07Read of an array contained in a defined type
IStVarCopyObj50x09Write of a value by reference
Assert50x0BDebug check (Debug.Assert)
RaiseEvent50x0CRaising of an event (RaiseEvent)
PrintObject50x0DWrite to an object (Print)
PrintFile50x0EWrite to a file (Print #)
WriteFile50x0FDelimited write to a file (Write #)
InputFile50x10Read from a file (Input #)
GetRecFxStr350x12Read of a fixed-length string in random access (Get #)
GetRecFxStr450x13Read of a fixed-length string in random access (Get #)
PutRecFxStr350x14Write of a fixed-length string in random access (Put #)
PutRecFxStr450x15Write of a fixed-length string in random access (Put #)
GetRecOwn350x16Read of a record in random access (Get #)
GetRecOwn450x17Read of a record in random access (Get #)
PutRecOwn350x18Write of a record in random access (Put #)
PutRecOwn450x19Write of a record in random access (Put #)
VCallFPR850x2BCall to an object method
ExitProcCbHresult50x2FProcedure exit (Exit Sub, Exit Function)
EraseDestrKeepData50x31Clearing of an array (Erase)
StUdtVar50x35Assignment of a user-defined type
CopyBytesZero50x37Left-aligned copy (LSet)
RedimVarUdt50x3BResizing of an array (ReDim)
RedimPreserveVarUdt50x3CResizing preserving the contents (ReDim Preserve)
VarLateMemLdRfVar50x3DLate-bound read of a Variant member
VarLateMemLdVar50x41Late-bound read of a Variant member
VarLateMemSt50x43Late-bound assignment of a Variant member
VarLateMemStAd50x45Late-bound assignment of a Variant member
在 207 个 VB6 程序(125 个原生代码,82 个 P-code)上进行测量,其中 888 个过程以原生代码反编译,558 个过程以 P-code 解码。每个程序的编译模式均从程序本身读取。
本页每个数值都是对这些程序及产品翻译规则的直接统计。没有任何数值是估算的。