Download presentation
Presentation is loading. Please wait.
Published byKevin Jenkins Modified over 9 years ago
1
ECE 265 Midterm Review 12/1/2015 1 ECE265
2
Administrivia The grade for quiz 3 was not entered into to Carmen before I handed them back. I realize that the only fair way to handle this is … A proposal If you want your grade on quiz 3 to be included give it back to me. If you don’t wish to use it, you will simply have one less quiz. Of the quizzes you do have the low will still be dropped. 12/1/2015ECE265 2
3
Midterm Review Overview What is on the exam Material up through the end of lecture 8 Quiz review – as some questions on exam will be much like what was on quiz 3 and 4. Quick highlights of the lectures High level architectural questions such as how many ports, timers, etc. Addressing modes – how is the effective address of the operand determined The assembler instructions and their action. 12/1/2015 3 ECE265
4
Topics Covered The 68HC11 architecture Programmers Model Addressing Modes Basic Instructions Short pieces of code 12/1/2015ECE265 4
5
Know how to do this Write a program to add the contents to location $C000 and location $C001. If overflow did not occur store the results at $C001. If overflow did occur, store a value of $FF at location $C001. 12/1/2015ECE265 5
6
The start Write a program to add the contents to location $C000 and location $C001. If overflow did not occur store the results at $C001. If overflow did occur store a value of $FF at location $C001. LDAA $C000 Load one value into A ADDA $C001 Add the second location 12/1/2015ECE265 6
7
The branch Write a program to add the contents to location $C000 and location $C001. If overflow did not occur store the results at $C001. If overflow did occur store a value of $FF at location $C001. LDAA $C000 Load one value into A ADDA $C001 Add the second location BVC STORE Branch if overflow=0 LDAA #$FF V=1 so load $FF STORE STAA $C001 12/1/2015ECE265 7
8
Assignment 12/1/2015ECE265 8 Study for the exam. Look over the lecture slides. Go over the quizes Review the homework problems.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.