iASM - Watcom ASM {} Utility Converter
--------------------------------------

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

iASM goes thru a C or C++ program and converts all ASM {} blocks into
Watcom compatible inline assembly code.  The output is always \iasm.tmp

All previous problems with iASM have been fixed and is now used in all
Watcom compile BAT files, enjoy.

iASM works basically the same as PASM does.  The output is always \iasm.tmp.

Notice:
  Watcom v11.0 now supports the _ASM {} and __ASM {} directives.  So if
  you have this compiler and wish not to use iASM then edit the following
  files:
    \BIN\WC2OBJ.BAT
    \BIN\WCPP2OBJ.BAT
  Within these files you will find more help to do this.

TTYL
