News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

MASM 64 Suggested starting point

Started by cyber_stack, March 29, 2021, 05:02:37 AM

Previous topic - Next topic

cyber_stack

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


Vortex

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/