|
3 |
edited tags
|
||
|
2 | Rephrased and corrected | ||
|
I'm getting confused by bank switching in PIC assembler... This works for putting a 'Q' on the usart:
but And this dosentworks just as good:
I have checked that the compiler does not do any bank switching when I'm not watching... My point is that the second piece of code should work, not the first, because according When do HAVE to the manual one must switch to the correct bankto access theese registers. What am I missing? |
||||
|
1 |
|
||
Bank switching in PIC assemblerI'm getting confused by bank switching in PIC assembler... This works for putting a 'Q' on the usart:
but this dosent:
I have checked that the compiler does not do any bank switching when I'm not watching... My point is that the second piece of code should work, not the first, because according to the manual one must switch to the correct bank to access theese registers. What am I missing?
|
||||
