 | A166 User's Guide |  |
|
|
| NONSEGMENTED Assembler Directive| Abbreviation | NOSG | | Arguments | None. | | Default | The non-segmented CPU mode is used. | | µVision | Options — Target — Memory Model. | | Description | The NONSEGMENTED directive specifies that the assembler translate the source file using the non-segmented CPU mode. In this mode, the DPP registers are loaded once and never changed. Additionally, the total amount of memory that may be addressed is 64K Bytes total for code and data. Note - In this mode ASSUME statements and DPP prefixes are not required.
| | See Also | SEGMENTED | | Example |
A166 SAMPLE.A66 NONSEGMENTED
$NOSG
|
|
|