User`s guide
ELF Linker and Command Language
DSP56800E Command-Line Tools
323Targeting MC56F83xx/DSP5685x Controllers
# default
#
Assembler
----------------------------------------------------------------------
Assembler Control Options
----------------------------------------------------------------------
-[no]case # identifiers are case-sensitive; default
-[no]debug # generate debug information
-[no]macro_expand # expand macro in listin output
-[no]assert_nop # add nop to resolve pipeline dependency; default
-[no]warn_nop # emit warning when there is a pipeline
# dependency
-[no]warn_stall # emit warning when there is a hardware stall
-[no]legacy # allow legacy DSP56800 instructions(imply
# data/prog 16)
-[no]debug_workaround # Pad nop workaround debuggin issue in some
# implementation; default
-data keyword # data memory compatibility
16 # 16 bit; default
24 # 24 bit
#
-prog keyword # program memory compatibility
16 # 16 bit; default
19 # 19 bit
21 # 21 bit
#
----------------------------------------------------------------------