The TASM clone is also compatible with MASM.
To use MASM instead of JWASM change the following:
JWasm equ <"D:\jwasm206f\jwasm.exe">
space db ' -Zm -zf1'
to
JWasm equ <"D:\masm32\bin\ml.exe">
space db ' –c -Zm'
If you want to compile all the code snippets in your masm32 directory using the Borland IDE:
JWasm equ <"D:\jwasm206f\jwasm.exe">
space db ' '
Compiling the test case made by JJ: