mpir/yasm/modules/objfmts/elf/tests/elftimes.asm
2009-07-25 00:50:29 +00:00

13 lines
209 B
NASM

[section .text]
mov eax, eax
mov ebx, ebx
[section .data]
times 0x1 mov eax, eax
mov ebx, ebx
[section .foo]
times 0x10 mov eax, eax
mov ebx, ebx
[section .bar]
times 0x10 mov eax, eax
times 0x10 mov ebx, ebx