Forum : 8051
Original Post
Post Information | Post |
---|---|
March 5, 2010 - 2:52pm
|
I got the 2 following questions and want to post the answers that could help some other developpers facing the same issues: Quote: 1. It´s possible that a unique function (interrupt service routine) serves Try this: void timer0_irq ( void ) interrupt 1 Quote: 2. How can I allocate all the code in a fixed position (i.e we want that all Insert the following directives in the additional options of the linker: ABSOLUTECODEOFFS(04000H) CODE(04000H) |