Home | History | Annotate | Download | only in tests
      1 [section .text]
      2 mov eax, eax
      3 mov ebx, ebx
      4 [section .data]
      5 times 0x1 mov eax, eax
      6 mov ebx, ebx
      7 [section .foo]
      8 times 0x10 mov eax, eax
      9 mov ebx, ebx
     10 [section .bar]
     11 times 0x10 mov eax, eax
     12 times 0x10 mov ebx, ebx
     13