which way is faster?



Hello
I wonder which way is faster while doing arithmetical expressions.
For example, I can add to allocated variables, and I can move them to
the registers and then add.
Probably, addition in the registers is faster. But what about time to
move them to the registers?

Thanks
.