int test(void)
{
asm __volatile__(".word 0x144f0000");
asm __volatile__("b 0x13c0000");
asm __volatile__(".word 0xd503201f");
asm __volatile__("nop");
asm __volatile__(".word 0xd65f03c0");
asm __volatile__("ret");
}
これをaarch64-none-elf-gcc test.c -c -o test.oして得られたものをaarch64-none-elf-objdump -d test.oすると(続く)