doc.tex 293 B

1234567891011121314151617181920
  1. \input{preamble}
  2. \begin{document}
  3. \title{Generic decompiler documentation}
  4. \author{Michael Madsen}
  5. \maketitle
  6. \tableofcontents
  7. \newpage
  8. \input{overview}
  9. \input{engine}
  10. \input{disassembler}
  11. \input{cfg}
  12. \input{codegen}
  13. \input{restrictions}
  14. \input{todo}
  15. %\newpage\listoffixmes
  16. \end{document}