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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/21/06 07:50
Read: times


 
#118700 - RTFM?
Responding to: ???'s previous message
Pranav Garg said:
... its interrupt no. is 6. however to be able to use it i think that i would have to link the interrupt no. to the vector address in the sdcc header files.

Not sure why you think that?

SDCC Interrupt Service Routines in general are documented here:
http://sdcc.sourceforge.net/doc/sdccm...ode65.html

And 8051-specific details here:
http://sdcc.sourceforge.net/doc/sdccm...ode66.html

I don't see anything about messing with SDCC Header files; in fact,
The SDCC Manual said:
SDCC will automatically adjust the interrupt vector table to the maximum interrupt number specified


The only thing seems to be
The SDCC Manual said:
a prototype of the isr MUST be present or included in the file that contains the function main.


List of 3 messages in thread
TopicAuthorDate
interrupts            01/01/70 00:00      
   RTFM?            01/01/70 00:00      
   lest someone takes this for true            01/01/70 00:00      

Back to Subject List