Fix a lot of spurious whitespace
This commit is contained in:
parent
51e2a244bb
commit
cea45e869f
8 changed files with 67 additions and 46 deletions
|
@ -2,13 +2,20 @@
|
|||
%% The IO Subsystem
|
||||
%%
|
||||
|
||||
\newcommand{\avrUDR}{%
|
||||
\avr@UDR%
|
||||
}
|
||||
\newcommand{\avrUDRclear}{%
|
||||
\def\avr@UDR{}%
|
||||
}
|
||||
|
||||
\def\avr@io@init{%
|
||||
\def\avr@UDR{}%
|
||||
}
|
||||
|
||||
% OUT
|
||||
\def\avr@instr@OUT#1#2#3{% A, R
|
||||
\def\@@A{#2}
|
||||
\def\@@A{#2}%
|
||||
\avr@bin@msb@del{\@@A}{\@@A}{\@@a}%
|
||||
\avr@bin@msb@del{\@@A}{\@@A}{\@@b}%
|
||||
\avr@code@set{10111\@@a\@@b#3\@@A}{#1}%
|
||||
|
@ -24,10 +31,10 @@
|
|||
|
||||
% IN
|
||||
\def\avr@instr@IN#1#2#3{% A, R
|
||||
\def\@@A{#2}
|
||||
\avr@bin@msb@del{\@@A}{\@@A}{\@@a}%
|
||||
\avr@bin@msb@del{\@@A}{\@@A}{\@@b}%
|
||||
\avr@code@set{10110\@@a\@@b#3\@@A}{#1}%
|
||||
\def\@@A{#2}%
|
||||
\avr@bin@msb@del{\@@A}{\@@A}{\@@a}%
|
||||
\avr@bin@msb@del{\@@A}{\@@A}{\@@b}%
|
||||
\avr@code@set{10110\@@a\@@b#3\@@A}{#1}%
|
||||
}
|
||||
|
||||
\csdef{avr@instr@10110}#1#2#3#4#5#6#7#8\@nnil{%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue