Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Indicates the start of a data segment.
When using 32-bit MASM, this starts a near data segment for initialized data (segment name _DATA) and should be used along with .MODEL.
Syntax
.DATA
⟦ segmentItem ⟧...
See also
Directives Reference
.DATA?
.CONST
.FARDATA
.FARDATA?
MASM BNF Grammar