Previous Topic

Next Topic

Book Contents

Book Index

NVEM0 Directive [D>=15]

This applies only to SPLat/PC versions 6.15.0 or later, and is relevant only to SPLat controllers with language dialect 15 or later.

The NVEM0 directive is used to mark the boundary between executable code and NVEM0 memory space. SPLat/PC uses it to recognise where to start looking for and processing data for pre-loading into the NVEM0 memory.

If you are using NVEM type 0, this directive must appear before any NV0xxxx directives like NV0Byte, and there must be no executable instructions after the NVEM0 directive. You may only have one NVEM0 directive in a program.

Please refer to the NVEM0 documentation for more details.

Previous Topic

Next Topic