Skip to content

Commit a85f8d2

Browse files
committed
lecture 03 cz+en: missing translation in cz and correction in en by Tobias Lemeer
Closes #60 Signed-off-by: Pavel Pisa <[email protected]>
1 parent 05adf37 commit a85f8d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

03-cpu/apo-lecture03-cpu-cz.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ \section{Procesor}
9898
\begin{itemize}
9999
\item PC (Program Counter) -- adresa právě prováděné (nebo následující) instrukce
100100
\item IR (Instruction Register) -- obsahje kód prováděné instrukce načtený z paměti
101-
\item Another usually present registers
101+
\item Další obvykle přítomné registry
102102
\begin{itemize}
103103
\item GPRs (General purpose registers) -- obecné uživatelské registry, mohou se dělit na data a adresy do paměti, nebo být univerzální
104104
\item SP (Stack Pointer) -- ukazuje na vrchol zásobníku, slouží k organizaci lokálních dat funkcí

03-cpu/apo-lecture03-cpu-en.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ \section{Processor}
120120
\begin{itemize}
121121
\item PC (Program Counter) -- holds address of a recent or next instruction to be processed
122122
\item IR (Instruction Register) -- holds the machine instruction read from memory
123-
\item Another usually present registers
123+
\item Other usually present registers
124124
\begin{itemize}
125125
\item GPRs (General purpose registers) -- directly under user control, may be divided to address and data or (partially) specialized registers
126126
\item SP (Stack Pointer) -- points to the top of the stack; (The stack is usually used to store local variables and subroutine return addresses)

0 commit comments

Comments
 (0)