From c5fcf7179a83ef65c86c6a4a390029149e518649 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Tue, 5 Oct 2021 21:49:54 +0200 Subject: Duzy commit ze smieciami --- Semestr 4/ask/lista9/test.s | 50 --------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 Semestr 4/ask/lista9/test.s (limited to 'Semestr 4/ask/lista9/test.s') diff --git a/Semestr 4/ask/lista9/test.s b/Semestr 4/ask/lista9/test.s deleted file mode 100644 index 5e60585..0000000 --- a/Semestr 4/ask/lista9/test.s +++ /dev/null @@ -1,50 +0,0 @@ - .file "test.c" - .text - .globl foobar - .type foobar, @function -foobar: -.LFB0: - .cfi_startproc - endbr64 - pushq %rbp - .cfi_def_cfa_offset 16 - .cfi_offset 6, -16 - movq %rsp, %rbp - .cfi_def_cfa_register 6 - nop - popq %rbp - .cfi_def_cfa 7, 8 - ret - .cfi_endproc -.LFE0: - .size foobar, .-foobar - .section .rodata - .align 16 - .type baz, @object - .size baz, 24 -baz: - .ascii "abc" - .zero 1 - .long 42 - .quad -3 - .long 1068827777 - .zero 4 - .comm array,800,32 - .ident "GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0" - .section .note.GNU-stack,"",@progbits - .section .note.gnu.property,"a" - .align 8 - .long 1f - 0f - .long 4f - 1f - .long 5 -0: - .string "GNU" -1: - .align 8 - .long 0xc0000002 - .long 3f - 2f -2: - .long 0x3 -3: - .align 8 -4: -- cgit v1.2.3