; The .align 0x20 will align the label (startola) but not the code .CODE zig nop nop .ALIGN 0x20 .export startola startola add %r1,%r2,%r3 nop nop nop nop nop nop nop .end