Difference between revisions of "CSC231 Schedule 2012"

From dftwiki3
Jump to: navigation, search
(Weekly Schedule)
(Misc. Good Information)
Line 5: Line 5:
  
 
* [[CSC231 Things to Remember when Writing Assembly Programs | Things to remember while programming in assembly]]
 
* [[CSC231 Things to Remember when Writing Assembly Programs | Things to remember while programming in assembly]]
 +
* [http://alien.dowling.edu/~rohit/nasmdoc0.html The NASM Manual] (http://alien.dowling.edu/~rohit/nasmdoc0.html)
 +
* Paul Carter's [http://cs.smith.edu/~dthiebaut/classes/231_0405/doc/pcasm-book.pdf assembly language tutorial]. Paul Carter's page can be found at http://www.drpaulcarter.com/.
 +
* [http://cs.smith.edu/~dthiebaut/ArtOfAssembly/artofasm.html The Art of Assembly Language]. It assumes a different assembler, and hence a different syntax, but has a lot of very good information.
  
 
=Weekly Schedule=
 
=Weekly Schedule=

Revision as of 07:50, 26 September 2012

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


Misc. Good Information

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:
ls -ltr ~231a/handout
    • Get one of the files into your 231a-xx account:
getcopy movStrings1.asm
    • Or use sftp
sftp 231a-xx@beowulf.csc.smith.edu (and then use put filename or get filename to transfer files)

Week 4
9/24
  • Monday
  • Wednesday
    • Computing Fibonacci terms: Fibn = Fibn-1 + Fibn-2
    • SUB, INC, DEC, NEG, AND, OR, XOR, NOT
  • 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