watcom makefile creates a tiny model COM file
replaced peekb by MK_FP again for wcl compatibility
search bug fixed, and plenty of micro optimizations to make the code more compact
documentation converted to CR/LF
micro optimizations to shave a few bytes of the executable size
explicit assignment of default params to 0 replaced by a single memset() call
optimization - removal of the unnecessary 'found' variable
replaced all MODULO operations by (much faster) binary AND
micro-optimization (removed an unnecessary strlen() call)
micro-optimization (one memcpy call less)