Ninja Tech

How to Call a Subroutine in atmega32

How to Call Subroutine or Function using ATMEL STUDIo

This article will mainly focus on to call a subroutine in atmega32 or a function in atmega32 using ATMEL Studio 7 Assembly. The main function of CALL instruction is to interrupt a program by passing control to external or internal subroutine functions. Call a subroutine in atmega32 CALL instructions are used to invoke a function […]