Diff for /gforth/doc/gforth.ds between versions 1.136 and 1.137

version 1.136, 2005/04/01 15:47:52 version 1.137, 2005/04/02 10:57:53
Line 11830  Some example of instructions are: Line 11830  Some example of instructions are:
 @example  @example
 ax bx mov             \ move ebx,eax  ax bx mov             \ move ebx,eax
 3 # ax mov            \ mov eax,3  3 # ax mov            \ mov eax,3
 100 di ) ax mov       \ mov eax,100[edi]  100 di d) ax mov      \ mov eax,100[edi]
 4 bx cx di) ax mov    \ mov eax,4[ebx][ecx]  4 bx cx di) ax mov    \ mov eax,4[ebx][ecx]
 .w ax bx mov          \ mov bx,ax  .w ax bx mov          \ mov bx,ax
 @end example  @end example

Removed from v.1.136  
changed lines
  Added in v.1.137


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