Skip to content

Commit

Permalink
Add minus instruction for immediate.
Browse files Browse the repository at this point in the history
  • Loading branch information
karino2 committed Dec 11, 2018
1 parent ea5d9be commit 6adbe3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arm_asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,13 @@ b [r15, #0x60]
```

とかにしますか。
公式アセンブラのドキュメントを見ていると、マイナスはシャープの後につけるっぽいのでまねしておきましょう。

-8なら以下のようになります。

```
b [r15, #-0x8]
```


### チェックはちょっとずつゆるめる(一気にゆるめすぎない)
Expand Down

0 comments on commit 6adbe3a

Please sign in to comment.