Commands for insn & rvddt, fix spacing on insn pic

This commit is contained in:
John Winans 2018-05-18 23:05:42 -05:00
parent ab67eb0d5a
commit 52e813b444

View File

@ -274,7 +274,7 @@
\newcommand\InsnStatement[1]{ \newcommand\InsnStatement[1]{
% \textbf{\large #1}\\ % \textbf{\large #1}\\
% \textbf{#1}\\ % \textbf{#1}\\
{\large #1}\\ {\large #1}
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% #1 the binary encoding % #1 the binary encoding
@ -545,4 +545,7 @@
% print a register name in typewriter font % print a register name in typewriter font
\newcommand\reg[1]{{\tt #1}} \newcommand\reg[1]{{\tt #1}}
% print an instruction name in typewriter font
\newcommand\insn[1]{{\tt #1}}
\newcommand\rvddt{{\tt rvddt}}