>into the arch/arm/kernel source pretty heavily. In my pursuit, I ran across
>the 'adr' opcode several times. Being unfamiliar with the opcode, I looked
>through the 'info' page only to discover the following message:
>
>*TODO* Document the pseudo-ops (adr, ops)

"adr rN, label" loads the (run-time) address of `label' into rN.  It 
actually translates to "add rN, pc, #(label - . - 8)" or something similar.

p.



unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to