Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Kornfeld Eliyahu Peter27-Mar-24 7:54
professionalKornfeld Eliyahu Peter27-Mar-24 7:54 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Sean Cundiff28-Mar-24 10:59
Sean Cundiff28-Mar-24 10:59 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Jeremy Falcon27-Mar-24 7:47
professionalJeremy Falcon27-Mar-24 7:47 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
raddevus27-Mar-24 8:00
mvaraddevus27-Mar-24 8:00 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
DerekT-P27-Mar-24 7:53
professionalDerekT-P27-Mar-24 7:53 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
0x01AA27-Mar-24 9:09
mve0x01AA27-Mar-24 9:09 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Jeremy Falcon27-Mar-24 15:46
professionalJeremy Falcon27-Mar-24 15:46 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Peter Shaw28-Mar-24 3:42
professionalPeter Shaw28-Mar-24 3:42 
6502 was (Still is) one of my favourite ever CPU's, in fact I have such a deep love for it that I have modelled various elements of it using "Digital" the successor to "Logisim" written by H.Neehman and available on Github.

GitHub - hneemann/Digital: A digital logic designer and circuit simulator.

My First CPU was actually a Z80 back in around 1979, but I rapidly got bored with that, and within a couple of years had moved on to the Acorn Electron, then eventually the BBC Micro Model B (I'm in the UK btw)

I loved the 6502, it was a joy to program. Memory Mapped I/O was the way to go, none of this taking control of the bus nonsense that the Z80 had, it was what would be classed now as a RISC processor, unlike the 6809 which had a register and instruction for every purpose.

The 6502 was light enough that you didn't get overwhelmed, but powerful enough that it could do some fantastic tricks.

Many of my friends followed the route of just using computers to pay games, so they went the Z80 route and stayed with the Sinclair computers, many of them eventually moving on to the 16 bit 68000 CPU's via the Atari ST and Amiga 500 platforms.

Myself I stayed with the 6502 on a physical machine right up to the early 90's, and even though I had a PC by that point in time, and had been doing some work with them due to college/uni etc I never forgot my BBC Model B micro.

Eventually I managed to afford an Acorn Archimedes A5000 with it's 25Mhz ARM3 CPU, a CPU which I felt was the true spiritual successor to the 6502, it had a very similar programming model, just the right number of registers and functionality, and the combined instruction layout (IE: being able to branch and loop without using separate branch & loop instructions) just felt right.

People worship the ARM CPU Architecture today, it's everywhere and inside everything, it would never have happened if it wasn't for the 6502.

Consider too, that the 6502 is an old 8-bit CPU that is still manufactured today. The western design corp, still manufactures brand new 6502 silicon, that can clock up to 32Mhz (Faster than my original ARM3 successor to it) and hobbyists are STILL making their own NEW home computers.

If you look on places like PCB Way and JLC you can find NEW board designs enabling you to build a modern BBC Model B micro, and all of the silicon and parts required to do so are still available should you wish to do so.

Myself, over the years I've released a lot of my old 6502 machine code on places like "*. forums" and Github, I'm also still credited as one of the very few people who actually made the BBC Micro (and it's 6502) produce a rolling multi part tech demo.

BBC Model B Dreamscape Demo (Colour Version) - YouTube

Something that many folks didn't see until the Amiga & Atari ST computers finally hit the scene with their 16 bit's CPU's

6502 will ALWAYS, ALWAYS have a place in my heart, and is a large part responsible for the developer/technologist that I am today.
GeneralRe: 6502 Powered Whole Generation of Devices Pin
raddevus28-Mar-24 8:04
mvaraddevus28-Mar-24 8:04 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
StarNamer@work28-Mar-24 9:10
professionalStarNamer@work28-Mar-24 9:10 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
CPallini28-Mar-24 10:00
mveCPallini28-Mar-24 10:00 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Roger Wright28-Mar-24 10:02
professionalRoger Wright28-Mar-24 10:02 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
Geordie Al29-Mar-24 7:36
Geordie Al29-Mar-24 7:36 
GeneralRe: 6502 Powered Whole Generation of Devices Pin
PIEBALDconsult29-Mar-24 7:52
mvePIEBALDconsult29-Mar-24 7:52 
GeneralI love regex. Haters hate. Pin
honey the codewitch27-Mar-24 1:32
mvahoney the codewitch27-Mar-24 1:32 
PraiseRe: I love regex. Haters hate. Pin
Kornfeld Eliyahu Peter27-Mar-24 2:16
professionalKornfeld Eliyahu Peter27-Mar-24 2:16 
GeneralRe: I love regex. Haters hate. Pin
Amarnath S27-Mar-24 2:28
professionalAmarnath S27-Mar-24 2:28 
GeneralRe: I love regex. Haters hate. Pin
honey the codewitch27-Mar-24 23:08
mvahoney the codewitch27-Mar-24 23:08 
GeneralRe: I love regex. Haters hate. Pin
Mircea Neacsu27-Mar-24 2:57
Mircea Neacsu27-Mar-24 2:57 
GeneralRe: I love regex. Haters hate. Pin
honey the codewitch27-Mar-24 5:19
mvahoney the codewitch27-Mar-24 5:19 
GeneralRe: I love regex. Haters hate. Pin
Mircea Neacsu27-Mar-24 5:21
Mircea Neacsu27-Mar-24 5:21 
GeneralRe: I love regex. Haters hate. Pin
Maximilien27-Mar-24 3:37
Maximilien27-Mar-24 3:37 
GeneralRe: I love regex. Haters hate. Pin
SchaeferFFM27-Mar-24 3:46
SchaeferFFM27-Mar-24 3:46 
GeneralRe: I love regex. Haters hate. Pin
honey the codewitch27-Mar-24 5:18
mvahoney the codewitch27-Mar-24 5:18 
GeneralRe: I love regex. Haters hate. Pin
TNCaver27-Mar-24 5:10
TNCaver27-Mar-24 5:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.