/cs1216

monsoon 2022, comp organisation systems (cs1216) at ashoka university taught by prof manu awasthi

Primary LanguageTeX

CS-1216 Computer Organisation and Systems

used this repo to keep everything in one place, it is not structured at all, just a dump.

includes latex files and .asm files from our experiments with mips and assembly. this is not a fun course

compiling + running lecture notes

# To Compile
gcc ./lectures/file.c -o ./compiled/file.out

# To Run
./compiled/file.out

compiling + running algorithms

# To Compile
gcc ./algorithms/file.c -o ./compiled/file.out

# To Run
./compiled/file.out