Advertisement
Ham62

Untitled

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