Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Computer Architecture and Assembly

Language Programming Practical (CS401P) Lab No. 7

Problem Statement

Subroutines are also known as functions or procedures. They promote modularity by


breaking down complex tasks into smaller, manageable segments, enhancing code
readability and maintainability. Their reusable nature allows developers to efficiently
employ the same code logic across different sections of a program, significantly reducing
redundancy.
You are required to write an assembly language program that has subroutine(s) to find
biggest digit your VUID and stores the result in memory.

Solution

For any queries, feel free to send an email at cs401P@vu.edu.pk or join the weekly interactive sessions

You might also like