Hi. I am new with all these stuff. My problem is how to map bytecodes numbers to methods.<br><br>For example, if in a method I send #class  and see the bytecodes I can see it has a &quot;C7&quot;, which in decimal is 199. <br>
If I see Interpreter class &gt;&gt; initializeBytecodeTable    then in 199 I see #bytecodePrimClass  which is correct.<br><br>Now....I want to go in the OTHER direction. For example, I have changed something in #bytecodePrimValueWithArg  and I would like to know WHICH method from the image side, generates that bytecode. <br>
Ok, sometimes it is intuitive, but sometimes more or less...<br><br>Thanks<br><br>Mariano<br>