The MASM Forum

General => The Campus => Topic started by: cyber_stack on March 29, 2021, 05:02:37 AM

Title: MASM 64 Suggested starting point
Post by: cyber_stack on March 29, 2021, 05:02:37 AM
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
Title: Re: MASM 64 Suggested starting point
Post by: TouEnMasm on March 29, 2021, 06:12:18 PM

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)
Title: Re: MASM 64 Suggested starting point
Post by: Vortex on March 29, 2021, 08:08:49 PM
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/