Resources
Slides
# | Topic | Download |
---|---|---|
1 | Introduction | PDF [13MB] |
2 | Linux Basics | |
3 | Version Control | |
4 | Build Tools | |
5 | C Programming | |
6 | Performance Measurement | |
7 | Performance Optimization | |
8 | Memory Optimization | |
9 | MIPS Assembly Programming | |
10 | MIPS Assembly Programming 2 | |
11 | MIPS Assembly Programming 3 | |
12 | Processor Architecture | |
13 | Networking Fundamentals |
Linux Basics
- Google Code University: Basic Linux Commands
- Unix Tutorial for Beginners
Mercurial / Version Control Systems
- Mercurial Getting Started Guide
- Mercurial in Daily Use (part of Mercurial: The Definitive Guide)
- Mercurial FAQ
C Programming References
- C Language Tutorial from Drexel University
- Beej's Guide to C Programming
- Essential C Guide from Stanford University
- C Programming Tips for C++ Programmers
- C Programming on Wikibooks
- Tutorial on threads, locks, and synchronization
- Programming in C: UNIX System Calls and Subroutines
- GNU C Library (glibc) / User manual
- Find other good references? Email me!
Makefiles
MIPS Assembly Programming
- MIPS Instruction Set - Start here first!
- MIPS Example Programs - Review next!
- MIPS tutorial for strings and vectors - Nice explanation and example code
- What is a pseudo-instruction?
- Additional resources available in Sakai site (ECPE 170 -> Resources folder)
- MIPS Green Card ("cheat sheet") - MIPS_Green_Sheet.pdf
- Appendix A from H&P Textbook: Assemblers, Linkers, and the SPIM simulator - HP_AppA.pdf
- This includes a complete list of instructions and psuedo-instructions
- MIPS32 Architecture for Programmers, Volume 1 - MIPS_ISA_Vol_1.pdf