Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iTokenEnd = iKeywordIndex OR (iTokenEnd SHL 8)
- iOffset = iTokenBegin OR (iTokenEnd SHL 16)
- dwVarHashTbl(dwTokenHash, N) = iOffset 'Store in hash table
- wVarOffsetTbl(iKeywordIndex) = iInstructionPos 'Store address of variable in bytecode
- iKeywordIndex += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement