This commit is contained in:
Jaka Furlan 2025-11-30 17:33:10 +01:00
parent 303f5e06a7
commit 7106f34a4e
10 changed files with 91 additions and 16 deletions

View file

@ -10,7 +10,7 @@ let run (state : Processor.state) (khz : float) : unit =
(*printni stanje*)
Printf.printf "After execution:\n";
Processor.print_regs state;
Processor.print_memory state 50;
Processor.print_memory state 80;
flush stdout;
(*spi*)