You are on page 1of 4

ECE 3724 – 08

Microprocessor Lab 2
Manish Mudbhari
mm4748
T.A. David Saucier

Lab 2 – MPLAB Introduction

Reporting Requirement 1

Modify the i = 2047 assignment to be the last four digits of your student ID (the one on
your student ID card). Reassemble the program, and re-simulate it. Take a screen shot after
running the program of both the Watch window contents and the data memory (file
registers) window contents. In your report, you must show calculations that verify the screen
shot values match the expected result (warning, i = 2047 is in decimal, as is the last four
digits of your student ID; the values in the screenshot are in HEX). In your report, make it a
NO-BRAINER for the TA to see that you have verified the screen values – show your
calculations!
Reporting Requirement 2

Take a screen shot of both the Watch window contents and the data memory (file registers)
window contents after running your program. In your report, you must show calculations that
verify the screen shot values match the expected result. Also take a screen shot of your
program listing (If you are using MPLABX v2.xx, do Window > Output > Disassembly Listing
File) and attach myadd.s to your lab submission. In your report, make it a NO-BRAINER
for the TA to see that you have verified the screen values – show your calculations!
Reporting Requirement 3

Take a screen shot of both the Watch window contents and the data memory (file registers)
window contents after running your program. In your report, you must show calculations that
verify the screen shot values match the expected result. Attach mysub.s to your lab
submission. In your report, make it a NO-BRAINER for the TA to see that have verified the
screen values, show your calculations!

You might also like