Skip to content

Commit 6cfa523

Browse files
committed
document & cite MOS 6510
1 parent 6d0c163 commit 6cfa523

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ref/MOS 6510.pdf

860 KB
Binary file not shown.

src/cpu-bitness.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,13 @@ \section{Results}
212212
\hline
213213
Motorola 6809 \cite{mc6809} & 1979 & 8/16/24/32 & 8/16 & 16 & 24 & TRS-80 Color Computer \\
214214
\hline
215+
MOS 6510\tablefootnote{differs in pin out to the MOS 6502, adding 8 lanes for general
216+
purpose I/O to the bus, only used in the Commodore 64 which got introduced in 1982} \cite{mos6510} & 1982 & 8/16/24 & 8 & 16 & 32 & Commodore 64 \\
217+
\hline
215218
Hitachi 64180\tablefootnote{designed to be binary compatible with the Zilog Z80, offers
216219
12 additional instructions, among them multiplication, option to address 512 KiB (19
217220
address lines) or 1 MiB (20 address lines) of memory, got licensed to Zilog which brands
218221
it Z180} \cite{hd64180} & 1985 & 8/16/24/32 & 8/16 & 20 & 28 & Victor HC-90 \\
219-
\hline
220-
MOS 6510 & 197x & 8-24 & 8 & 16 & 8 & Commodore 64 \\
221222
\end{tabular}
222223
\caption{CPU Bitness}
223224
\label{tab:bitness}
@@ -418,6 +419,11 @@ \subsection{Texas Instruments TMS9900}
418419
Data \& Address: Page 1, Instructions: Page 6, Bus: Page 9.
419420
MOS Technology Incorporated, May 1976.
420421

422+
\bibitem{mos6510}
423+
\textit{6510 MICROPROCESSOR WITH I/O}.
424+
Data, Address \& Bus: Page 1, Instructions: Page 9.
425+
Commodore Semiconductor Group, ca. 1982-1985.
426+
421427
\bibitem{mc6800}
422428
\textit{MC6800 MOS MICROPROCESSOR}.
423429
Data, Address \& Bus: Page 1, Instructions: Page 13.

0 commit comments

Comments
 (0)