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