General Information
My Information
| Name: | Jonathan Misurda |
| Office: | 6203 Sennott Square |
| Phone: | (412) 624-8408 |
| Email: | jmisurda@cs.pitt.edu |
| Office Hours: | Mon, Tue, Wed: 1:00–3:00 |
You can find a copy of the syllabus here.
Announcements
(11/17/2013) — Project 3 is assigned, due Sunday, December 8, 2013, by midnight. The assignment sheet and associated files can be found below.
(10/18/13) — Project 2 is assigned, due Sunday, November 10, 2013, by midnight. The assignment sheet can be found below.
(09/23/13) — Project 1 is assigned, due Sunday, October 13, 2013, by midnight. The assignment sheet can be found below.
(09/03/13) — Office hours are now up on the online syllabus.
(08/26/13) — Welcome to CS 447 Fall Term (2141)
Slides and Extra Materials
- Numbers Slides (PDF)
- Representations Slides (PDF)
- General Computer Organization Slides (PDF)
- MIPS Assembly Language (Part 1) (PDF)
- MIPS Assembly Language (Part 2) (PDF)
- First Midterm Topics (PDF)
MIPS Examples
| Topic | Link |
| Print an Integer | mips1.asm |
| String Output | mips2.asm |
| Add 10 + x | mips3.asm |
| Machine Code Example: Swap | mips4.asm |
| Memory Organization | mips5.asm |
| Shift Instructions | mips6.asm |
| Do While Loop | mips11.asm |
| While Loop | mips12.asm |
| Factorial | factorial.asm |
- MIPS Assembly Language (Part 3) (PDF)
- Logic Slides (Part 1) (PDF)
- Logic Slides (Part 2) (PDF)
- Math Slides Part 1 (PDF)
- Logic Slides (Part 3) (PDF)
- Second Midterm Topics (PDF)
Math Examples
| Topic | Link |
| Booth's Algorithm | Booth Example.pdf |
- Logic Slides (Part 4) (PDF)
- Math Slides Part 2 (PDF)
- Single-cycle CPU Datapath and Control Slides (PDF)
- Multi-cycle CPU Datapath and Control Slides (PDF)
- Finite State Machine Slides (PDF)
- Performance Metrics Slides (PDF)
- Pipelining Slides (PDF)
- Caching Slides (PDF)
- Final Exam Topics (PDF)
Projects
- Project 3: Apocalypse CPU
- Dice rolling program.
- Fibonacci generator (infinite loop) ASM File. BIN file.
- Assembler (Java)
- Project 2: Frogger
- Project 1: Blackjack
Labs
Lab Examples
| Topic | Link |
| Random Number Generation | rand.asm |
| Maze Skeleton | maze_skeleton.asm |