Out of hash space

The hash space has one entry for each symbol you define in your program.
It starts out allowing 16,384 symbols to be defined, as long as Turbo
Assembler is running with enough free memory. If your program has more
than this many symbols, use the /KH command-line option to set the number
of symbol entries you need in the hash table.