CMPE 310: Systems Design and Programming
Home
Teaching
Research
Publications
Links

CMPE 310: Systems Design and Programming
Section 0101
Fall 2009

Instructor: Chintan Patel
Office: ITE 322
Office Hours: Mon & Wed, 11:00 AM - 12:30 PM or by appointment

Teaching Assistant:Jordan Bisasky (bisasky1@umbc.edu)
Office Hours: Tue & Thrs, 2:30 PM - 4:00 PM or by appointment, ITE 375

Meeting Time and Location: Mon & Wed, ITE 239, 2:30 - 3:45 PM
Lab Discussion: Fri, ITE 375, 1:00 - 2:50 PM
Lab Section 0101: Fri, ITE 375, 3:00 - 3:50 PM


Announcements
Check regularly for important class information

 Oct 26: Final Exam is on Friday Dec. 18, from 1:00-3:00 PM in ITE 239

 Oct 26: As discussed in class the midterm exam has been moved to Fri., Nov 6th 1PM in ITE 375

 Sept 1: Syllabus Posted. Lab discussion will be held in ITE 375




Course Material
 Fall 2009 Syllabus

 Lecture 1: Introduction

 Lecture 2: 80x86 Architecture

 Lecture 3: 80x86 Register Architecture

 Lecture 4: 80x86 Chipset

 Lecture 5: Memory I

 Lecture 6: Memory II

 Lecture 7: Memory III

 Lecture 8: Memory IV

 Lecture 9: Basic IO: 82C55 PPI

  • Intel 8255 datasheet

 Lecture 10: Basic IO: 8279 / 8254

End of Midterm Exam Material

 Lecture 11: Basic IO: 16550/ Serial and Parallel Ports/ ADC and DAC

 Lecture 12: Interrupts

  • Intel 8259 datasheet

 Lecture 13: Mass Storage, Video and DMA

 Lecture 14: Bus Interface

 Lecture 15: OS Essentials

 Lecture 16: Protected Mode Addressing

 Lecture 17: Paging and Segmentation

End of Course Material



Lab Slides
 Assembly Basics / Addressing Modes

 NASM

 Arithmetic, Logic and Control Instructions

 Data Movement Instructions

 Stack Basics and Procedure Calls

 Floating Point Coprocessor Instructions



Assembly and Project Help
 NASM documentation

 Compiling using GCC and LD

 Using GDB for debugging assembly language

 Linux System Calls

 Official Intel Instruction Set Reference

 Instructions on using Submit

 8086 Instructions

 Example Source codes

 8086 Board Project Links



Assignments
 Instructions on submitting assignments
  • Completely fill out and include the cover page (doc or pdf) with each lab submission. Labs will not be accepted without the cover sheet
  • Late submission penalty is 20% lab grade per day late
  • The definition for a late lab is if you don't hand in your hardcopy when you walk into your class (or don't submit the softcopy before coming to class) you have a late submission.
  • Weekends will be considered as late days.

 Lab Assignment 1: Due Monday Oct 5: Hamming Distance

 Lab Assignment 2: Due Monday Oct 12: Processing Integers

 Lab Assignment 3: Due Monday Oct 26: Constructing Floats

 8086 Board Design Project: Due Friday Nov 23: 8086 Board Design

  • Hardcopy submission: Project Report with full schematic and bill of materials report
  • Softcopy submission: One tar or zip file for the entire schematic that includes the Capture Project file (.opj) and Database file (.DSN). Submit to project final_proj.

 UMBC 8086 Trainer Programming: Due Mon Dec 14: UMBC 8086 Trainer Programming