[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
AsmCommand_ADD
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
AsmCommand_ADD
ADD
Assembler command to add a value to a register.mov eax,x //Put x in register EAX add eax,y //Add y to register EAX (which has value equal to X) mov z,eax //Put the value of register EAX in z (which has value equal to X+Y)
Links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
