as: V850 Directives

1 
1 9.49.4 V850 Machine Directives
1 ------------------------------
1 
1 '.offset <EXPRESSION>'
1      Moves the offset into the current section to the specified amount.
1 
1 '.section "name", <type>'
1      This is an extension to the standard .section directive.  It sets
1      the current section to be <type> and creates an alias for this
1      section called "name".
1 
1 '.v850'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850 processor.  This allows the linker to detect
1      attempts to link such code with code assembled for other
1      processors.
1 
1 '.v850e'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850E processor.  This allows the linker to detect
1      attempts to link such code with code assembled for other
1      processors.
1 
1 '.v850e1'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850E1 processor.  This allows the linker to detect
1      attempts to link such code with code assembled for other
1      processors.
1 
1 '.v850e2'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850E2 processor.  This allows the linker to detect
1      attempts to link such code with code assembled for other
1      processors.
1 
1 '.v850e2v3'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850E2V3 processor.  This allows the linker to
1      detect attempts to link such code with code assembled for other
1      processors.
1 
1 '.v850e2v4'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850E3V5 processor.  This allows the linker to
1      detect attempts to link such code with code assembled for other
1      processors.
1 
1 '.v850e3v5'
1      Specifies that the assembled code should be marked as being
1      targeted at the V850E3V5 processor.  This allows the linker to
1      detect attempts to link such code with code assembled for other
1      processors.
1