dot-code.md

May 1, 2024 ยท View on GitHub

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

Simplified Segment | Directives Reference