NV0Space 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 NV0Space directive causes SPLat/PC to reserve a certain number of bytes in NVEM0. It is useful for defining blocks of NVEM0 memory for later writing to, and being able to assign label names to them.

Syntax:

             NV0Space    ssss

ssss can be any value from 0 to 32,767 (within the memory capacity of the target board!)

Example:

DataArea1:   NV0Space    12
DataArea2:   NV0Space    126
DataArea3:   NV0Space    98           

Please refer to the NVEM0 documentation for more details.