LABELS in Atmega32 using ATMEL STUDIO 7 Assembly May 14, 2024 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 Read More »