Feb 26
aside
in class
Continue with discussion of chap 3 x86 material from
- homework assignment
- finish with 05-machine-control lecture slides
- questions about conditionals ?
- walk through while loop : loop with gdb
- finish with 06-machine-procedures lecture slides
- e.g. back to /code/loop , and find what happens with printf . (Can you find the string?)
Yes? OK, so how much can you figure out about
the "small" program in
gdb example with gdb
- without looking at the source
- with the source as a crutch.