AS2 disassembler fixed (jump to the middle of the instuction)

This commit is contained in:
Honfika
2013-09-03 00:35:24 +02:00
parent e087342e72
commit 8f4fbb6679
26 changed files with 1254 additions and 766 deletions

View File

@@ -31,6 +31,8 @@ public interface GraphSourceItemContainer {
public List<Long> getContainerSizes();
public void setContainerSize(int index, long size);
public String getASMSourceBetween(int pos);
public boolean parseDivision(long size, FlasmLexer lexer);