- Back to Home »
- CS401 GDB Spring 2013 Full Solution
Posted by : Ali Khan
Wednesday, 10 July 2013
Topic:
Today’s computers speed is in GHz. When we open our assembly program’s .com file in AFD debugger, we can execute our instructions one-by-one through the F2 key. We can also see the contents of different registers and memory. Suppose you also start listening to some music at the same time on your computer which will definitely change its various registers contents.
You need to explain why don’t we see the effect of music player program on different registers contents in AFD debugger while it is running on the same processor?