previous | start | next

subl

Notation convention: 
   S - source operand
   D - Destination operand


Form: subl S, D

Effect:   D = D - S
   
Instruction Effect
subl $32, %esp R[%esp] = R[%esp] - 4


previous | start | next