previous | start | next

movl

Notation convention: 
   S - source operand
   D - Destination operand


Form: movl S, D

Effect:   D = S 
   
Instruction Effect
movl $32, %esp R[%esp] = 32


previous | start | next