more instructions decompiled
This commit is contained in:
@@ -72,7 +72,7 @@ fn decompile(data: &[u8]) -> Vec<(u16, DecompiledLine)> {
|
||||
// println!("Instruction {:?}/{:?} needs {:?} bytes.", top.operation, top.mode, top.length);
|
||||
|
||||
let num_bytes_to_load = top.length - 1;
|
||||
println!("Need {num_bytes_to_load} more bytes.");
|
||||
// println!("Need {num_bytes_to_load} more bytes.");
|
||||
let mut formatted_asm = String::from(top.format_prefix);
|
||||
let mut param = None;
|
||||
if num_bytes_to_load == 1 {
|
||||
|
||||
Reference in New Issue
Block a user