Ninja Tech

ANDI command in Atmega32 using ATMEL STUDIO 7 Assembly

ANDI command in Atmega32 gives the order and applies a logical AND operation to a constant and the contents of register Rd, storing the outcome in the destination register Rd. Let us understand it through a program in assembly language. Firstly, we will include a header file. CODE: .INCLUDE “M32DEF.INC” If you do not know […]