Skip to content

Commit

Permalink
Format VM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e committed Aug 14, 2019
1 parent 15b7c0a commit 94a2ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if (!value) {
| 0xc0 | Call0 | Call \$ without any parameters. |
| 0xc1 | Call1 | Call \$ with only one parameters. |
| 0xc2 | Call2 | Call \$ with two parameters. |
| 0xc3 | Call3 | Call \$ with three parameters. |
| 0xc3 | Call3 | Call \$ with three parameters. |
| 0xc4 | Call | Call \$ with a argument object. |
| 0xc5 | NewArg | Push a new argument object to the ds. |
| 0xc6 | PushArg | arg = $, pushArg(#, $) |
Expand Down

0 comments on commit 94a2ce0

Please sign in to comment.