Difference between revisions of "CSC231 Schedule 2010"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 205: | Line 205: | ||
<videoflash>zC5KFnSUPNo</videoflash> | <videoflash>zC5KFnSUPNo</videoflash> | ||
;Monday 10/25 | ;Monday 10/25 | ||
− | * The shift instructions: SHR, SHL, logical and arithmetic variants. | + | * The '''shift instructions''': SHR, SHL, logical and arithmetic variants. |
* Sound waves, a bit of physics | * Sound waves, a bit of physics | ||
* The format of wav sound files | * The format of wav sound files | ||
Line 220: | Line 220: | ||
|| | || | ||
* [https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ The Wav File Format] | * [https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ The Wav File Format] | ||
− | * The shifts instructions are covered in [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-3.html#HEADING3-42 Chapter 6] of the [http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html Art of Assembly] reference. | + | * The '''shifts instructions''' are covered in [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-3.html#HEADING3-42 Chapter 6] of the [http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html Art of Assembly] reference. |
|- valign="top" | |- valign="top" | ||
| Week 9 <br /> 11/01 | | Week 9 <br /> 11/01 |
Revision as of 09:37, 27 October 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