Searched refs:streamOpcodeDict (Results 1 – 1 of 1) sorted by relevance
186 streamOpcodeDict, streamMnemonicDict = _makeDict(streamInstructions) variable480 if op in streamOpcodeDict:484 while bytecode[i] in streamOpcodeDict:486 mnemonic, argBits, argoffset, name = streamOpcodeDict[op]