echo "  :: Creating Dictionary for core wordset"
  (cd forth/words ; find -name \* ! -name \*~ ! -name all -printf '%%include "forth/words/%P"\n' >all)

echo "  :: Compiling forth.o"
  nasm -felf forth.asm -llst/forth.lst -DMODULAR
