Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 495 Bytes

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