/call_cpuid_asm

check virtualization support of cpu using cpuid

Primary LanguageAssemblyMIT LicenseMIT

call_cpuid_asm

check virtualization support of cpu using cpuid

result

how you can compile assembly

When you wanna include .asm file to your project, you must configure your project like this.

  1. Right click project and goto Build Customizations

bc

  1. Check masm(.targets,.props) and click OK

masm

  1. Right click your .asm file and goto Properties

ap

  1. Change Item Type to Microsoft Macro Assembler

asm_property

  1. Build your project