https://github.com/markcaldropoli/cs220
Computer Systems II: Architecture & Programming
https://github.com/markcaldropoli/cs220
architecture assembly c makefile
Last synced: 3 months ago
JSON representation
Computer Systems II: Architecture & Programming
- Host: GitHub
- URL: https://github.com/markcaldropoli/cs220
- Owner: markcaldropoli
- Created: 2019-02-18T04:04:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T04:20:18.000Z (over 7 years ago)
- Last Synced: 2026-01-03T10:29:40.422Z (6 months ago)
- Topics: architecture, assembly, c, makefile
- Language: C
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS220 - Computer Systems II: Architecture & Programming
The architecture and programming of digital computers. Data representation. Processor, memory and I/O organization. Instruction set architectures, encoding and addressing modes. I/O techniques. Interrupts. Assemblers, macro-processors, compilers, interpreters, linkers, loaders. Assembly and machine language programming. C programming language constructs (control and data structures, pointers, arrays and functions) and their relationship to the underlying architecture. Supervised laboratory work involves programming and debugging using machine language, assembly language and C.