mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
7 lines
80 B
ArmAsm
7 lines
80 B
ArmAsm
.text
|
|
.global asm_main
|
|
asm_main:
|
|
asm_main_after_prologue:
|
|
mov w0, 0
|
|
ret
|