hexinatgithub / cs61c

Computer Architecture cs61c spring2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

berkeley cs61c 2015

Great Ideas in Computer Architecture (Machine Structures)

course website contain all course resource

video playlist has course video

mips compiler

use docker container to run mips gcc compiler, 32-bit ISA

docker run -it --name mips -v "$(pwd)":/berkeley/cs61c dockcross/linux-mips bash start container

$CC --args use mips-gcc compile code

About

Computer Architecture cs61c spring2015


Languages

Language:C 60.7%Language:Assembly 35.4%Language:Makefile 3.9%