Update README.md

This commit is contained in:
Attila Magyar 2021-06-21 23:27:28 +02:00 committed by GitHub
parent df00bdaf14
commit 9ae8eea299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ For example, here we load first parameter into `n` and initialize a local varial
count @ ; count @ ;
``` ```
In the loop body we use two more locals to name the outut of the `/mod` which returns both the `quotient` and the `remainder` of a divide operation. We keep updating the `count` and in the end, we return its value. In the loop body we use two more locals to name the output of the `/mod` which returns both the `quotient` and the `remainder` of a divide operation. We keep updating the `count` and in the end, we return its value.
### Implementation notes ### Implementation notes