Skip to content

Commit

Permalink
Merge pull request #23 from tughi/patch-1
Browse files Browse the repository at this point in the history
Fix comment for "movne" example
  • Loading branch information
DoctorWkt authored May 28, 2020
2 parents 233acab + 48c037f commit 60bf3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14_ARM_Platform/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ we want is true or false, e.g.
```
moveq r4, #1 # Set r4 to 1 if values were equal
movne r4, #0 # Set r4 to 1 if values were not equal
movne r4, #0 # Set r4 to 0 if values were not equal
```
## A Comparison of Similar x86-64 and ARM Assembly Output
Expand Down

0 comments on commit 60bf3f9

Please sign in to comment.