Question

Dot Image

ECET330 Microprocessor Architecture

Week 2 ILAB  

Laboratory Number: 2

Laboratory Title:

Objectives:

1. To Install CodeWarrior

2. Explore the CodeWarrior IDE and the operations

3. Become familiar with how an assembly language program is entered and simulated using CodeWarrior

4. To learn how to generate a list file

Results:

We were able to have a beginner’s perspective for CodeWarrior IDE and its operations. We were also able to become more familiar with how an assembly language program is entered and simulated using CodeWarrior. We were also able to generate a list file.

Conclusions:

This week’s lab was insightful. Being introduced to CodeWarrior was a little tough to learn at first but as like any new language, a little practice can go a long way.

Team: May Saw EET

Observations/Measurements:

IV. 1- A. Copy and paste the complete source code for adding 7 and 8.

IV. 1-B. Copy and paste the IDE register window showing the value of A and B.

IV. 1-C. Copy and paste the IDE register window showing the value of A and B after executing the instruction to add A and B.

IV. 1.D – Copy and paste the Assembly Window showing the machine code.

IV. 2. A. Copy and paste the source code for adding your ID numbers.

IV. 2. B. Copy and paste the IDE register window showing the value of final result (in HEX).

IV. 2. C. Copy and paste the IDE register window showing the value of final result (in decimal).

IV. 2. D. Zero and Carry flag.

Questions:

1. Assume that the value of Register A is $FF and Register B is 00.

What will be the value of zero flag, carry flag, Register A, Register B, and Register D after executing the instruction?

2. Assume that the value of Register A is $FF and Register B is 00.

What will be the value of zero flag, carry flag, Register A, Register B, and Register D after executing the instruction?

3. Assume that the value of Register A is $FF and Register B is 00.

What will be the value of zero flag, carry flag, Register A, Register B, and Register D after executing the instruction?

4. Assume that the value of Register D is $00FF.

What will be the value of Registers A, B, and D after executing the instruction?

Dot Image