Modified CAM_instr.x[ch] to move the instruction parsing into a separate function (decode_instr) which takes a pointer to an array of longs and a pointer to an intefer as argv and argc. --------------------------------------------------------------------------- Modified step-last.fth to change title banner for hybrid STEP --------------------------------------------------------------------------- Modified db.c and build_hash_database.c to include defines for CAM_instr.h --------------------------------------------------------------------------- Modified wrapper.c to look in environment variable FORTH_MAX_KERNEL_SIZE for the kernel size. Added code to not die when select gets interrupted by a signal. ---------------------------------------------------------------------------