
TASM -> NASM source converter

Converts TASM-syntax asm source to NASM-syntax in order to be
compilable with NASM.  (tested with NASM 0.97)

Usage: ASM2NASM.COM [/Dn] [source[.ASM] [dest[.NAS]]]
default:  source=TEST.ASM   dest=TEST.NAS

/Dn = debug info on pass-n    (/D1 and /D2 allowed)

