User`s guide

ELF Linker and Command Language
DSP56800E Command-Line Tools
308
Targeting MC56F83xx/DSP5685x Controllers
WRITEW
The WRITEW command inserts 4 bytes of data at the current address of a section.
Prototype
WRITEW (expression);
expression is any expression that returns a value 0x00000000 to
0xFFFFFFFF.
DSP56800E Command-Line Tools
This section contains the following topics:
Usage
Response File
Sample Build Script
Arguments
Usage
To call the command-line tools, use the following format:
The compiler automatically calls the linker by default and any options from the linker
is passed on by the compiler to the assembler. However, you may choose to only
compile with the –c flag. In this case, the assembler will only assemble and will not
call the linker.
Table 10.2 Format
Tools File Names Format
Compiler mwcc56800e.exe compiler-options [linker-options] file-list
Linker mwld56800e.exe linker-options file-list
Assembler mwasm56800e.exe assembler-options file-list