Diff for /gforth/doc/gforth.ds between versions 1.102 and 1.103

version 1.102, 2002/12/19 20:14:57 version 1.103, 2002/12/27 12:32:53
Line 12042  then, Line 12042  then,
 @subsection Other assemblers  @subsection Other assemblers
   
 If you want to contribute another assembler/disassembler, please contact  If you want to contribute another assembler/disassembler, please contact
 us (@email{bug-gforth@@gnu.org}) to check if we have such an assembler  us (@email{anton@@mips.complang.tuwien.ac.at}) to check if we have such
 already.  If you are writing them from scratch, please use a similar  an assembler already.  If you are writing them from scratch, please use
 syntax style as the one we use (i.e., postfix, commas at the end of the  a similar syntax style as the one we use (i.e., postfix, commas at the
 instruction names, @pxref{Common Assembler}); make the output of the  end of the instruction names, @pxref{Common Assembler}); make the output
 disassembler be valid input for the assembler, and keep the style  of the disassembler be valid input for the assembler, and keep the style
 similar to the style we used.  similar to the style we used.
   
 Hints on implementation: The most important part is to have a good test  Hints on implementation: The most important part is to have a good test
Line 14962  cell 2 = [IF] &32 [ELSE] &256 [THEN] KB Line 14962  cell 2 = [IF] &32 [ELSE] &256 [THEN] KB
   
 Known bugs are described in the file @file{BUGS} in the Gforth distribution.  Known bugs are described in the file @file{BUGS} in the Gforth distribution.
   
 If you find a bug, please send a bug report to  If you find a bug, please submit a bug report through
 @email{bug-gforth@@gnu.org}. A bug report should include this  @uref{https://savannah.gnu.org/bugs/?func=addbug&group=gforth}.
 information:  
   
 @itemize @bullet  @itemize @bullet
 @item  @item

Removed from v.1.102  
changed lines
  Added in v.1.103


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>