dolphin/docs/DSP/GameCube_DSP_Users_Manual
Pokechu22 b349254ff4 docs/DSP: Document the behavior when main and extended opcodes both write to the same register (the write backlog)
For more information, ApplyWriteBackLog, WriteToBackLog, and ZeroWriteBackLog were added in b787f5f8f7 and the explanatory comment was added in fd40513fed, although it did not mention the specific instructions that could trigger this edge case. The statements about which registers can be written by main opcodes and extension opcodes are based on my own checking of all instructions in the manual.
2022-05-29 15:00:09 -07:00
..
.gitignore docs/DSP: Create .gitignore 2021-08-21 11:40:54 -07:00
GameCube_DSP_Users_Manual.tex docs/DSP: Document the behavior when main and extended opcodes both write to the same register (the write backlog) 2022-05-29 15:00:09 -07:00
README.md docs: Add a LaTeX equivalent of the GameCube DSP User's Manual 2018-04-13 19:03:08 -04:00

Building the GameCube DSP User's Manual

  1. Install a LaTeX environment and implementation (for example, MiKTeX).
  2. Once installed, install any of the packages within GameCube_DSP_Users_Manual.tex that aren't installed by default in the environment via the implementation's package manager.
    • These are searchable at the top of the TeX file via the \usepackage statements.
  3. Once all relevant packages are installed, run pdflatex (or any other output processor for LaTeX files) using GameCube_DSP_Users_Manual.tex as the input. Run the processor over the TeX file twice -- once to generate the main textual content, and the other time to build and integrate any indexes (such as the table of contents).
  4. If all goes well, it should build fine with no errors.