Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/Boneless-CPU
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b74167a2708
Choose a base ref
...
head repository: whitequark/Boneless-CPU
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd047d58ba25
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Dec 30, 2018

  1. Copy the full SHA
    dd047d5 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 doc/manual/insns/ADJW.1.tex
  2. +1 −1 doc/manual/insns/ADJW.2.tex
  3. +2 −2 doc/manual/insns/index.tex
  4. BIN doc/manual/manual.pdf
2 changes: 1 addition & 1 deletion doc/manual/insns/ADJW.1.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\begin{instruction}{ADJW.1}{Adjust Window}
\begin{encoding}
\mnemonic & \op{3}{001} & \op{2}{11} & \bits{3}{000} & \bits{3}{000} & \op{2}{11} & \imm{3} \\
\mnemonic & \op{3}{001} & \op{2}{11} & \op{3}{000} & \op{3}{000} & \op{2}{11} & \imm{3} \\
\end{encoding}
\assembly{ADJW size}
\purpose{To adjust the position of register window.}
2 changes: 1 addition & 1 deletion doc/manual/insns/ADJW.2.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\begin{instruction}{ADJW.2}{Adjust Window, Store Previous Address}
\begin{encoding}
\mnemonic & \op{3}{001} & \op{2}{11} & \reg{d} & \bits{3}{001} & \op{2}{11} & \imm{3} \\
\mnemonic & \op{3}{001} & \op{2}{11} & \reg{d} & \op{3}{001} & \op{2}{11} & \imm{3} \\
\end{encoding}
\assembly{ADJW Rd, size}
\purpose{To adjust the position of register window and store the previous window position to a register.}
4 changes: 2 additions & 2 deletions doc/manual/insns/index.tex
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
\label{insn:#1}
\vspace{0.5cm}

\newcommand{\mnemonic}{#1}
\newcommand{\mnemonic}{\texttt{#1}{}}

\newcommand{\field}[1]{\par\textbf{##1:}\par}
\newcommand{\fieldindent}[2]{\field{##1}\begin{adjustwidth}{10pt}{0pt}##2\end{adjustwidth}}
@@ -18,7 +18,7 @@
\newcommand{\reg}[1]{\bits{3}{R####1}}
\newcommand{\imm}[1]{\bits{####1}{imm####1}}
\newcommand{\off}[1]{\bits{####1}{off####1}}
\newcommand{\exti}{EXTI & \op{3}{110} & \bits{13}{ext13} \\ \cline{2-17}}
\newcommand{\exti}{\texttt{EXTI} & \op{3}{110} & \bits{13}{ext13} \\ \cline{2-17}}

\field{##1}
\begin{adjustwidth}{10pt}{0pt}
Binary file modified doc/manual/manual.pdf
Binary file not shown.