Resources
Slides
# | Topic | Download |
---|---|---|
1 | Intro | |
2 | Linux Basics | |
3 | Version Control | |
4 | Tool chain | |
5 | C Programming | |
6 | Performance Measurement | |
7 | Performance Optimization | |
8 | Memory Optimization | |
10 | Python Tutorial | |
11 | Basics of Networking | |
12 | Endianness | |
13 | UDP - DNS | |
14 | MIPS -1 | |
15 | MIPS -2 |
Mercurial / Version Control Systems
- Hg init: A Mercurial Tutorial
- Learning Mercurial in Workflows
- Mercurial in Daily Use (part of Mercurial: The Definitive Guide)
- Mercurial FAQ
- A Visual Guide to Version Control
- A Visual Guide to Distributed Version Control
Makefiles
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
- C Programming Interview Questions
- Find other good references? Email me!
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 Canvas site (Files 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