Difference between revisions of "CSC231 Schedule 2012"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 145: | Line 145: | ||
** AND, OR, XOR, NOT (review [[http://en.wikipedia.org/wiki/Introduction_to_Boolean_algebra Boolean Algebra]]) | ** AND, OR, XOR, NOT (review [[http://en.wikipedia.org/wiki/Introduction_to_Boolean_algebra Boolean Algebra]]) | ||
** range of unsigned byte, words, dwords, and quadwords. | ** range of unsigned byte, words, dwords, and quadwords. | ||
+ | * '''Wednesday''' | ||
+ | ** Mini problem of the day: Assume you want to swap the top 16 bits of eax with its lower 16 bits. How can you do this? | ||
** [[CSC231 Exercises with Signed Numbers | Exercises with Signed Numbers]] | ** [[CSC231 Exercises with Signed Numbers | Exercises with Signed Numbers]] | ||
− | |||
** Playing with int overflow in java: [[CSC231 MultBy3.java Program| MultBy3.java]] | ** Playing with int overflow in java: [[CSC231 MultBy3.java Program| MultBy3.java]] | ||
** Same with Python: [[CSC231 multBy3.py Program | multBy3.py]] | ** Same with Python: [[CSC231 multBy3.py Program | multBy3.py]] |
Revision as of 09:09, 3 October 2012
--D. Thiebaut 11:15, 24 August 2012 (EDT)
Misc. Links & Information
- Things to remember while programming in assembly
- The NASM Manual (http://alien.dowling.edu/~rohit/nasmdoc0.html)
- Paul Carter's assembly language tutorial. Paul Carter's page can be found at http://www.drpaulcarter.com/.
- The Art of Assembly Language. It assumes a different assembler, and hence a different syntax, but has a lot of very good information.
Weekly Schedule
Week | Topics | Reading |
Week 1 9/7 |
|
|
Week 2 9/10 |
|
|
Week 3 9/17 |
|
|
Week 4 9/24 |
|
|
Week 5 10/1 |
|
|
Week 6 10/8 |
|
|
Week 7 10/15 |
|
|
Week 8 10/22 |
|
|
Week 9 10/29 |
|
|
Week 10 11/05 |
|
|
Week 11 11/12 |
|
|
Week 12 11/19 |
|
|
Week 13 11/26 |
|
|
Week 14 12/03 |
|
|
Week 15 12/10 |
|
|