as: D10V-Word

1 
1 9.9.2.6 @WORD Modifier
1 ......................
1 
1 Any symbol followed by '@word' will be replaced by the symbol's value
1 shifted right by 2.  This is used in situations such as loading a
1 register with the address of a function (or any other code fragment).
1 For example, if you want to load a register with the location of the
1 function 'main' then jump to that function, you could do it as follows:
1      ldi     r2, main@word
1      jmp     r2
1