Skip to content

Commit

Permalink
Merge pull request #26 from saroamirkhanyan/patch-1
Browse files Browse the repository at this point in the history
Changed reqister  to register
  • Loading branch information
below authored Oct 10, 2021
2 parents 1e6e522 + f2730ee commit e685da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The Clang assembler does not understand `MOV X1, X2, LSL #1`, instead `LSL X1, X

### Register and Extension

Clang requires the source register to be 32-Bit. This makes sense, because with these extensions, the upper 32 Bit of a 64-Bit reqister will never be touched:
Clang requires the source register to be 32-Bit. This makes sense, because with these extensions, the upper 32 Bit of a 64-Bit register will never be touched:
```
ADD X2, X1, W0, SXTB
```
Expand Down

0 comments on commit e685da3

Please sign in to comment.