??? 05/25/12 11:35 Read: times |
#187517 - optimization Responding to: ???'s previous message |
Though I do not use Keil, I guess this depends on your optimization settings. When you assign it to a variable, you probably want to be able to watch it in the debugger. And thus the variable gets assigned an address. But with high optimizations it will stay in registers and you cannot watch it. |