??? 02/14/07 15:26 Read: times |
#132917 - Choose the appropriate tool! Responding to: ???'s previous message |
David Lewis said:
... there doesn't seem to be much time in between the serial interrupts to actually do anything else apart from process the incoming bytes! Especially when I plan on doing this in C so cannot optimize the assembly code apart from Keil's creation. So why would you write it in 'C', then?! Especially as you don't have to worry about calling and parameter passing, there's no reason why you shouldn't write the ISR in assembler and still have the rest in 'C'! Anyhow, well-written and optimised (both by you and the tools) C51 might not be that bad... |