Download RA78K0R Ver. 1.20 Assembler Package Language UM

Transcript
CHAPTER 4 CONTROL INSTRUCTIONS
WIDTH
[Description Format]
[Δ]$[Δ]WIDTH[Δ]([Δ]columns-per-line[Δ])
[Default Assumption]
- $WIDTH (132)
[Function]
- The WIDTH control instruction specifies the number of columns (characters) per line of a list file.
"columns-per-line" must be a value in the range of 72 to 260.
[Use]
- Use the WIDTH control instruction when you want to change the number of columns per line of a list file.
[Explanation]
- The WIDTH control instruction can be described only in the header section of a source module file.
- If two or more WIDTH control instructions are specified at the same time, only the last specified control
instruction will become valid.
- The number of columns per line of a list file may also be specified with the assembler option (-lw) in the
startup command line of the assembler.
- If the control instruction specification (WIDTH) in the source module differs from the specification (-lw) in the
startup command line, the specification in the command line will take precedence over that in the source
module.
- Even when the assembler option (-np) has been specified in the startup command line, the assembler
performs a syntax check on the WIDTH control instruction.
User’s Manual U18546EJ1V0UM
193