Hacker News new | ask | show | jobs
by joezydeco 4557 days ago
I spent many years working with the 6809.

One of the biggest advantages over the 6502 was the ability to work with 16-bit registers. X and Y were 16 bit, and a user/local stack pointer was added, U. Even the A and B accumulators could be combined into one 16-bit register, D.

It's one of my favorite architectures. You could do a hell of a lot with very little room.