fix DUPk not working (use pop instead of peek)
This commit is contained in:
parent
9ee039f413
commit
5d28728e61
3 changed files with 19 additions and 23 deletions
|
|
@ -16,7 +16,6 @@ val ram : machine -> bytes
|
|||
val dev : machine -> bytes
|
||||
val wst : machine -> stack
|
||||
val rst : machine -> stack
|
||||
val stack : machine -> bool -> stack
|
||||
|
||||
type machine_state = Break | Next of int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue