AS3 instruction documentation improvements

Generate doc from commandline
HTML document with all AS3 instructions
This commit is contained in:
Jindra Petřík
2016-03-28 19:50:48 +02:00
parent 77b14abbea
commit 34d504434e
9 changed files with 491 additions and 66 deletions
@@ -32,7 +32,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition;
public class AddDIns extends InstructionDefinition {
public AddDIns() {
super(0x9B, "add_d", new int[]{}, true /*?*/, AVM2InstructionFlag.NO_FLASH_PLAYER, AVM2InstructionFlag.UNKNOWN_OPERANDS, AVM2InstructionFlag.UNKNOWN_STACK);
super(0x9B, "add_d", new int[]{}, true /*?*/, AVM2InstructionFlag.NO_FLASH_PLAYER, AVM2InstructionFlag.UNKNOWN_OPERANDS, AVM2InstructionFlag.UNKNOWN_STACK, AVM2InstructionFlag.UNDOCUMENTED);
}
@Override