--- gforth/doc/gforth.ds 2005/04/01 15:47:52 1.136 +++ gforth/doc/gforth.ds 2005/04/02 10:57:53 1.137 @@ -11830,7 +11830,7 @@ Some example of instructions are: @example ax bx mov \ move ebx,eax 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] .w ax bx mov \ mov bx,ax @end example