Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BasedLukas authored Jun 1, 2023
1 parent f2c4b88 commit adac760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ label start #create a label
34 # put 34 in reg0
copy 0 1 # move 34 to register 1
12 #put 12 in reg0
add #add 12 and 34, store in reg2
copy 2 3 #move the result to register3
copy 0 2 # move to reg2
add #add 12 and 34, store in reg3
start # put start in reg0
eval = # if the value in reg3 is = 0 then program counter is set to value start
```
Expand Down

0 comments on commit adac760

Please sign in to comment.