File tree 3 files changed +9
-1
lines changed 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ PDF_ARGS=-sDEVICE=pdfwrite\
10
10
11
11
# these will be optimized for "screen"
12
12
PDFS =ref/Intel\ Chips\ timeline.pdf\
13
+ ref/Intel\ 4004.pdf\
13
14
ref/Intel\ 8085.pdf\
14
15
ref/MOS\ 6510.pdf
15
16
@@ -41,6 +42,7 @@ ref/Hitachi\ HD64180\ Hardware\ Manual\ 4th\ Edition.pdf: ref/originals/HD64180Z
41
42
rm /tmp/HD64180-? .pdf
42
43
43
44
ref/Intel\ Chips\ timeline.pdf : ref/originals/Intel\ Chips\ timeline.pdf
45
+ ref/Intel\ 4004.pdf : ref/originals/Intel\ 4004.pdf
44
46
ref/Intel\ 8085.pdf : ref/originals/Intel\ 8085.pdf
45
47
ref/MOS\ 6510.pdf : ref/originals/MOS\ 6510.pdf
46
48
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ \section{Introduction}
118
118
numbers are supported as 2 word data type, all other data are 1 word, erasable memory
119
119
addresses need 8 bits, fixed memory addresses require 16} \cite {agc } & 1961 & 15/30 & 15/30 & 8/16 & N/A & Apollo Spacecraft \\
120
120
\hline
121
- Intel 4004 & 1971 & & & & & \\
121
+ Intel 4004\tablefootnote {bus has one pin to select ROM and 4 pins to select the RAM bank,
122
+ 4 pins are used bi-directional for both address selection and data transfers} \cite {intel4004 } & 1971 & 8/16 & 4 & 12 & 9 & Busicom 141-PF \\
122
123
\hline
123
124
Intel 8008\tablefootnote {bus is used bi-directional for both address selection and data
124
125
transfers} \cite {intel8008 } & 1972 & 8/16/22 & 8 & 14 & 8 & MCS-8, Mark-8 \\
@@ -412,6 +413,11 @@ \subsection{Texas Instruments TMS9900}
412
413
\textit {Intel Chips timeline }.
413
414
Intel Corporation, 2012.
414
415
416
+ \bibitem {intel4004}
417
+ \textit {Intel 4004 SINGLE CHIP 4-BIT P-CHANNEL MICROPROCESSOR }.
418
+ Address \& Bus: Page 2, Instructions \& Data: Page 3.
419
+ Intel Corporation, March 1987.
420
+
415
421
\bibitem {intel8008}
416
422
\textit {Intel 8008/8008-1 EIGHT-BIT MICROPROCESSOR }.
417
423
Address: Page 1, Bus: Page 2, Instructions \& Data: Page 3.
You can’t perform that action at this time.
0 commit comments