mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
arm: signed LDR example with LDRSW
This commit is contained in:
@@ -14696,6 +14696,10 @@ There are LDR variants that load less than full 4 bytes:
|
||||
* link:userland/arch/arm/ldrb.S[]: load byte
|
||||
* link:userland/arch/arm/ldrh.S[]: load half word
|
||||
|
||||
These also have signed and unsigned versions to either zero or one extend the result:
|
||||
|
||||
* link:userland/arch/aarch64/ldrsw.S[]: load byte and sign extend
|
||||
|
||||
==== ARM STR instruction
|
||||
|
||||
Store from memory into registers.
|
||||
|
||||
Reference in New Issue
Block a user