Search found 7 matches

by sixtyfive02
Thu Sep 01, 2011 3:56 pm
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632

Quote:
The 6502EX is a 32bit extension of the popular 6502 8bit processor. 6502EX source code is available under GNU GPL license
Thank you Ed. Good to know.
I'll keep also this one in my loop then.

SF02
by sixtyfive02
Fri Aug 19, 2011 7:17 pm
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632

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 ...
by sixtyfive02
Fri Aug 19, 2011 6:47 pm
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632


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 ...
by sixtyfive02
Sun Aug 14, 2011 1:31 pm
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632

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 ...
by sixtyfive02
Sat Aug 13, 2011 10:03 am
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632

Hi,

Thanks a lot for your information. Really a lot and valuable.

I understood that 6502 will be better than ARM in term of interrupt latency. This is a good point!

You seem to suggest me to go for a 65816. Is there any RTL code for free? I'm interested to work on fpga.

For sure I'll have a look ...
by sixtyfive02
Sat Aug 13, 2011 10:00 am
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632

Many thanks for your advise!

1. I'll carefully read Samuel table to understand how 0.02DMIPS/Mhz come out. It looks really low if compared to arm7 (about 0.7DMIPS/Mhz I think).

2. About ARM clone, I found two projects on www.opencores.org: Amber risc core and nnARM. They look working. Not sure yet ...
by sixtyfive02
Fri Aug 12, 2011 1:00 pm
Forum: General Discussions
Topic: 6502 or ARM core selection?
Replies: 76
Views: 47632

6502 or ARM core selection?

Hi all,

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 ...