=================================================================== RCS file: /cvs/djgpp/djgpp/src/utils/utils.tex,v retrieving revision 1.10 retrieving revision 1.11 diff -p -u -r1.10 -r1.11 --- djgpp/src/utils/utils.tex 2000/12/24 17:28:20 1.10 +++ /cvs/djgpp/djgpp/src/utils/utils.tex 2001/01/17 19:35:04 1.11 @@ -52,6 +52,8 @@ come with DJGPP. * update:: conditionally copy one file to another. +* djasm:: The DJGPP 16-bit assembler. + @end menu @c ----------------------------------------------------------------------------- @@ -620,7 +622,7 @@ Note that the Postscript file is sent to redirect the output to a file or a printer. @c ----------------------------------------------------------------------------- -@node update, , texi2ps, Top +@node update, djasm, texi2ps, Top @chapter update @code{update} is a fancy copy-if-needed program. Basically, it compares @@ -643,4 +645,11 @@ foo.c foo.h : foo.y update y_tab.c foo.c @end example +@c ----------------------------------------------------------------------------- +@node djasm, , update, Top +@chapter djasm +@lowersections + +@include djasm.txi + @bye