Difference between revisions of "CSC231 Schedule 2012"

From dftwiki3
Jump to: navigation, search
(Weekly Schedule)
(Weekly Schedule)
Line 92: Line 92:
 
** [http://cs.smith.edu/~thiebaut/ArtOfAssembly/CH04/CH04-3.html#HEADING3-79 The mov instruction]
 
** [http://cs.smith.edu/~thiebaut/ArtOfAssembly/CH04/CH04-3.html#HEADING3-79 The mov instruction]
 
** [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH03/CH03-1.html Basic Computer Organization],  Sections 3.0, 3.1, 3.3.1
 
** [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH03/CH03-1.html Basic Computer Organization],  Sections 3.0, 3.1, 3.3.1
** [http://webster.cs.ucr.edu/AoA/Linux/HTML/DataRepresentation.html#998846 Review Data Representation]
+
 
** [http://webster.cs.ucr.edu/AoA/Linux/HTML/DataRepresentation2.html#998917 Bits, Nibbles, Bytes]
 
** [http://webster.cs.ucr.edu/AoA/Linux/HTML/DataRepresentation3.html#1012324 The Hexadecimal System]
 
** [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH04/CH04-3.html#HEADING3-79 The MOV instruction]
 
 
<!-- ================================================================== -->
 
<!-- ================================================================== -->
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"

Revision as of 08:44, 19 September 2012

--D. Thiebaut 11:15, 24 August 2012 (EDT)


Weekly Schedule

Week Topics Reading
Week 1
9/7



Week 2
9/10

  • Reading
Week 3
9/17

JacquardLoom.jpgJacquardLoom2.jpg

    • Get the list of all the assembly programs seen in class:
s -ltr ~231a/handout
    • Get one of the files into your 231a-xx account:
getcopy movStrings1.asm
    • Architecture of a simplified Pentium:
      • Registers
      • ALU
      • CLU
      • Address and Data buses
    • The mother of all instructions: MOV (covered here)
    • byte, word, double-word variables.
    • Transferring information from and to memory.
  • Friday

Week 4
9/24
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 5
10/1
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 6
10/8
  • Monday: Fall Break
  • Wednesday
  • Friday

  • Reading
Week 7
10/15
  • Monday
  • Wednesday
  • Friday Midterm Exam, in class, closed books

  • Reading
Week 8
10/22
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 9
10/29
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 10
11/05
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 11
11/12
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 12
11/19
  • Monday
  • Wednesday Thanksgiving Break
  • Friday Thanksgiving Break

  • Reading
Week 13
11/26
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 14
12/03
  • Monday
  • Wednesday
  • Friday

  • Reading
Week 15
12/10
  • Monday
  • Wednesday Last Class
    • Final Exam, open books & computers

  • Reading