5.3.2  
Assembler control instructions
 
The assembler control instruction can be used to control the processing performed by the assembler.
The following assembler control instructions are available.
Table 5.16  | Assembler Control Instructions  | 
 
| 
 | 
 | 
| 
 
REG_MODE 
 | 
 
Outputs a register mode information 
 | 
| 
 
NOMACRO 
 | 
 
Does not expand the subsequent instructions 
 | 
| 
 
MACRO 
 | 
 
Cancels the specification made with the NOMACRO directive 
 | 
| 
 
DATA 
 | 
 
Assumes that external data having symbol name extern_symbol has been allocated neither sdata nor sbss attribute section, and expands the instructions which reference that data 
 | 
| 
 
SDATA 
 | 
 
Assumes that external data having symbol name extern_symbol has been allocated to the sdata or sbss attribute section, and dose not expand the instructions which reference that data 
 | 
| 
 
NOWARNING 
 | 
 
Does not output warning messages 
 | 
| 
 
WARNING 
 | 
 
Output warning messages 
 |