HOWTO integrate NASM with VS2022
updated 01/11/2024 Occasionally I use Intel assembler language to squeeze processing power from my programs. A cheap solution was C inline assembler sections, but VS2022 doesn’t support them in a 64-bits program. Other compilers use more or less complex solutions (IBM assembler, …). This forced me to consider including and linking .asm files in my projects. I can split them with 32 and 64 bits … Continue reading HOWTO integrate NASM with VS2022