Download RA78K0 Ver.3.80 Assembler Package Operation UM

Transcript
CHAPTER 4 STRUCTURED ASSEMBLER PREPROCESSOR
[ Example of use ]
-
When the -- option is specified, the help message is output to the display.
C>st78k0 -Structured assembler preprocessor for RA78K/0 Vx.xx [ xx xxx xx ]
Copyright ( C ) NEC Electronics Corporation xxxx
Usage : st78k0 [ option [ ... ] ] input-file [ option [ ... ] ]
The option is as follows ( [ ] means omissible , ...means repetition ).
-cx
: Select target chip. ( x = 000 , 012 , etc. ) * Must be specified.
-o [ file ]
: Create the assembler source file [ with the specified name ].
-e [ file ]
: Create the error list file [ with the specified name ].
-ffile
: Input options or source file name from specified file.
-idirectory
: Set include search path.
-sc [ character ] :Specify the last character of word symbol.
-wtn1/-wt [ n1 ] , n2/-wt [ n1 ] , [ n2 ] , n3
: Specify the number of tabs up to output position of each field.
n1 : Output position mnemonic field.
n2 : Output position operand field.
*Must be
n3 : Output position comment field. 0 <= n1 < n2 < n3 < 100.
-dname [ = data ] [ , name [ = data ] [ ... ] ]
: Define name [ with data ].
-gs/-ngs
: Output the structured assembler source debug information to assembler source file
/ Not.
-j
: Create the assembler source file if fatal error occurred.
-zs/-ze/-zn
: Change source regulation.
-zs
: SJIS code usable in comment.
Press RETURN to continue...
-ze
: EUC code usable in comment.
-zn
: no multibyte code in comment.
-ydirectory
: Set device file search path.
--
: Show this message.
DEFAULT ASSIGNMENT : -o -e -scp -wt2 , 3 , 4 -gs
User’s Manual U17199EJ1V0UM
87