<div dir="ltr"><span style="color:rgb(33,33,33);font-size:13px">I have the following code:</span><div><font color="#212121"><br></font><div style="color:rgb(33,33,33);font-size:13px">movl $0x12345678, %eax</div><div style="color:rgb(33,33,33);font-size:13px">movl $0xaaaabbbb, %ebx</div><div style="color:rgb(33,33,33);font-size:13px">movb $0x10, %cl</div><div style="color:rgb(33,33,33);font-size:13px">shrdw %ebx, %eax</div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">quiz: what's the value of %ax after this instruction?</div></div></div>