We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf8d9 commit 4439819Copy full SHA for 4439819
tutorial/en/2-Virtual-Machine.md
@@ -302,7 +302,7 @@ We've commented out `RET` because we'll replace it with `LEV` later.
302
In practice the compiler should deal with more: how to pass the arguments to
303
a function? How to return the data from the function?
304
305
-Our convention here about returning value is to store it into `AX` no mater
+Our convention here about returning value is to store it into `AX` no matter
306
you're returning a value or a memory address. Then how about argument?
307
308
Different language has different convension, here is the standard for C:
0 commit comments