Difference between revisions of "CSC231 Schedule 2010"
(→Miscellaneous Information) |
(→Weekly Schedule) |
||
Line 153: | Line 153: | ||
; Friday 10/15 | ; Friday 10/15 | ||
* Addressing Modes | * Addressing Modes | ||
− | * Question of the day: What is an instruction set? Is there a best way to define an instruction set? | + | * '''Question of the day''': What is an instruction set? Is there a best way to define an instruction set? |
+ | * [http://en.wikipedia.org/wiki/X86_instruction_listings Pentium Instruction Set] | ||
* Cool videos for a rainy afternoon | * Cool videos for a rainy afternoon | ||
**[[Image:googleVideos.png | 100px ]] [http://video.google.com/videoplay?docid=-7758421725489622662&ei=hQK5Sb3TG5K-rwK4k53oAg&q=guido+rossun&hl=en Introduction to Python] by Guido van Rossun, from Google Videos. The first 15 minutes are fine. You can skip the rest! | **[[Image:googleVideos.png | 100px ]] [http://video.google.com/videoplay?docid=-7758421725489622662&ei=hQK5Sb3TG5K-rwK4k53oAg&q=guido+rossun&hl=en Introduction to Python] by Guido van Rossun, from Google Videos. The first 15 minutes are fine. You can skip the rest! |
Revision as of 09:02, 15 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 Programs
Assembly
- First program in assembly
- Skeleton program
- Hello world! for the Mac
Miscellaneous Information
- List of Pentium Instructions with Op-Codes
- Pentium Instruction Set
- Things to remember when working on homework assignments...
Linux Related