]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Moved .section .text where it makes sense
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 26 Feb 2023 14:28:37 +0000 (15:28 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 26 Feb 2023 14:28:37 +0000 (15:28 +0100)
test_module/test.S

index aa7710a84e47e097a7c2930baf09a7e7eca82d43..0a9f3fa45b80b46f2f13027c913f0504d80261cf 100644 (file)
@@ -1,6 +1,7 @@
+.section .text
+
 .globl _start
 _start:
-       .section .text
        mov $65, %rdi
        syscall
        mov $67, %rdi