diff --git a/04_prompt/prompt.s b/04_prompt/prompt.s index f1c0ca6..5088ddf 100644 --- a/04_prompt/prompt.s +++ b/04_prompt/prompt.s @@ -15,7 +15,11 @@ greetings_size: .byte .-greetings_msg buffer_size: .byte .-buffer +<<<<<<< HEAD .section .bss +======= + .section .bss +>>>>>>> c09a0191b7c1a96d5ebae339bd58253549ec70ac buffer: .space 256 .section .text