Add section flag support, loader now ready to run binary files
This commit is contained in:
@ -188,9 +188,9 @@ impl Machine {
|
||||
}
|
||||
println!("________________SP________________");
|
||||
let sp_index = self.int_reg.get_reg(2);
|
||||
for i in 0..5 {
|
||||
/* for i in 0..5 {
|
||||
println!("SP+{:<2} : {:16x}", i*8, self.read_memory(8, (sp_index + i*8) as usize));
|
||||
}
|
||||
} */
|
||||
println!("##################################");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user