Language:
Русский
English
Built-in Assembler @Code, @Data, and @Result
In addition to providing access to almost all Pascal symbols, the built-in assembler implements the following special symbols:
Symbol Meaning
@Code The current code segment
@Data The current data segment
@Result The function result variable within the statement part
of a function
@Code and @Data should only be used in conjunction with the SEG operator.