Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / MASM

Assembly Programming with Visual Studio 2010/2012

Rate me:
Please Sign up or sign in to vote.
4.68/5 (52 votes)
25 Sep 2012CPOL7 min read 305.8K   14.5K   128  
An example of how to program in assembly by using Visual Studio 2010 or 2012

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Huo_MASM_7", "Huo_MASM_7\Huo_MASM_7.vcxproj", "{5EA1277D-4CA3-4575-A215-1C91262A8014}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5EA1277D-4CA3-4575-A215-1C91262A8014}.Debug|Win32.ActiveCfg = Release|Win32
		{5EA1277D-4CA3-4575-A215-1C91262A8014}.Debug|Win32.Build.0 = Release|Win32
		{5EA1277D-4CA3-4575-A215-1C91262A8014}.Release|Win32.ActiveCfg = Release|Win32
		{5EA1277D-4CA3-4575-A215-1C91262A8014}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Kakos Bros Solutions
Greece Greece
Spiros [Spyridon or Spyros are also used] Kakos (huo) lives in Athens, Greece. He is currently working as an IT consultant in a large firm. Begun programming during the Commodore era in MS Basic and is still trying to learn (mostly in C++ and C#)...
He likes chess and has recently bought a new (old) modem for one of his Commodores 128 (yes, he has two of them!) to set up a server based on 8-bit technology. He thinks that when the World Wide Web crashes completely by an alien cyber attack, he will be the only one capable of surfing with his Commodore computer and will eventually save the day...
He likes reading and writting philosophy and is a fond admirer of Aristotle and Alfred Russel Wallace. His main heritage is Harmonia Philosophica.
At his free time he is researching the application of polypyrrole (PPy) in the PCB manufacturing process (through-hole plating) at the National Technical University of Athens - Advanced Materials section.

Comments and Discussions