03, operands

Source: Internet
Author: User

Operand type:

1.Direct operand)Is a variable name, which represents the address of the variable.

2.Direct-offset operand (direct-offset operand)Is a variable name with an offset value, generate a new offset address, access the memory address without a label.

3. Indirect operand (indirect operand) is a register containing the data memory address, represented in brackets, such:[Esi]The program obtains the data of the memory address by unreferencing the address.

4. Index operand (index operand) is a constant that is combined with an indirect operand. constants and register values are added to get an address, for example:[Array + esi]OrArray [esi] 

 

Command:

INC: auto increment; DEC: auto increment; Add: Addition command; Sub: subtraction command;

Neg: calculates the complement of the operand in the format:Neg operand

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.