What does the "set" instruction do in AVR assembly?

242 Views Asked by At

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.

1

There are 1 best solutions below

0
On

It is the SEt T-flag operation in AVR Assembly.