Issue #42, AS3 - displaying hex

Graph button changed to icon
This commit is contained in:
Jindra Pet��k
2013-03-20 22:01:52 +01:00
parent dfd9bfae3c
commit 50cce00fe0
10 changed files with 105 additions and 64 deletions
@@ -441,14 +441,6 @@ public class Main {
fos.close();
}
public static final void printASM(AVM2Code code) {
String s = Highlighting.stripHilights(code.toASMSource(null, new MethodBody()));
String ss[] = s.split("\n");
for (int i = 0; i < ss.length; i++) {
System.out.println("" + i + ":" + ss[i]);
}
}
/**
* @param args the command line arguments
*/