Description
CMAKE_ASM16_COMPILER is cmake definition, that used to choose correct x86 16-bit assembler on msvc builds - ml.exe . For arm builds it wrongly set to armasm.exe. this patch fixes it.
Also, this patch fixes compilation of ntvdm for arm using msvc.