Skip to content

Commit

Permalink
Update explanation of is_register.
Browse files Browse the repository at this point in the history
  • Loading branch information
karino2 committed Feb 10, 2019
1 parent 60f36a7 commit e12f130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arm_asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2749,11 +2749,11 @@ mov r1, #0x68

をパースするパーサーを作りましょう。先頭の空白は無視してしまって良いと思います。

### parse_register_or_immediateを作る

結果は構造体の中にunion入れるいつもので返す。
### is_registerという関数を作って、両方を処理する

先頭がrだったらtrueを返すis_registerという関数を作り、この内容に応じてmovのオペランドがレジスタの場合と即値の場合の処理を行います。

これでmovのサポートが終わりました。

## 埋め込み用の疑似命令をサポート

Expand Down

0 comments on commit e12f130

Please sign in to comment.