-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout6502.htm
96 lines (96 loc) · 5.3 KB
/
about6502.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
<HTML>
<HEAD>
<TITLE>About the 6502</TITLE>
<META NAME="DC.title" CONTENT="About the 6502">
<META NAME="DC.creator" CONTENT="John Honniball">
<META NAME="DC.language" CONTENT="en-GB">
<META NAME="author" CONTENT="John Honniball">
<LINK HREF="index.htm" REL="home" TITLE="John Honniball's Home Page">
<LINK HREF="index.htm" REL="top" TITLE="John Honniball's Home Page">
<LINK HREF="comp.htm" REL="up" TITLE="John Honniball's Computer Page">
<LINK HREF="eee.htm" REL="made" TITLE="John Honniball's Contact Page">
</HEAD>
<BODY BGCOLOR="#ffffff">
<FONT FACE="Arial,Helvetica,sans-serif">
<H1 ALIGN=CENTER>About the 6502</H1>
</FONT>
<A HREF="index.htm">HOME</A> > <A HREF="comp.htm">Computers</A> > <B>6502</B>
<H2>The 6502</H2>
<P>
The 6502 is a popular 8-bit CPU chip, designed by Chuck Peddle.
</P>
<H2>6502 Machines</H2>
<P>
<UL>
<LI><A HREF="https://en.wikipedia.org/wiki/Commodore_PET" TITLE="Wikipedia: Commodore PET">Commodore Pet</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Commodore_VIC-20" TITLE="Wikipedia: Commodore VIC-20">Commodore VIC-20</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Commodore_64" TITLE="Wikipedia: Commodore 64">Commodore 64</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Commodore_Plus/4" TITLE="Wikipedia: Commodore Plus/4">Commodore Plus/4</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Apple_I" TITLE="Wikipedia: Apple I">Apple I</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Apple_II" TITLE="Wikipedia: Apple II">Apple ][</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Apple_III" TITLE="Wikipedia: Apple III">Apple ///</A>
<LI><A HREF="uk101.htm">Compukit UK101</A>
<LI><A HREF="acorn1.jpg">Acorn System One</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Acorn_Atom" TITLE="Wikipedia: Acorn Atom">Acorn Atom</A>
<LI><A HREF="https://en.wikipedia.org/wiki/BBC_Micro" TITLE="Wikipedia: BBC Micro">BBC Micro</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Oric" TITLE="Wikipedia: Oric">Oric-1</A>
<LI><A HREF="atmos.htm">Oric Atmos</A>
<LI><A HREF="atari400.htm">Atari 400/800</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Atari_2600" TITLE="Wikipedia: Atari 2600">Atari 2600</A>
<LI><A HREF="https://en.wikipedia.org/wiki/Nintendo_Entertainment_System" TITLE="Wikipedia: Nintendo Entertainment System">Nintendo Entertainment System</A>
</UL>
</P>
<H2>6502 Bibliography</H2>
<UL>
<LI>Programming the 6502, by Rodnay Zaks (third edition). Sybex, 1980. ISBN: 0-89588-046-6</LI>
<LI>Programming the 6502, by Rodnay Zaks (fourth edition). Sybex, 1983. ISBN: 0-89588-135-7</LI>
<LI>6502 Applications Book, by Rodnay Zaks. Sybex, 1979. ISBN: 0-89588-015-6</LI>
<LI>6502 Games, by Rodnay Zaks. Sybex, 1980. ISBN: 0-89588-023-9</LI>
<LI>Advanced 6502 Programming, by Rodnay Zaks. Sybex, 1982. ISBN: 0-89588-089-X</LI>
<LI>6502 Assembly Language Programming, by Lance Leventhal. McGraw-Hill, 1979. ISBN: 0-931988-27-6</LI>
<LI>6502 Assembly Language Programming (Second Edition), by Lance Leventhal. McGraw-Hill, 1986. ISBN: 0-07-881216-X</LI>
<LI>6502 Assembly Language Programming, by Judi N. Fernandez, Donna N. Tabler and Ruth Ashley. John Wiley, 1983. ISBN: 0-471-86120-0</LI>
<LI>The 6502, 65C02, and 65816 Handbook, by Steven P. Hendrix. Weber Systems Inc, 1986. ISBN: 0-938862-23-5</LI>
<LI>6502 Assembly Language Subroutines, by Lance Leventhal and Winthrop Saville. McGraw-Hill, 1982. ISBN: 0-931988-59-4</LI>
<LI>Assembler Routines for the 6502, by David Barrow. Century Communications, 1985. ISBN: 0-7126-0507-X</LI>
<LI>6502 Software Design, by Leo J. Scanlon. Howard W. Sams, 1980. ISBN: 0-672-21656-6</LI>
<LI>Advanced 6502 Interfacing, by John M. Holland. Howard W. Sams, 1982. ISBN: 0-672-21836-4</LI>
<LI>Creative Assembler, by Jonathan Griffiths. Penguin Books, 1984. ISBN: 0-1400-7809-6</LI>
<LI>Programming a Microcomputer: 6502, by Caxton C. Foster. Addison-Wesley, 1978. ISBN: 0-201-01995-7</LI>
</UL>
<P>
</P>
<H2>6502 Links</H2>
<P>
<UL>
<LI><A HREF="http://www.6502.org/">6502.org</A></LI>
<LI><A HREF="https://www.cc65.org/">cc65</A>, a freeware C compiler for 6502-based systems</LI>
<LI><A HREF="http://retro.hansotten.nl/6502-sbc/lee-davison-web-site/">Lee Davison's Enhanced 6502 BASIC interpreter</A></LI>
<LI><A HREF="https://dwheeler.com/6502/oneelkruns/65index.html">The Incredible 6502</A></LI>
<LI><A HREF="https://web.archive.org/web/20090604171105/http://www.nailed-barnacle.co.uk/pointless/pointless.html">The Pointless 6502 Computer</A></LI>
<LI><A HREF="http://www.acornatom.nl/sites/fpga/www.howell1964.freeserve.co.uk/projects/dram_6502.htm">Versatile DRAM Interface for 6502</A></LI>
<LI><A HREF="https://telarity.com/~dan/cbm/cross-development.html">6502 Cross-Development Languages and Tools</A></LI>
</UL>
</P>
<HR>
<DIV ALIGN=CENTER>
<P>Return to <A HREF="comp.htm">John Honniball's Computer page</A></P>
<P>Return to <A HREF="index.htm">John Honniball's home page</A></P>
<FONT SIZE="-1">
Copyright © 2005-2021
by <A HREF="eee.htm">John Honniball</A>.
All rights reserved.
</FONT>
</DIV>
<HR>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8655234-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</BODY>
</HTML>