Answers for "assembly add instruction"

0

assembly add instruction

assembly add instruction

syntax : add {destination} , {operand}

how it works ?
1: adds the value of {operand} to {destination} 
2: stores the result in {destination}

inputs:
destination: can be {memory address or register}
operand: can be {memory address , register or immediate value}
Posted by: Guest on October-19-2021

Browse Popular Code Answers by Language