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
- Host: GitHub
- URL: https://github.com/perongh/cpt101-revision
- Owner: PeronGH
- Created: 2023-01-05T12:52:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T14:44:51.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:42:21.706Z (4 months ago)
- Topics: assembly, computer-systems, notes, xjtu
- Language: C
- Homepage:
- Size: 4.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `.