Code Monkey home page Code Monkey logo

efficient-c-tutorial's Introduction

Efficient C Programming using MIPS

Objectives

By reading C codes and their corresponding MIPS codes, have a basic idea of systems' programming and the memory model.

How to run?

  1. Clone the project to a VM or Docker with mipsel and qemu installed. You can use this Docker: https://github.com/SchrodingerZhu/csc3050-docker.
  2. To compile and run any program, execute make run TARGET=XXX, e.g. make run TARGET=question1.
  3. To remove the MIPS code and executable for one program, execute make clean TARGET=XXX.

Suggested Path:

  1. question1
  2. question2
  3. question3
  4. functionPointer
  5. structMem
  6. structMem2
  7. structMem3
  8. structCasting
  9. I strongly recommend you to read Redis's source codes if you want to be a fluent C programmer. (PS: You may read a stable branch rather than the unstable one.)

Feedback

You can add an issue or email to me.

efficient-c-tutorial's People

Contributors

xieguochao avatar

Watchers

 avatar  avatar

Forkers

schrodingerzhu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.