Getting Started with MASM and Visual Studio 2010

Programming, for all ages and all languages.
Post Reply
User avatar
Jvac
Member
Member
Posts: 58
Joined: Fri Mar 11, 2011 9:51 pm
Location: Bronx, NY

Getting Started with MASM and Visual Studio 2010

Post by Jvac »

Hi all,

I am following this tutorial by Kip Irvine to set my environment to practice the assembly language and I thought that it could be of use to some else who is using MASM with Visual studio.

This is the link: http://kipirvine.com/asm/gettingStartedVS2010/index.htm


Enjoy.
"The best way to prepare for programming is to write programs, and
to study great programs that other people have written." - Bill Gates


Think beyond Windows ReactOS®
User avatar
Jvac
Member
Member
Posts: 58
Joined: Fri Mar 11, 2011 9:51 pm
Location: Bronx, NY

Re: Getting Started with MASM and Visual Studio 2010

Post by Jvac »

Awesome my first MASM program example. I think I will never go back to HLL Programing. :D
MASM.jpg
I hope this tutorial works out for someone else.

Hey Newbies also check out this Book The Art of Assembly Language Programming it has a mean punch to ASM.

Also look out for compiling errors such as MSB4014 I came across it a couple of times. If you see this error when building your project then you will have to get the hot fix from msdn just follow the link below.

KB2298853 - CLR 4.0: MSBuild fails with error MSB4014 when building VS 2010 proj
Last edited by Jvac on Sun Mar 20, 2011 8:59 am, edited 1 time in total.
"The best way to prepare for programming is to write programs, and
to study great programs that other people have written." - Bill Gates


Think beyond Windows ReactOS®
User avatar
Jvac
Member
Member
Posts: 58
Joined: Fri Mar 11, 2011 9:51 pm
Location: Bronx, NY

Re: Getting Started with MASM and Visual Studio 2010

Post by Jvac »

Nice just got syntax highlighting for MASM files.
syntaxhightlight.jpg

I am almost ready to start coding. :D
"The best way to prepare for programming is to write programs, and
to study great programs that other people have written." - Bill Gates


Think beyond Windows ReactOS®
bmmribeiro
Posts: 1
Joined: Thu Mar 22, 2012 11:30 am

Re: Getting Started with MASM and Visual Studio 2010

Post by bmmribeiro »

Hi.

I am starting to use Microsoft Visual Studio 2008 C++ with MASM 9.0.

Relatively to MASM syntax highlighting, can you send me the usertype.dat file?

The link seems to be broken for download in the Irvine Website.


Thanks!
Post Reply