Page 1 of 1

Getting Started with MASM and Visual Studio 2010

Posted: Sat Mar 19, 2011 11:30 am
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.

Re: Getting Started with MASM and Visual Studio 2010

Posted: Sat Mar 19, 2011 2:22 pm
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

Re: Getting Started with MASM and Visual Studio 2010

Posted: Sun Mar 20, 2011 6:09 am
by Jvac
Nice just got syntax highlighting for MASM files.
syntaxhightlight.jpg

I am almost ready to start coding. :D

Re: Getting Started with MASM and Visual Studio 2010

Posted: Thu Mar 22, 2012 11:34 am
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!