iASM is a utility to allow you to insert simple asm {} blocks in C programs
for the Watcom compiler.

Unfortunatly this utility has been removed from the WC2EXE, WC2OBJ, WCPP2EXE
and WCPP2OBJ Bat files since it causes more problems than it solves.

Why?:

iASM goes thru all #include'ed files regardless of what the C files has
to say about it. Even if it's in a comment block and even if it's inside
a conditional compile block that is not suppose to be compiled.  This
causes a lot of problems when 2 files #include each other (but only if
the other has not been included already).  So iASM will go into an infinite
loop (but it will exit with a message saying "can't open file").  So
it started getting in the way so I removed it.  But remember if you like
using it, it's still there.

TTYL
