1. I/O and tick_rate()
I'm working on a program which communicates to an ISA I/O card. I can
talk to it correctly with the routines in "ports.e" but to make the
programming easier I wanted to use the tick_rate() command to set the
clock accuracy to abot 1/1000th of a second. However if I try to change
the tick_rate() to any value the computer locks up. Yet if I don't
include the ports.e routines then changing tick_rate() works fine!?
Does changing the tick rate mess up the machine code in ports.e, if so
can I get round the problem?
Stephen Crossley