Files
Ciro Santilli 六四事件 法轮功 192a657250 start moving arm-assembly-cheat readme in here
2019-05-12 00:00:05 +00:00

10 lines
185 B
ArmAsm

/* https://github.com/cirosantilli/linux-kernel-module-cheat#gnu-gas-assembler-immediates */
#include "common.h"
ENTRY
mov x0, 1
mov x0, 0x1
mov x0, 1
mov x0, 0x1
EXIT