Skip to content
Snippets Groups Projects
Commit f2e13eac authored by PEDRO MARTINS E SA's avatar PEDRO MARTINS E SA
Browse files

def final

parent 48ca0d40
No related branches found
No related tags found
No related merge requests found
File deleted
File deleted
......@@ -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
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment