News:

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

Main Menu

List Of Exercises!!!

Started by g6g6, June 15, 2014, 02:28:22 PM

Previous topic - Next topic

g6g6

Hello. Somebody have a list of exercises with programming assembly with MASM32 in windows?? I will be very glad. Thanks.

Vortex

You can try to modify the Win32 Assembly examples of Iczelion :

http://win32assembly.programminghorizon.com/tutorials.html

Also, there are a lot of examples in the folder below :

\masm32\examples

You can try some simple console applications receiving keyboard input and displaying the result.