For this, and for pointers to some other variations on the 6502 theme, and for André's own 65k project, have a look at his pages here . His project allows for 32bit, and more besides.
Really interesting project, congratulation to Andre'! Anyway I think it needs tens and tens of man years to ...
You haven't said what you want to do with it. The 6502 was not intended for multitasking and large applications compiled from high-level languages (which is what Dhrystone is all about); but OTOH, it was simple enough that writing hand-optimized assembly was far more practical on the 6502 than it ...
Here are some ideas: lots of registers - avoids spilling to/from zero page a lot memory bus width - 4x difference cache - allows for harvard-like architecture internally, overlap of data and instruction activity predication - avoids a branch penalty in many cases more powerful instructions and ...
I'm new on this forum. I found this forum really interesting bacause it probably collects the most useful and complete information for the 6502.... and probably the most expert users.
I need to select a processor for low domanding generic applications (control, DSP like on 8bit, etc..). I ...