root@kali:~/ohm/tcp_bind# nasm -f elf64 -o tcp_bind_asm.o tcp_bind_asm.asm
root@kali:~/ohm/tcp_bind# ld -o tcp_bind_asm tcp_bind_asm.o
root@kali:~/ohm/tcp_bind# ./tcp_bind_asm 
root@kali:~/ohm/tcp_bind# 
