Monthly Archives: April 2023

Released Horodruin v6.6.752.0

Released a new ‘service’ release: – (copy engine) improved error processing. – aborting a synchronization now reports occurred errors (if any). – minor fixes & improvements. link

HOWTO integrate NASM with VS2019

updated 18/04/2023 Occasionally I use Intel assembler language to squeeze processing power from my programs. A cheap solution was C inline assembler sections, but VS2019 doesn’t support them in 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 … Continue reading HOWTO integrate NASM with VS2019 »