public class ScanFile
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<java.lang.Integer> |
a_end |
static int |
a_mode |
static java.lang.String[] |
asm_dir |
static boolean |
barrelshiftpresent |
static int[] |
binaryconvert |
static int[] |
binaryconvert16 |
static java.io.RandomAccessFile |
br |
static java.lang.Integer |
curent_line |
static int |
endOfProgram |
static int |
ini_pos |
static long |
mainPosition |
static boolean |
mainPresent |
static ihandling |
ob |
static java.io.File |
path |
static java.lang.Long |
pos |
static int |
reg1orimm0 |
static int |
regnoOrImmOp |
static int |
shiftregno |
static int |
shiftType |
static int |
temflag |
static int |
val_bp |
Constructor and Description |
---|
ScanFile(java.io.File p) |
ScanFile(java.io.File filepath,
SetBreakpoint ob_bkpt,
java.util.ArrayList<java.lang.Integer> end,
int val_bp) |
Modifier and Type | Method and Description |
---|---|
static int |
getLineNumber(javax.swing.JEditorPane component,
int pos) |
void |
run() |
void |
scanStart() |
public static ihandling ob
public static int a_mode
public static int[] binaryconvert
public static int[] binaryconvert16
public static boolean mainPresent
public static int endOfProgram
public static long mainPosition
public static java.util.ArrayList<java.lang.Integer> a_end
public static int temflag
public static boolean barrelshiftpresent
public static int shiftType
public static int reg1orimm0
public static int regnoOrImmOp
public static int shiftregno
public static int ini_pos
public static int val_bp
public static java.lang.Long pos
public static java.io.RandomAccessFile br
public static java.lang.Integer curent_line
public static java.lang.String[] asm_dir
public static java.io.File path
public ScanFile(java.io.File p)
public ScanFile(java.io.File filepath, SetBreakpoint ob_bkpt, java.util.ArrayList<java.lang.Integer> end, int val_bp)