The MASM Forum

General => The Campus => Topic started by: g6g6 on June 15, 2014, 02:28:22 PM

Title: List Of Exercises!!!
Post by: g6g6 on June 15, 2014, 02:28:22 PM
Hello. Somebody have a list of exercises with programming assembly with MASM32 in windows?? I will be very glad. Thanks.
Title: Re: List Of Exercises!!!
Post by: Vortex on June 15, 2014, 07:02:00 PM
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.