previous | start | next

Problem 3.1

Assume the following values are stored at the indicated memory addresses and registers:

Address Value Register Value
0x100 0xFF %eax 0x100
0x104 0xAB %ecx 0x1
0x108 0x13 %edx 0x3
0x10C 0x11

Fill in the following table showing the values for the indicated operands

Operand Value
%eax  
0x104  
$0x108  
(%eax)  
4(%eax)  
9(%eax,%edx)  
260(%ecx,%edx)  
0xFC(,%ecx,4)  
(%eax,%edx,4)  


previous | start | next