Oops; this section is completely unfinished.

This commit is contained in:
cdkersey 2015-07-06 22:18:45 -06:00
parent 0646f7a2f3
commit 60f2e494e3

View file

@ -63,9 +63,9 @@ The assembler converts assembly files to HOF, the Harp Object Format.
The linker combines HOF files and produces raw RAM images for use by the emulator.
An intended future use is the conversion of multiple HOF files to statically-linked HOF executables.
\subsection{Emulator}
The emulator emulates a HARP system.
It can be provided with a
%\subsection{Emulator}
%The emulator emulates a HARP system.
%It can be provided with a
\subsection{Disassembler}
The disassembler is used to convert HOF files to equivalent assembly files.