Difference between revisions of "CSC231 Schedule 2010"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 285: | Line 285: | ||
* A [[CSC231 Flags Settings Examples | Program]] using compare instruction and showing flag settings | * A [[CSC231 Flags Settings Examples | Program]] using compare instruction and showing flag settings | ||
* [[CSC231 Exercises with conditional jumps | Exsercises]] with conditional jumps | * [[CSC231 Exercises with conditional jumps | Exsercises]] with conditional jumps | ||
+ | ; Wednesday 11/17 | ||
+ | * Continuation of [[CSC231 Exercises with conditional jumps | Exsercises]] on conditional jumps | ||
---- | ---- | ||
* | * | ||
Line 291: | Line 293: | ||
* [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-1.html#HEADING1-27 The Flag Bits] | * [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-1.html#HEADING1-27 The Flag Bits] | ||
* [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-5.html#HEADING5-226 Conditional Jumps] | * [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-5.html#HEADING5-226 Conditional Jumps] | ||
+ | * [[CSC231 Pentium Instructions and Flags | What instructions modify flags]] | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" |
Revision as of 11:42, 17 November 2010
Contents
Weekly Schedule
Week | Topics | Reading |
Week 1 9/08 |
|
|
Week 2 9/13 |
nasm -f elf -F stabs -l helloworld.S helloworld.asm
|
|
Week 3 9/20 |
|
|
Week 4 9/27 |
|
|
Week 5 10/04 |
|
|
Week 6 10/11 |
|
|
Week 7 10/18 |
|
|
Week 8 10/25 |
|
|
Week 9 11/01 |
|
|
Week 10 11/08 |
|
|
Week 11 11/15 |
|
|
Week 12 11/22 |
|
|
Week 13 11/29 |
|
|
Week 14 12/06 |
|
|
Week 15 12/13 |
|
|
List of Selected Programs
Assembly
- First program in assembly
- Skeleton program
- Hello world! for the Mac
Miscellaneous Information
- Things to remember when working on homework assignments...
Linux Related