PRIMESSTEP2 Sample: Demonstrates a Mixed C and ASM Project

The PRIMESSTEP2 sample is a mixed C and ASM project that moves the core algorithm to the .asm file. The extern function and global data structure are separately declared in the .c file and the .asm source file.

In the .asm source file, the settings for the Command Line and Outputs boxes of the Custom Build Step tab are included in comments. To view these settings, right-click the .asm file and click Properties. These settings, which support including the .asm file in the build, have already been entered for you.

Security noteSecurity Note:

This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.

To get samples and instructions for installing them:

  • On the Visual Studio Help menu, click Samples.

    For more information, see Visual Studio Samples.

  • The most recent version and complete list of samples is available online from the Visual Studio 2008 Samples page.

  • You can also locate samples on your computer's hard disk. By default, samples and a Readme file are copied into a folder under \Program Files\Visual Studio 9.0\Samples\. For Express editions of Visual Studio, all samples are located online.

Building and Running the Sample

To build and run this sample

  1. Open the solution PrimesStep2.sln.

  2. On the Build menu, click Build.

  3. On the Debug menu, click Start Without Debugging.

You can use this sample to explore Visual C++ support for mixed C/C++ and ASM projects, such as using the Custom Build Step tab in the Properties dialog box and debugging .asm files at a source level. You can use the .asm file or project file as a template to incorporate .asm files into a Visual C++ project.

See Also

Tasks

PRIMESSTEP1 Sample: Provides a Baseline for the PRIMESSTEP Sample Series

PRIMESSTEP3 Sample: Demonstrates a Mixed C and ASM Project with a C Header File

Other Resources

MASM Samples

Microsoft Macro Assembler Reference