Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

配列のインデックスに変数を使えるように #22

Open
Drumato opened this issue Oct 7, 2019 · 1 comment
Open

配列のインデックスに変数を使えるように #22

Drumato opened this issue Oct 7, 2019 · 1 comment
Assignees

Comments

@Drumato
Copy link
Owner

Drumato commented Oct 7, 2019

生成されるコードは以下のようになる。

mov rdx, -20[rbp+rax*4]

ここで 4 は整数のサイズであり、
rax はインデックス用に用いられたレジスタ。

@Drumato
Copy link
Owner Author

Drumato commented Oct 9, 2019

コンパイラは出来るようになった、
アセンブラが対応していないので後でチェックする

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant