From 37672de09004e81d80d8b2d18863dac6527bd872 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Mon, 24 Oct 2016 15:00:12 -0400 Subject: [PATCH] Updated CS 3410. Fixes #217 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69be960..3bac7bc 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Courses - [Syllabus](http://www.cs.cornell.edu/courses/CS2043/2014sp/) - [Lectures](http://www.cs.cornell.edu/courses/CS2043/2014sp/) - [Assignments](http://www.cs.cornell.edu/courses/CS2043/2014sp/) -- [CS 3410](http://www.cs.cornell.edu/courses/CS3410/2014sp/) **Computer System Organization and Programming** *Cornell University* Assignments Lecture NotesReadings +- [CS 3410](http://www.cs.cornell.edu/courses/cs3410/2016fa/) **Computer System Organization and Programming** *Cornell University* Assignments Lecture NotesReadings - CS3410 provides an introduction to computer organization, systems programming and the hardware/software interface. Topics include instruction sets, computer arithmetic, datapath design, data formats, addressing modes, memory hierarchies including caches and virtual memory, I/O devices, bus-based I/O systems, and multicore architectures. Students learn assembly language programming and design a pipelined RISC processor. - [Lectures](http://www.cs.cornell.edu/courses/CS3410/2014sp/schedule.html) - [Assignments](http://www.cs.cornell.edu/courses/CS3410/2014sp/schedule.html)