Hi All,

I'm wondering if you can help me just a little with some information.

With Pharo I can dump the human readable form of Smalltalk bytecodes, like this:

21 <41> pushLit: ContextPart
22 <D0> send: primitiveFailToken
23 <7C> returnTop

Can someone please point me to a document that outlines what each bytecode means?
ie: <41> <D0> <7C>

I can essentially see from the dump, but a proper reference would really help.

Rgs, James.