Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
Indicates the start of a code segment.
When using 32-bit MASM, this should be used along with .MODEL.
Syntax
.CODE ⟦name⟧
⟦ segmentItem ⟧...
⟦ codesegmentnameId ENDS;;⟧
Parameters
name
Optional parameter that specifies the name of the code segment. The default name is _TEXT for tiny, small, compact, and flat models. The default name is modulename_TEXT for other models.