If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#2321 P-code source not documented
Author:
U224

Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS1/2
State: opened 

I see in the "P-code source" section a lot of things that I cannot find in any documents.
Some examples are "SetVariable", "GetVariable", and "ConstantPool". I know there are
equivalents in the AVM2 instruction list, but are there any resources that document these
directly? If they are not AVM2 instructions, is there a way to find where it was defined
originally?

These are AVM1 instructions - so called "Actions".
They are used in ActionScript 1 and 2.
You can find list of these Actions in "SWF file format specification" - you can Google
that PDF document.
State: new→opened