This commit is contained in:
Kartik K. Agaram 2021-10-20 15:01:36 -07:00
parent 4dab538ad1
commit 289e503a85
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ The section on [integer primitives](https://github.com/akkartik/mu/blob/main/mu.
also provides a useful cheatsheet of the different forms of instructions you
will need.
Here's the exercise, with comments starting with `#` highlighting the gaps in
the program:
```
fn foo -> _/eax: int {
var x: int