Language:
Русский
English
Memory Reference Operator [...]
An expression within brackets refers to a memory location.
[Expression]
This memory-reference expression is evaluated completely prior to being treated as a single-expression element.
To indicate CPU-register indexing, you can use the plus (+) operator to combine the memory-reference expression with the BX, BP, SI, or DI registers.
Another expression can precede the memory reference expression. In this case, the result becomes the sum of the values of the two expressions, with the type of the first expression.
Result
Always a memory reference.