\documentclass[letterpaper,12pt]{report}
%\usepackage{a4}

\begin{document}

\title{Information on the M68HC811E2 Microprocessor}
\author{Brad J Barnes}
\date{November 1st, 2003}
\maketitle

\section{The 'HC11E2}
The Motorolla 'HC11E2 microprocessor has the following \cite{hc11etd}{specifications}: 
\begin{itemize}
\item The M68HC11 CPU
\item 256 bytes of on-chip RAM
\item 2k of on-chip EEPROM
\item Asynchronous Serial Communication Interface (SCI)
\item Synchronous Serial Peripheral Interface (SPI)
\item 8-channel 8-bit ADC
\item 16-bit timer system
\item 2 MHz CPU clock
\end{itemize}

\begin{thebibliography}
\bibitem{hc11etd}

\end{document}

