You are here: Home / Past Courses / Fall 2012 - ECPE 170 / Resources

Resources

Slides

#TopicDownload
1 Introduction PDF [13MB]
2 Linux Basics PDF
3 Version Control PDF
4 Build Tools PDF
5 C Programming PDF
6 Performance Measurement PDF
7 Performance Optimization PDF
8 Memory Optimization PDF
9 MIPS Assembly Programming PDF
10 MIPS Assembly Programming 2 PDF
11 MIPS Assembly Programming 3 PDF
12 Processor Architecture PDF
13 Networking Fundamentals PDF

Linux Basics

 

Mercurial / Version Control Systems

 

C Programming References

 

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