All Questions
Tagged with efficiency optimization
1 question
7
votes
2
answers
5k
views
AVR assembly: fastest way to increment two combined bytes
What is the fastest way to increment two combined bytes in assembler (assuming I'm working on an 8-bit CPU)? Currently I'm doing this:
...