Reading AVR assembler instruction set documentation.

What those red highlighted registers means? In some cases they are inverted.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rin this case means the result. The formulas give how the flags correspond to the bits of the result. For exampleN=R7means bit #7 of the result is copied into the negative flag. Which is what the verbal description says too. You should also know that in those boolean formulas•meansAND,+meansOR,⨁meansXOR.For your information, the notations used are listed on the first two pages of the manual (at least in the one I have), among others it lists: