??? 01/19/10 10:35 Read: times |
#172589 - Compiler specifics Responding to: ???'s previous message |
Frieder Ferlemann said:
unsigned char __xdata __at(0x0000) table_P2_over_time[200 + 1]; I guess that's SDCC syntax? Keil would be somewhat different. What is the point in absolutely-locating it? Seems unnecessary to me... void Timer0_ISR (void) interrupt 1 { For Keil, consider adding a using option to specify a Register Bank - this can significantly reduce the overhead on entering & leaving the ISR... |