diff --git a/bin/meu_malloc.o b/bin/meu_malloc.o deleted file mode 100644 index ce939d96bafc7a2eb880f48333d4c1b07336ca72..0000000000000000000000000000000000000000 Binary files a/bin/meu_malloc.o and /dev/null differ diff --git a/lib/libmeu_malloc.a b/lib/libmeu_malloc.a deleted file mode 100644 index a69e3386e51bac527bc95fa6fb801c186eaaf3d8..0000000000000000000000000000000000000000 Binary files a/lib/libmeu_malloc.a and /dev/null differ diff --git a/src/meu_malloc.s b/src/meu_malloc.s index 5009c1ac90db12b361178d55eac19d1d7a902691..c2c1a5b69e0900c4d111ba0666dbec40043ca082 100644 --- a/src/meu_malloc.s +++ b/src/meu_malloc.s @@ -9,9 +9,7 @@ str6: .string "ENTRADA INVALIDA!\n" pula_Linha: .string "\n" - ####APAGAR ESSA PORRA####### flag: .string "%d" - oi: .string "OIIIIIIIIIIIIIIIIIIIIIII\n\n\n" .section .bss @@ -253,9 +251,9 @@ imprimeMapa: jmp for_cabecalho fim_for_cabecalho: - movq $flag, %rdi - movq 8(%rbx), %rsi - call printf + #movq $flag, %rdi + #movq 8(%rbx), %rsi + #call printf cmpq $LIVRE, (%rbx) jne else_if_while diff --git a/teste b/teste deleted file mode 100755 index 1428d7393e9a7b05afc183155a2bf00d2c6fa685..0000000000000000000000000000000000000000 Binary files a/teste and /dev/null differ