UMBC CMSC 313, Computer Organization & Assembly Language, Spring 2002, Section 0101
i386 Assembly Language III
Thursday 02/14, 2001
[
Up]
[Previous Lecture]
[Next Lecture]
Assigned Reading in Murdocca & Heuring:
Assigned Reading in Neveln:
Assigned:
Due:
Topics Covered:
- Continued with demonstration of using the gdb debugger
(cf toupper.txt).
- Overview of Intel i386 instruction set:
- Basic instructions: ADD, SUB, INC, DEC, MOV, NOP
- Branching instructions: JMP, CMP, conditional jumps,
(including short and near jumps).
Programs shown: