vm: added noop instruction, various other improvements
This commit is contained in:
+2
-1
@@ -57,5 +57,6 @@ and interpret state =
|
||||
(match (pop_one state) with
|
||||
| Nil -> state.i <- target
|
||||
| _ -> ()); interpret state
|
||||
| End -> ())
|
||||
| End -> ()
|
||||
| NOOP -> interpret state)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user