Mal Report
Mal Report
(CSC321)
LAB REPORT-I
Submitted to:
SIR RAHEEL AHMED
Submitted by:
MOHSIN IDREES
SP21-BAI-014
2. Objective
The lab’s objective was to introduce the basics of assembly language and to write a program
that could theoretically result in a blinking LED if implemented on a microcontroller.
Each instruction’s purpose and its role in the LED blinking sequence is annotated alongside
the code.
5. Compilation Process
The code was compiled in Microchip Studio to generate a hex file. This process translates the
assembly instructions into machine code that a microcontroller can execute.