From: Amelia Coutard Date: Sun, 26 Feb 2023 14:28:37 +0000 (+0100) Subject: Moved .section .text where it makes sense X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=917fff1914f082c9eefdfdc400ecb347146c8382;p=voyage-au-centre-des-fichiers.git Moved .section .text where it makes sense --- diff --git a/test_module/test.S b/test_module/test.S index aa7710a..0a9f3fa 100644 --- a/test_module/test.S +++ b/test_module/test.S @@ -1,6 +1,7 @@ +.section .text + .globl _start _start: - .section .text mov $65, %rdi syscall mov $67, %rdi