Esd Lab 01
Esd Lab 01
College Of Engineering
Software Engineering
Semester:
Class ID:
Student name:
Faculty Signature:
Student ID:
Date of Experiment: ______
Remarks/Comments: _ ____
STATUS register
The status register is an 8-bit register. It is also referred to as the flag register. Although the status register is 8
bits wide, only 5 bits of it are used by the PIC18. The three unused bits are unimplemented and read as 0. The
five flags are called conditional flags, meaning that they indicate some conditions that result after an instruction
is executed. These five flags are C (carry), DC (digital carry), Z (zero), OV (overflow), and N (negative).
File register
The file register is read/write memory used by the CPU for data storage and registers for internal use and
functions. As with WREG we can perform arithmetic and logic operations on many locations of the file register
data RAM.
Tool Usage:
Verify all the recall on the MPLAB IDE software through Embedded C or Assembly programming.
Submission Details:
Lab Manual
Quiz