User`s guide
ELF Linker and Command Language
Linker Command File Keyword Listing
307Targeting MC56F83xx/DSP5685x Controllers
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)
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.
WRITEB
The WRITEB command inserts a byte of data at the current address of a section.
Prototype
WRITEB (expression);
expression is any expression that returns a value 0x00 to 0xFF.
WRITEH
The WRITEH command inserts two bytes of data at the current address of a section.
Prototype
WRITEH (expression);
expression is any expression that returns a value 0x0000 to 0xFFFF.