Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同じ行で複数のレジスタをプッシュ/ポップするための注釈を見てきました。
push {fp, lr}
fp と lr のどちらが最初にプッシュされたのかわかりませんでした。
追加の質問 - SP はスタック内の最後に占有されたアドレスを指していますか、それとも最初の空きアドレスを指していますか?