An open API service indexing awesome lists of open source software.

https://github.com/perongh/cpt101-revision

Materials for reviewing CPT101 Computer Systems
https://github.com/perongh/cpt101-revision

assembly computer-systems notes xjtu

Last synced: about 2 months ago
JSON representation

Materials for reviewing CPT101 Computer Systems

Awesome Lists containing this project

README

        

# CPT101 Revision

Materials for reviewing CPT101 Computer Systems

## Materials

[Ultimate Notes](CPT%20101%20Ultimate%20Notes%20Final!.pdf) - Taken from [Justin's repository](https://github.com/SpoaLove/XJTLU_ICSY2/blob/main/src/cn/edu/xjtlu/cpt101/CPT%20101%20Ultimate%20Notes%20Final!.pdf)

[Revision Notes](CPT111_Revision_Notes.md) - Based on ultimate notes, with many AI-generated texts. Just for fun.

## Tips

- To compile the assembly code, you may run `clang -fasm-blocks -m32 -O3` on a x86 linux machine.

- To run helper scripts, you may use `deno run `.