SIZEOFW

The SIZEOFW function returns the size of the given segment or section. The return value is the size in words.

Prototype

  SIZEOFW(sectionName | segmentName | symbol) 
Note: In order to use segmentName with this command, the segmentName must start with the period character even though segmentNames are not required to start with the period character by the linker, as is the case with sectionName.