aboutsummaryrefslogtreecommitdiff
path: root/modules/objfmts/bin/tests/multisect/nomultisect1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/objfmts/bin/tests/multisect/nomultisect1.asm')
-rw-r--r--modules/objfmts/bin/tests/multisect/nomultisect1.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/objfmts/bin/tests/multisect/nomultisect1.asm b/modules/objfmts/bin/tests/multisect/nomultisect1.asm
new file mode 100644
index 0000000..5f720d8
--- /dev/null
+++ b/modules/objfmts/bin/tests/multisect/nomultisect1.asm
@@ -0,0 +1,10 @@
+[map all]
+
+[section .bss]
+resb 0x100
+
+[section .data]
+times 0x100 db 1
+
+[section .text]
+times 0x100 db 1