You are here: Home / Past Courses / Spring 2017 - ECPE 170 / Resources

Resources

Slides

#TopicDownload
1 Intro PDF
2 Linux Basics PDF
3 Version Control PDF
4 Toolchain PDF
5 C Programming PDF
6 Performance Measurement PDF
7 Performance Optimization PDF
8 Memory Optimization PDF
9 Midterm Exam PDF
10 Python PDF
11 Networking PDF
12 Endianness PDF
13 Networking - DNS PDF
14 MIPS Assembly PDF
15 MIPS Assembly 2 PDF
16 Final Exam PDF

 

Mercurial / Version Control Systems

 

Makefiles

 

C Programming References

 

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