Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/03/03 13:04
Read: times


 
#40547 - RE: exiting Interrupts in Pascal
Responding to: ???'s previous message
Modified a bit,

t:=0;quit:=false;
repeat
inc(t);
if t=500 then quit:=true;
until p1.2 or quit;


Why not do that ?
Whose Pascal KSC or Rainier Lamers ? If its KSC, that'll work fine, in Rainier's you need the interrupt_exit statement (and interrupt_entry at the start).

You COULD try interrupt_exit instead of EXIT and see if that works.

Steve

List of 7 messages in thread
TopicAuthorDate
exiting Interrupts in Pascal            01/01/70 00:00      
   RE: exiting Interrupts in Pascal            01/01/70 00:00      
      RE: exiting Interrupts in Pascal            01/01/70 00:00      
   RE: exiting Interrupts in Pascal            01/01/70 00:00      
      RE: exiting Interrupts in Pascal            01/01/70 00:00      
   RE: exiting Interrupts in Pascal            01/01/70 00:00      
      RE: exiting Interrupts in Pascal            01/01/70 00:00      

Back to Subject List