Introduction to Computer Organization and the C Programming Language

Syllabus

Links

C Tutorials

http://www.hull.ac.uk/Hull/CC_Web/docs/cnotes/

http://www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html

C/C++ Compilers http://www.delorie.com/ Windows/VC++ Tutorials http://www.mathcs.sjsu.edu/faculty/pearce/lab/index.html Topics Computer Organization
Assembly Language
The C-- Language and Virtual Machine
Representing Numbers (chps 3 & 4)
Arithmetic and Logic (chp 5)
Pointers and Arrays (chp 7)
Sequence Control (chp 9) Staircase Problem (Recursive & Elementary versions) I80x86 Assembly
Compiling, Linking, and Loading (chp 10)
The C Language

The Final Exam Review

Assignments
Problem Set 1
Problem Set 2
Problem Set 3
Problem Set 4