Hey, I am new to programming with assembly. I have been reading some books on x64 assembly programming but it seems they all cover the basics. I would like to create a simple TCP client server implementation in pure assembly but I am failing at importing the different .inc files (Which I can't find) and I am not sure if they are even required in masm 64.
I feel I still miss some of the basics of windows api calling within assembly but I can't find any good sources on the subject.
Thank you for the help
It is in 32 bits http://masm32.com/board/index.php?topic=8624.msg94306#msg94306 (http://masm32.com/board/index.php?topic=8624.msg94306#msg94306)
Hi cyber_stack,
This tutorial is intended for 32-bit programming but it can be helpful for you :
Winsock Networking Tutorial (win32asm) :
https://www.madwizard.org/programming/tutorials/netasm/