mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
4 lines
84 B
ArmAsm
4 lines
84 B
ArmAsm
.global _start
|
|
_start:
|
|
mov r0, #0; mov r1, #0; .inst 0xEE000110 | (0x21 << 16);
|