trhgquan / CS109

Computer System (CSC10009)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS109 - Computer System

VNUHCM - University of Science, Spring 2021.

All source codes are licensed under the terms of The GNU GPL v3.0

Topics

  • BTQT01: Bitwise manipulator.
    • Implement bit operators (addition, substraction, multiplication, division) in C/C++.
  • BTQT02: MIPS
    • Implement some simple programs in MIPS.
  • BTQT03: NASM
    • Implement some simple programs in MIPS (mostly what you've done in BTQT02).

There was a final challenge (Cracking) for extra credit, but I missed it.

About

Computer System (CSC10009)

License:GNU General Public License v3.0


Languages

Language:Assembly 54.4%Language:C++ 45.6%