Searched refs:streamOpcodeDict (Results 1 – 1 of 1) sorted by relevance
175 streamOpcodeDict, streamMnemonicDict = _makeDict(streamInstructions) variable402 if op in streamOpcodeDict:406 while bytecode[i] in streamOpcodeDict:408 mnemonic, argBits, argoffset = streamOpcodeDict[op]