Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 297 Bytes

dot_code.md

File metadata and controls

11 lines (6 loc) · 297 Bytes

Asmc Macro Assembler Reference

.CODE

.CODE [[name]]

When used with .MODEL, indicates the start of a code segment called name (the default segment name is _TEXT for tiny, small, compact, and flat models, or module_TEXT for other models).

See Also

Directives Reference