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