| title | .CODE | |
|---|---|---|
| ms.date | 08/30/2018 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 2b8c882c-c0d2-4fa3-8335-e6b12717a4f4 |
When used with .MODEL, indicates the start of a code segment.
.CODE [[name]]
| Parameter | Description |
|---|---|
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. |