Merge conflicts

This commit is contained in:
Samy Solhi
2023-02-15 18:12:15 +01:00
4 changed files with 71 additions and 70 deletions

View File

@ -155,7 +155,7 @@ impl Machine {
/// - **machine** which contains a table of instructions
pub fn run(machine : Machine){
let mut m = machine;
loop{
for i in 0..MEM_SIZE{
Machine::one_instruction(&mut m);
}
}