Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Feb 20, 2013
1 parent 6d0b5ee commit 35aeb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-bottom
Expand Up @@ -27,7 +27,7 @@ The values given to an instruction are often called "arguments" or "parametres".

We can also add to a value:

mov r0, 30
mov r0, #30
add r0, r0, #12

The `add` instruction takes the values from the second and third arguments, adds them, and puts the result into the register specified by the first argument.
Expand Down

0 comments on commit 35aeb14

Please sign in to comment.