1#define SPAPR_KERNEL_LOAD_ADDR 0x400000 2.text 3.globl start 4start: 5 b SPAPR_KERNEL_LOAD_ADDR - 0x100 6