LABELS in Atmega32 using ATMEL STUDIO 7 Assembly

How are labels used? Labels are used for any small functionality if we want a chunk of code to be executed in the same location, we will use labels. Let us understand it through a program in assembly language. Firstly, we will include a header file. CODE: .INCLUDE “M32DEF.INC” To get to know about the […]