Author |
Message |
Topic: 16 bits and interrupts |
julian_lpp
Replies: 4
Views: 5155
|
Forum: General CCS C Discussion Posted: Wed Apr 27, 2011 3:02 pm Subject: 16 bits and interrupts |
All compilers are a compromise between speed and memory.You can cut code for either but not both at the same time.If you want speed, hand assemble code, try it, go back and 'tweak' until you get the p ... |
Topic: 16 bits and interrupts |
julian_lpp
Replies: 4
Views: 5155
|
Forum: General CCS C Discussion Posted: Wed Apr 27, 2011 2:44 pm Subject: 16 bits and interrupts |
It's not automatic. You have to do it manually in code. You can make
a test program and see this.
Great to know that, so basically CCS is written, in this particularly case, with "take ca ... |
Topic: 16 bits and interrupts |
julian_lpp
Replies: 4
Views: 5155
|
Forum: General CCS C Discussion Posted: Tue Apr 26, 2011 7:02 pm Subject: 16 bits and interrupts |
I'm wondering if everytime some stuff related with 16-24-32 bits is involved, the CCS compiler turns off the interrupt (global) flag ????
I'm starting to build a pretty simple C-to asm converter, a ... |
|