working...1
This commit is contained in:
parent
bc78a83838
commit
61bb14b9e3
21 changed files with 1054 additions and 12 deletions
|
|
@ -14,7 +14,7 @@ let test_execute () =
|
|||
let mem_size = 1024 in
|
||||
let memory = Bytes.make mem_size '\000' in
|
||||
let regs = {
|
||||
a = 4; b = 0; x = 0; l = 0; s = 0; t = 0; f = 0.0;
|
||||
a = 0; b = 0; x = 0; l = 0; s = 0; t = 0; f = 0.0;
|
||||
pc = 0; sw = 0
|
||||
} in
|
||||
let state = { memory; regs } in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue