Add no-asm argument to Configure if needed.
diff --git a/ms/do_fips.bat b/ms/do_fips.bat
index a1e19aa..989c6fa 100644
--- a/ms/do_fips.bat
+++ b/ms/do_fips.bat
@@ -43,7 +43,8 @@
 
 :compile
 
-perl Configure %TARGET% fipscheck
+if x%ASM% == xno-asm SET EXARG=no-asm
+perl Configure %TARGET% %EXARG% fipscheck
 pause
 
 echo on