commit message
This commit is contained in:
parent
24455d9eb8
commit
01679fd252
14 changed files with 410 additions and 1 deletions
2
sim/.gitignore
vendored
Normal file
2
sim/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
build/**
|
||||
build/
|
||||
|
|
@ -48,6 +48,6 @@ pub fn main() -> Nil {
|
|||
let machine = step(machine, instructions)
|
||||
let machine = step(machine, instructions)
|
||||
let machine = step(machine, instructions)
|
||||
let machine = run_for(machine, instructions, 16)
|
||||
let _machine = run_for(machine, instructions, 16)
|
||||
Nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue