-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
113 lines (96 loc) · 5.47 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>TAF</TITLE>
</HEAD>
<BODY>
<P>
<CENTER><H1>TAF</H1></CENTER>
<CENTER><H2>Technical Articles Folder</H2></CENTER>
<P><HR>
<P><CENTER><SMALL>Thanks to Mike Naberezny for hosting this site.</SMALL></CENTER>
<P><A href="http://6502.org/">[6502.org]</A>
<P><HR>
<P>Dieter 09/2016:<BR>
Thanks to all those who had helped in the past making my projects possible.<BR>
Out of personal reasons, I'm no longer active since November 2015.<BR>
Page abandoned. Anybody from the 6502 community who wants it can have it.<BR>
It's now up to the next generation of hobbyists.<BR>
When trying to build CPUs... <B>watch your back.</B>
<P><HR>
<P>Articles:
<UL>
<LI><A href="a1/a1_0.htm" >dm[2004] ALU design, Part 1: EPROMs, multiplexers </A></LI>
<LI><A href="a2/a2_0.htm" >dm[2005] ALU design, Part 2: multiplexers, 74181, <B>NMOS 6502</B> </A></LI>
<LI><A href="a3/a3_0.htm" >dm[2008] ALU design, Part 3: relays, MC14500, CM-1 </A></LI>
<LI><A href="a4/a4_0.htm" >dm[2009] ALU design, Part 4: majority gates </A></LI>
<LI><A href="a5/a5_0.htm" >dm[2012] ALU design, Part 5: adders, 7480, Wang 700, MC10800 </A></LI>
<LI><A href="a6/a6_0.htm" >dm[2012] ALU design, Part 6: JK flipflops </A></LI>
<LI><A href="a7/a7_0.htm" >dm[2012] ALU design, Part 7: 74381, carry chains </A></LI>
</UL>
<UL>
<LI><A href="bcd/bcd_0.htm" >dm[2006] BCD arithmetic, Part 1: <B>NMOS 6502</B> </A></LI>
<LI><A href="bcd2/bcd2_0.htm" >dm[2012] BCD arithmetic, Part 2: Wang 700, 100181, 74582 </A></LI>
<LI><A href="v_flag/v_0.htm" >dm[2005] V_Flag, overflow detection: <B>NMOS 6502</B> related </A></LI>
<LI><A href="mpd/mpd_0.htm" >dm[2005] Microprogramming for beginners </A></LI>
<LI><A href="uart/uart_0.htm" >dm[2007] How to build your own UART </A></LI>
</UL>
<UL>
<LI><A href="mt15i/mt15i_0.htm">dm[2005] The MT15 Instruction set </A></LI>
<LI><A href="mt15a/mt15a_0.htm">dm[2005] The MT15 Architecture </A></LI>
<LI><A href="mt15b/mt15b_0.htm">dm[2005] The MT15 Instruction_decoder/sequencer </A></LI>
<LI><A href="tinst/tinst_0.htm">dm[2007] The TREX Instruction set </A></LI>
<LI><A href="tarch/tarch_0.htm">dm[2008] The TREX Architecture </A></LI>
</UL>
<HR>
<P>TTL CPUs:
<UL>
<LI><A href="m02/m02.htm" >dm[2002..2004] M02: 8 Bit, -> 6502 </A></LI>
<LI><A href="m14500/m14500.htm">dm[2004..2005] M14500: 1 Bit, -> MC14500 </A></LI>
<LI><A href="mt15/mt15.htm" >dm[2005..2006] MT15: 16 Bit, transistors </A></LI>
<LI><A href="trex/trex.htm" >dm[2007..2008] TREX: 32 Bit, RISC CPU </A></LI>
<LI><A href="x02/x02.htm" >dm[2010..2015] X02: experimental 6502 compatible TTL CPU (failed) </A></LI>
</UL>
<HR>
<P>Misc:
<UL>
<LI><A href="drc2/drc2.htm" >dm[2013] DRC2: 6502 single board computer </A></LI>
<LI><A href="xp/xp.htm" >dm[2012..2015]: some experimental peripherals for the 6502 (failed) </A></LI>
</UL>
<UL>
<LI><A href="timeline/timeline.htm">dm[1980..2015] Timeline of my hobby computing projects </A></LI>
<LI><A href="decl/decl1.htm" >dm[2006..2008] DECL test run </A></LI>
<LI><A href="k9/k9.htm" >dm[1987..2007] K9 TV modifications </A></LI>
</UL>
<HR>
<!-- ========================================== -->
<!-- Include this code in each page on the Ring -->
<p/>
<center><h2><a href="https://www.homebrewcpuring.org/">Homebuilt CPUs WebRing</a></h2>
<p/>
<script src="https://www.homebrewcpuring.org/webring.js" language="JavaScript" type="text/javascript"></script>
<form action="https://www.homebrewcpuring.org/webring.js" name="ring" id="ring">
<input type="button" value="Ring-Home" onclick="ringhome()" />
<input type="button" value="Previous" onclick="previous()" />
<input type="button" value="Next" onclick="next()" />
<input type="button" value="Random" onclick="random()" />
</form>
</center>
<p/>
<center>JavaScript by <A HREF="mailto:[email protected]">Qirien Dhaela</a><BR>
<p/>
<h3>Join the ring?</h3>
To join the Homebuilt CPUs ring, drop Warren <a href="mailto:[email protected]">a line</a>,
mentioning your page's URL. <BR>
He'll then add it to the list. <BR>
You will need to copy this code fragment into your page (or reference it.) <BR>
<i>Note</i>: The ring is chartered for projects that include a home-built CPU. <BR>
It can emulate a commercial part, that′s OK. <BR>
But actually using that commercial CPU doesn′t rate. <BR>
Likewise, the project must have been at least partially built: <BR>
pure paper designs don′t rate either. <BR>
It can be built using any technology you like, from relays to FPGAs.
<!-- End of code fragment, in all ring pages. -->
<!-- ========================================== -->
</center>
<P><HR>
<SMALL>Improve the world, kick a spammer.</SMALL>
</BODY></HTML>