Difference between revisions of "CSC231 Schedule 2010"
(→Weekly Schedule) |
|||
Line 189: | Line 189: | ||
* Review of addressing modes | * Review of addressing modes | ||
* Return to the [[CSC231_Addressing_Mode_Exercises | exercises on '''addressing modes''']], but now use loops | * Return to the [[CSC231_Addressing_Mode_Exercises | exercises on '''addressing modes''']], but now use loops | ||
− | + | ; '''Friday 10/22''': | |
+ | * <font color="magenta">'''Lab 5'''</font> | ||
+ | * Loops and Addressing Modes | ||
---- | ---- | ||
* [[CSC231 Homework 5 2010 | Homework #5]] | * [[CSC231 Homework 5 2010 | Homework #5]] | ||
+ | * [[CSC231 Lab 5 2010 | Lab 5]] | ||
|| | || | ||
* [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-5.html#HEADING5-294 The Loop instruction] | * [http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH06/CH06-5.html#HEADING5-294 The Loop instruction] |
Revision as of 18:10, 20 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