From c09a0191b7c1a96d5ebae339bd58253549ec70ac Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Tue, 25 Jun 2024 17:17:28 -0300 Subject: [PATCH] Update prompt.s --- 04_prompt/prompt.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/04_prompt/prompt.s b/04_prompt/prompt.s index 2f0cf18..a755512 100644 --- a/04_prompt/prompt.s +++ b/04_prompt/prompt.s @@ -14,7 +14,8 @@ greetings_msg: .asciz "Hi " greetings_size: .byte .-greetings_msg buffer_size: .byte .-buffer - .section .bss + + .section .bss buffer: .space 256 .section .text