Skip to content

Commit

Permalink
add the executable part
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihaghverdi committed Dec 29, 2023
1 parent e322565 commit 7b2700c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Binary file modified Extra3/RTP-EXTRA03-02-4003613023.pdf
Binary file not shown.
Binary file added Extra3/docs/images/executable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion Extra3/docs/language-processors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,26 @@ \section{پردازشگر‌های زبان}
\begin{itemize}\itemr
\item[-]
به بیان ساده، کامپایلر برنامه‌ایست که می‌تواند یک برنامه را با یک زبان (\lr{\textit{source} language}) بخواند، و معادل آن را به زبانی دیگر ترجمه کند (\lr{\textit{targer} language}.)
\vspace{6mm}
\vspace{5mm}
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.3\textwidth, height=0.6\textheight, angle=1]{docs/images/sct}
\end{center}
\end{figure}
\end{itemize}
\end{frame}

\begin{frame}{برنامه‌ی ترجمه شده}
\begin{itemize}\itemr
\item[-]
اگر برنامه‌ی تولید شده، یک
\lr{executable machine-language program}
باشد، می‌توان آن را مستقیما توسط پردازنده اجرا کرد.
\vspace{5mm}
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.6\textwidth, height=0.3\textheight, angle=0.5]{docs/images/executable}
\end{center}
\end{figure}
\end{itemize}
\end{frame}

0 comments on commit 7b2700c

Please sign in to comment.