Diff for /gforth/doc/gforth.ds between versions 1.53 and 1.54

version 1.53, 2000/06/12 19:38:26 version 1.54, 2000/06/17 19:38:28
Line 8778  the assembler and disassembler, avoiding Line 8778  the assembler and disassembler, avoiding
 bugs.  You can also look at that file (and @pxref{Advanced does> usage})  bugs.  You can also look at that file (and @pxref{Advanced does> usage})
 to get ideas how to factor a disassembler.  to get ideas how to factor a disassembler.
   
   Start with the disassembler, because it's easier to reuse data from the
   disassembler for the assembler than the other way round.
   
   For the assembler, take a look at @file{arch/alpha/asm.fs}, which shows
   how simple it can be.
   
 @c -------------------------------------------------------------  @c -------------------------------------------------------------
 @node Threading Words, Locals, Assembler and Code Words, Words  @node Threading Words, Locals, Assembler and Code Words, Words
 @section Threading Words  @section Threading Words

Removed from v.1.53  
changed lines
  Added in v.1.54


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