%
%r0
is equivalent to r0
in the assembly code.
#
Note: if a line starts with a ‘#’ character then it can
also be a logical line number directive (see Comments) or a
preprocessor control command (see Preprocessing).
@
mov r0, @r0
moves the address of symbol r0
into register r0
.
`
-