koncal sicxe
This commit is contained in:
parent
ad8728bdf4
commit
303f5e06a7
5 changed files with 27 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(executable
|
||||
(public_name sicxeDune)
|
||||
(name main)
|
||||
(libraries sicxeDune))
|
||||
(libraries sicxeDune notty notty.unix))
|
||||
|
|
|
|||
|
|
@ -12,8 +12,9 @@ let test_runner () =
|
|||
Loader.load_object_file state "/mnt/c/Programiranje/SPO/ass1/horner.obj";
|
||||
Processor.print_memory state 50;
|
||||
Printf.printf "\n\n---Starting execution!---\n\n";
|
||||
Pogajalnik.run state khz
|
||||
Pogajalnik.run state khz
|
||||
|
||||
|
||||
(* Run the test *)
|
||||
let () = test_runner ()
|
||||
let () = test_runner ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue