diff --git a/tests/nasm/multisect3.asm b/tests/nasm/multisect3.asm new file mode 100644 index 00000000..cb8a966c --- /dev/null +++ b/tests/nasm/multisect3.asm @@ -0,0 +1,11 @@ +[section .text] +db 1 + +[section .data] +db 2 + +[section .text] +db 3 + +[section .data] +db 4