AS3: ApplyType instruction, TypeName name, Vector types

AS3: Fixed calling with pop
This commit is contained in:
Jindra Pet��k
2011-07-03 11:42:20 +02:00
parent 9c95eb7270
commit 1f042c375b
7 changed files with 173 additions and 17 deletions
@@ -89,7 +89,7 @@ public class AVM2Code {
new AddIns(),
new InstructionDefinition(0x9b,"add_d",new int[]{}),
new AddIIns(),
new InstructionDefinition(0x53,"applytype",new int[]{AVM2Code.OPT_U30}),
new ApplyTypeIns(),
new AsTypeIns(),
new AsTypeLateIns(),
new BitAndIns(),
@@ -1301,7 +1301,7 @@ public class AVM2Code {
throw (UnknownJumpException) ex;
}
throw new ConvertException(ex.toString(), ip);
}
}
}
public String tabString(int len) {