Difference between revisions of "CSC103 Schedule 2011"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 129: | Line 129: | ||
***[[CSC103_Assembly_Program_2 | A second program]] | ***[[CSC103_Assembly_Program_2 | A second program]] | ||
* '''Wednesday''' | * '''Wednesday''' | ||
− | ** | + | |
+ | ** Execution of an instruction ([[Media:ExecutionOfInstruction.pdf|pdf]]) | ||
+ | *** LOD-C 1 | ||
+ | *** LOD 10 | ||
+ | *** LOD-I 10 | ||
+ | ** Loops (infinite loop) | ||
+ | *** JMP | ||
+ | *** labels | ||
+ | ** Controlled Loops | ||
+ | *** JMP-Z | ||
+ | ** [[CSC231_Homework_9_Solution_2010| Example]] of a real assembly language program | ||
** [http://www.pcguide.com/res/tablesASCII-c.html ASCII Table]: even characters are stored in computers as numbers! | ** [http://www.pcguide.com/res/tablesASCII-c.html ASCII Table]: even characters are stored in computers as numbers! | ||
Revision as of 07:48, 16 February 2011
--D. Thiebaut 08:44, 7 January 2011 (EST)
Prof
Dominique Thiébaut email |
Weekly Schedule
Week | Topics | Reading |
Week 1 1/24 |
|
|
Week 2 1/31 |
|
|
Week 3 2/7 |
|
Please watch the following videos before the lab on 2/7! |
Week 4 2/14 |
|
|
Week 5 2/21 |
|
|
Week 6 2/28 |
|
|
Week 7 3/7 |
|
|
Week 8 3/14 |
|
|
Wiki pages
Click here to access the class Wiki pages.
Additional Resources
- IEEE Special Issue on Singularity
- Stock pictures
- Javascript Resources
- Tutorials and examples of Javascript code. Type in the code and see its effect directly on the same page.