fix error in readme

This commit is contained in:
2020-10-07 18:48:58 +02:00
parent 5686ad7bd3
commit 0cc0be370f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ The runtime is built as a register machine with a stack and status flags.
## Registers
- 8 general purpose registers `reg0`-`reg7`
- 8 general purpose registers `r0`-`r7`
- 8 argument registers `arg0`-`arg7`
- 8 result registers `res0`-`res7`
-1
View File
@@ -1,7 +1,6 @@
(
(call fac 5)
(ld r0 res0)
(halt)
(proc fac/1
(cmp arg0 2