done
This commit is contained in:
parent
303f5e06a7
commit
7106f34a4e
10 changed files with 91 additions and 16 deletions
|
|
@ -8,9 +8,9 @@ let state = Processor.{regs; memory}
|
|||
(* Test function *)
|
||||
let test_runner () =
|
||||
let khz = 0.001 in
|
||||
Processor.print_memory state 50;
|
||||
Loader.load_object_file state "/mnt/c/Programiranje/SPO/ass1/horner.obj";
|
||||
Processor.print_memory state 50;
|
||||
Processor.print_memory state 80;
|
||||
Loader.load_object_file state "/mnt/c/Programiranje/SPO/ass1/arithr.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