Chapter 1 Getting Started

The start-up file .as103rc supports the following keywords.

Keyword

 

 

Description

 

 

 

This entry specifies the language and coding scheme for messages from the assembler.

 

One of the parameters ENGLISH, EUC, SJIS, or JIS comes after the keyword “message”

 

followed by a blank space. These parameters have the following meanings.

 

message ENGLISH Outputs messages in English

message

message EUC

Outputs messages in Japanese using EUC encoding

message SJIS

 

Outputs messages in Japanese using Shift JIS encoding

 

message JIS

 

Outputs messages in Japanese using JIS encoding

 

The default setting depends on the host machine and operating system.

 

Sun/Sparc

ENGLISH

 

DOS/V

SJIS

 

 

PC/AT

ENGLISH

 

 

 

This entry specifies the notation used for numbers in assembly language programs. One of

 

the parameters PANA, CLANG, or INTEL comes after the keyword “notation” followed

notation

by a blank space. These parameters have the following meanings.

notation PANA

Use Panasonic notation

 

notation CLANG Use C language notation

 

notation INTEL

Use Intel notation

 

The default setting is in extended C language format.

 

 

 

This entry controls optimization. Either ON or OFF of the parameters comes after the

 

keyword O-OPTION followed by a blank space. These parameters have the following

O-OPTION

meanings.

 

 

O-OPTION ON

Enable optimization

 

 

O-OPTION OFF

Disable optimization

 

The default setting is to disable optimization.

 

 

 

 

The start-up file .ld103rc supports the following keyboards.

Keyword

 

 

Description

 

 

 

This entry specifies the language and coding scheme for messages from the linker. One of

 

the parameters ENGLISH, EUC, SJIS, or JIS comes after the keyword “message”

 

followed by a blank space. These parameters have the following meanings.

 

message ENGLISH Outputs messages in English

message

message EUC

Outputs messages in Japanese using EUC encoding

message SJIS

 

Outputs messages in Japanese using Shift JIS encoding

 

message JIS

 

Outputs messages in Japanese using JIS encoding

 

The default setting depends on the host machine and operating system.

 

Sun/Sparc

ENGLISH

 

DOS/V

SJIS

 

 

PC/AT

ENGLISH

 

 

 

This entry controls the output of debugging information. Either ON or OFF of the

 

parameters comes after the keyword g-OPTION followed by a blank space. These

g-OPTION

parameters have the following meanings.

g-OPTION ON

Enable output of debugging information

 

 

g-OPTION OFF

Disable output of debugging information

 

The default setting is to disable output of debugging information.

 

 

 

 

8 Setup

Page 20
Image 20
Panasonic MN1030 user manual Keyword Description, Message, Notation, Option