HOWTO integrate NASM with VS2019
Occasionally I use assembler to squeeze processing power from my programs. A cheap solution was C inline assembler sections, but VS2019 doesn’t support them into a 64-bits program. Other compilers use other more or less complex solutions (IBM assembler, …). This forced me to consider having & link .asm files in my projects. I can split them with 32 and 64 bits code and compile … Continue reading HOWTO integrate NASM with VS2019