/* https://github.com/cirosantilli/arm-assembly-cheat#immediates */ #include "common.h" ENTRY mov x0, 1 mov x0, 0x1 mov x0, 1 mov x0, 0x1 EXIT