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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/15/00 19:00
Read: times


 
#7333 - RE: Multiple Call
You have
void quay_so(char i) interrupt 2
The "interrupt 2" makes this an interrupt and you try to call it as a function from an interrupt routine and a function that looks like it is supposed to be an interrupt. Have you shown us your code correctly?

If its written the way you have it shown then its wrong.

Which is it?
Allen

List of 5 messages in thread
TopicAuthorDate
Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      
RE: Multiple Call            01/01/70 00:00      

Back to Subject List