Understanding mx6_plugin.S assembly

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Understanding mx6_plugin.S assembly

1,038件の閲覧回数
mrigendra_chaub
Contributor III

In file mx6_plugin.S I see this code

plugin_start:

push {r0-r4, lr}

Why only push r0 to r4 and why not r0 to r6?

タグ(1)
0 件の賞賛
返信
1 返信

969件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi mrigendra

seems r0 to r4 are used by rom (unfortunately rom sources are not

available), plugin function must return so they are preserved.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信