@@ -133,19 +133,19 @@ \section{Results}
133
133
\hline
134
134
Intel 8080\footnotemark [2] \cite {intel8080 } & 1974 \cite {intelquick } & 8/16/24 & 8 & 16 & 24 & MITS Altair 8800 \\
135
135
\hline
136
- Intel 8085 & 1976 \cite {intelquick } & 8/16 & 8 & 16 & 16 & Tandy TRS-80 Model 100 \\
136
+ Intel 8085 & 1976 \cite {intelquick } & 8/16 & 8 & 16 & 16 & TRS-80 Model 100 \\
137
137
\hline
138
- Intel 8086\footnotemark [3] & 1978 \cite {intelquick } & 8/16/24/32 & 16 & 20 & 24 & Compaq Deskpro \\
138
+ Intel 8086\footnotemark [3] \cite { intel8086 } & 1978 \cite {intelquick } & 8/16/24/32 & 8/ 16 & 20 & 20 & Compaq Deskpro \\
139
139
\hline
140
- Intel 8088\footnotemark [4] \footnotemark [5] \cite {intel8088 } & 1979 \cite {intelquick } & 8/16/24/32 & 8/16 & 20 & 24 & IBM PC 5150 \\
140
+ Intel 8088\footnotemark [4] \footnotemark [5] \cite {intel8088 } & 1979 \cite {intelquick } & 8/16/24/32 & 8/16 & 20 & 20 & IBM PC 5150 \\
141
141
\hline
142
142
Zilog Z80\footnotemark [6] & 197x & 8-24 & 8/16 & 16 & 8 & Sinclair ZX Spectrum \\
143
143
\hline
144
144
MOS 6502\footnotemark [7] & 197x & 8-24 & 8 & 16 & 8 & Commodore 64 \\
145
145
\hline
146
146
Motorola 6800 & 197x & 8-24 & 8 & 16 & 8 & Sphere \\
147
147
\hline
148
- Motorola 6809 & 197x & 8-24 & 8 & 16 & 8 & Tandy Color Computer \\
148
+ Motorola 6809 & 197x & 8-24 & 8 & 16 & 8 & TRS-80 Color Computer \\
149
149
\bottomrule
150
150
\end {tabular }
151
151
\caption {CPU Bitness table} % Add 'table' caption
@@ -187,7 +187,7 @@ \section{Noteworthy Cases}
187
187
188
188
The secions below detail some CPU models that took particularly noteworthy trade-offs.
189
189
190
- \subsection {Intel 8088 }
190
+ \subsection {Intel 8086 \& 8088 }
191
191
192
192
The Intel 8088 was released a year after the Intel 8086. It offered the same instruction
193
193
set, but reads and stores data 8 bits at a time from or into memory, where as the 8086
@@ -208,6 +208,12 @@ \subsection{Intel 8088}
208
208
209
209
The first IBM Personal Computer, model 5150, choose the Intel 8088 rather then the 8086.
210
210
211
+ On the topic of "CPU Bitness" , note that the title in the 8088 datasheet calls it an
212
+ "8-BIT HMOS MICROPROCESSOR" \cite {intel8088 }, while the 8086 is titled a "16-BIT HMOS
213
+ MICROPROCESSOR"\cite {intel8086 }. Still, the IBM PC 5150 is usually categorized as 16 bit.
214
+
215
+ \subsection {Motorola 6800 \& MOS 6501/6502 }
216
+
211
217
\subsection {Texas Instruments TMS9900 }
212
218
213
219
% ----------------------------------------------------------------------------------------
@@ -240,9 +246,14 @@ \subsection{Texas Instruments TMS9900}
240
246
Address: Page 1, Bus: Page 2, Instructions \& Data: Page 3.
241
247
Intel Corporation, September 1975.
242
248
249
+ \bibitem {intel8086}
250
+ \textit {Intel 8086 16-BIT HMOS MICROPROCESSOR 8086/8086-2/8086-1 }.
251
+ Data: Page 1, Address \& Bus: Page 2, Instructions: Page 26.
252
+ Intel Corporation, September 1990.
253
+
243
254
\bibitem {intel8088}
244
255
\textit {Intel 8088 8-BIT HMOS MICROPROCESSOR 8088/8088-2 }.
245
- Data, Address \& Bus: Page 1 , Instructions: Page 26.
256
+ Data: Page 1 , Address \& Bus: Page 2 , Instructions: Page 26.
246
257
Intel Corporation, August 1990.
247
258
248
259
\end {thebibliography }
0 commit comments