You can use the SWFWire Inspector , which emulates the transition through code for decompilation. If you check "ByteCode" and "Stack", you will see the byte code and how it will subsequently affect the stack (or how the decompiler thinks).
I also want to indicate that the flash player will dump the stack into the trace if you put an invalid opcode in your code.
source share