view docs/README @ 482:9c24336fa76c

Correct cycle counts for W relative indexing modes Actually handle the 6309 specific W relative indexing modes (,W; n,W; ,W++; ,--W) in the cycle count calculation code. These work differently than the regular indexing modes so it's necessary to handle their bit patterns specially. (The bits that would normally select the base register are used instead to select the operation on W.)
author William Astle <lost@l-w.ca>
date Thu, 24 Jan 2019 18:24:03 -0700
parents 2c24602be78f
children
line wrap: on
line source

If there are no html files in the "manual" directory and there is no
"manual.html" file, it means that you have either checked out the source
repository on a non-release branch or the packager messed up.

In either case, if you have "docbook2html" installed, you should be able
to build the manual with one of the following:

docbook2html -o manual manual.docbook.sgml

or

docbook2html -u manual.docbook.sgml && mv manual.docbook.html manual/manual.html

PDF can be generated by doing:

docbook2pdf -u manual.docbook.sgml && mv manual.docbook.pdf manual/manual.pdf