section .datahttps://urop.gatech.edu/sites/default/files/webform/thesis_approval_form_upload/_sid_/%2B1-888-829-0881Expedia%20Customer%20Service%20Phone%20Number.pdf
msg db "Hello World!", 0ah
https://urop.gatech.edu/sites/default/files/webform/thesis_approval_form_upload/_sid_/%2B1-888-829-0881Expedia%20Customer%20Service%20Phone%20Number.pdf
section .texthttps://urop.gatech.edu/sites/default/files/webform/thesis_approval_form_upload/_sid_/%2B1-888-829-0881Expedia%20Customer%20Service%20Phone%20Number.pdf
global _starthttps://urop.gatech.edu/sites/default/files/webform/thesis_approval_form_upload/_sid_/%2B1-888-829-0881Expedia%20Customer%20Service%20Phone%20Number.pdf
_start:
mov rax, 1
mov rdi, 1
mov rsi, msg
mov rdx, 13
syscall
mov rax, 60
mov rdi, 0
syscall