4.43 A) No. push %esp pushes the value of %esp before modifying its value (to point to the top of the stack). B) movl REG,-4(%esp) subl $4,%esp 4.44 A) No. The addl instruction would destroy the popped value. B) addl $4,%esp movl -4(%esp),REG