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