@Houl The 6502 did not have a reasonably orthogonal instruction set which means it isn't RISC. Some people would add the lack of a flat memory model, but that just makes it a poor C target.
I love the 6502, but I personally wish zero page could be moved around -- something WDC variants call direct page -- and the stack could similarly be relocated. The first change would increase performance *a lot* and the second would make real multitasking possible.

