Constant symbol Definition

Source: Internet
Author: User

 

1. Features: When the code is compiled, the position of the symbol will be replaced with the constant it represents.

2. = pseudocommand

2.1 syntax

Name = expreion

2.1.1 expression can only be an integer or integer expression

2.1.2. names can be repeatedly defined as different integer or integer expressions.

For example:

Count = 500

Size = ($-list)

3. equ pseudocommand

3.1 syntax

Name equ expression
Name equ symbol
Name equ <text>

3.1.1 expression can only be an integer or integer expression

3.1.2. the symbol must be a symbolic name defined by "=" or "equ ".

3.1.3 text content must be in angle brackets

3.1.4. names cannot be defined repeatedly.

4. textequ pseudocommand

4.1 syntax

Name textequ % expression
Name textequ symbol
Name textequ <text>

4.1.1 expression can only be an integer or integer expression

4.1.2. symbol must be a symbolic name defined by "=", "equ", or "textequ ".

4.1.3 text content must be in angle brackets

4.1.4 and name can be defined repeatedly

 

 

 

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.