fixed ass2
This commit is contained in:
parent
c707e3253c
commit
1bbc80de29
37 changed files with 753 additions and 18 deletions
|
|
@ -9,7 +9,7 @@ let state = Processor.{regs; memory}
|
|||
let test_runner () =
|
||||
let khz = 0.001 in
|
||||
Processor.print_memory state 80;
|
||||
Loader.load_object_file state "/mnt/c/Programiranje/SPO/ass1/arithr.obj";
|
||||
Loader.load_object_file state "/mnt/c/Programiranje/SPO/ass1/fact.obj";
|
||||
Processor.print_memory state 80;
|
||||
Printf.printf "\n\n---Starting execution!---\n\n";
|
||||
Pogajalnik.run state khz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue