more instructions decompiled

This commit is contained in:
2025-07-09 11:27:48 -04:00
parent 258e4dc59b
commit b7e161ef0b
3 changed files with 296 additions and 159 deletions
+1 -1
View File
@@ -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 {