1 .text 2 .global _start 3 _start: 4 .type _func, @function 5 _func: 6 mov L001,A1 7 nop 8 A: 9 mov L001,A1 10 BOTTOM: 11 .balign 0x8 12 add D0,D1 13 .size _func, .-_func 14 15 .data 16 L001: 17