Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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: ...
arminb's user avatar
  • 1,642