aboutsummaryrefslogtreecommitdiff
path: root/modules/objfmts/elf/tests/elftimes.asm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/objfmts/elf/tests/elftimes.asm')
-rw-r--r--modules/objfmts/elf/tests/elftimes.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/objfmts/elf/tests/elftimes.asm b/modules/objfmts/elf/tests/elftimes.asm
new file mode 100644
index 0000000..20b8593
--- /dev/null
+++ b/modules/objfmts/elf/tests/elftimes.asm
@@ -0,0 +1,12 @@
+[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