Skip to content

Commit

Permalink
updaet examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ith8 committed Jun 8, 2020
1 parent 3fd0063 commit 4149be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/03-adder.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ src1 = "add1(7)"

exp1 = Add1 (Number 7)

asm1 = [ IMov (EAX) (Const 7)
, IAdd (EAX) (Const 1)
asm1 = [ IMov (Reg EAX) (Const 7)
, IAdd (Reg EAX) (Const 1)
]
```

Expand Down

0 comments on commit 4149be7

Please sign in to comment.