I am trying to understand the following assembly code, but have been unsuccessful with the "set" instruction in the following code.
2: dec CTR
brne 3f
set
Googling Assembly Set Command hasn't found it either, or any of the instruction list documentation.
It is the SEt T-flag operation in AVR Assembly.