Hacker News new | ask | show | jobs
by mjw1007 2459 days ago
The 8051 was always designed for "embedded". It's a microcontroller. The ISA is nothing like the 8080's.
1 comments

Yes but it's a bitch to program, multiple memory hierarchies and address spaces (at least 3), only one index register (hard to move stuff), and enough variants that "8051" is more of a species definition than of a particular architecture

(disclaimer: I sell an 8051 based product, have sold them in the past - never again)