X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Fdoc%2Fc-bfin.texi;h=83d07ca5dd5e8e5288ba147f3d8775061d6ae864;hb=7c31ae1375663be74994b1f5fb76b73fd9632cef;hp=73e2a0750949ca90d18a8f0a070f95f098219fdd;hpb=849afc8b63c64c59371cf6d3dd3bf3d8d9f4cc14;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index 73e2a07509..83d07ca5dd 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -1,4 +1,4 @@ -@c Copyright 2005, 2006, 2009, 2010 +@c Copyright 2005, 2006, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -100,6 +100,13 @@ not have embedded spaces. Tokens include numbers, register names, keywords, user identifiers, and also some multicharacter special symbols like "+=", "/*" or "||". +Comments are introduced by the @samp{#} character and extend to the +end of the current line. If the @samp{#} appears as the first +character of a line, the whole line is treated as a comment, but in +this case the line can also be a logical line number directive +(@pxref{Comments}) or a preprocessor control command +(@pxref{Preprocessing}). + @item Instruction Delimiting A semicolon must terminate every instruction. Sometimes a complete instruction will consist of more than one operation. There are two @@ -118,6 +125,9 @@ set off by a "||" token. a0 = r3.h * r2.l || r1 = [p3++] || r4 = [i2++]; @end smallexample +Multiple instructions can occour on the same line. Each must be +terminated by a semicolon character. + @item Register Names The assembler treats register names and instruction keywords in a case