as: RL78-Directives

1 
1 9.38.3 Assembler Directives
1 ---------------------------
1 
1 In addition to the common directives, the RL78 adds these:
1 
1 '.double'
1      Output a constant in "double" format, which is either a 32-bit or a
1      64-bit floating point value, depending upon the setting of the
1      '-m32bit-doubles'|'-m64bit-doubles' command line option.
1 
1 '.bss'
1      Select the BSS section.
1 
1 '.3byte'
1      Output a constant value in a three byte format.
1 
1 '.int'
1 '.word'
1      Output a constant value in a four byte format.
1