6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Mon May 13, 2024 10:53 pm

All times are UTC


Search found 82 matches
Search term used: 65832 Search these results:

Author Message

 Forum: Programmable Logic   Topic: A 6502 SoC Project using a Spartan 3 FPGA

Posted: Wed Jan 05, 2011 9:54 pm 

Replies: 223
Views: 52764


Interesting read, a few good links there about the 65832...

history:
http://homepage.mac.com/jorgechamorro/a ... /65xxx.txt
spec sheet:
http://www.obelisk.demon.co.uk/files/W65C832.pdf

But Biged, aren't most of the Xilinx dev boards made by digilent?

 Forum: Programming   Topic: Wanted: An 65816 Assembler

Posted: Thu Dec 30, 2010 9:37 am 

Replies: 19
Views: 9634


Or there is my 65xx family macro assembler (6502, 65c02, 65816, 65832) which is written in Java so it runs on any platform with a JRE.

http://www.obelisk.demon.co.uk/dev65/ for info
http://www.obelisk.demon.co.uk/6502/6502.zip for the code

 Forum: Programming   Topic: desirable assembler features

Posted: Tue Nov 24, 2009 7:39 am 

Replies: 46
Views: 19150


... assemblers that don't need work or are unnecessarily expensive (e.g, WDC's ProSDK) were available. My assembler supports 6502, 65C02, 65816 and 65832. Its free and all you need is a Java runtime environment to run it. The same Java class zip should work on both Windows and Linux. Might be worth ...

 Forum: Programming   Topic: desirable assembler features

Posted: Tue Nov 24, 2009 6:23 am 

Replies: 46
Views: 19150


... assemblers that don't need work or are unnecessarily expensive (e.g, WDC's ProSDK) were available. My assembler supports 6502, 65C02, 65816 and 65832. Its free and all you need is a Java runtime environment to run it. The same Java class zip should work on both Windows and Linux. Might be worth ...

 Forum: Programming   Topic: desirable assembler features

Posted: Tue Nov 24, 2009 6:08 am 

Replies: 46
Views: 19150


My assembler supports 6502, 65C02, 65816 and 65832. Its free and all you need is a Java runtime environment to run it. The same Java class zip should work on both Windows and Linux. Might be worth trying before you start building. Your download ...

 Forum: Programming   Topic: desirable assembler features

Posted: Mon Nov 23, 2009 7:42 am 

Replies: 46
Views: 19150


... assemblers that don't need work or are unnecessarily expensive (e.g, WDC's ProSDK) were available. My assembler supports 6502, 65C02, 65816 and 65832. Its free and all you need is a Java runtime environment to run it. The same Java class zip should work on both Windows and Linux. Might be worth ...

 Forum: Programming   Topic: desirable assembler features

Posted: Mon Nov 23, 2009 3:21 am 

Replies: 46
Views: 19150


... assemblers that don't need work or are unnecessarily expensive (e.g, WDC's ProSDK) were available. My assembler supports 6502, 65C02, 65816 and 65832. Its free and all you need is a Java runtime environment to run it. The same Java class zip should work on both Windows and Linux. Might be worth ...

 Forum: Programming   Topic: desirable assembler features

Posted: Sun Nov 22, 2009 11:54 pm 

Replies: 46
Views: 19150


... assemblers that don't need work or are unnecessarily expensive (e.g, WDC's ProSDK) were available. My assembler supports 6502, 65C02, 65816 and 65832. Its free and all you need is a Java runtime environment to run it. The same Java class zip should work on both Windows and Linux. Might be worth ...

 Forum: General Discussions   Topic: 6516, 65832, 65032

 Post subject: Re: 6516, 65832, 65032
Posted: Sat Sep 26, 2009 10:58 am 

Replies: 22
Views: 14710


Came across this during some random search - http://homepage.mac.com/jorgechamorro/a2things/PDFs/65xxx.txt I've never heard of the 6516 mentioned before (as a development pursuit or otherwise). The 6516 sounds pretty impressive from what's mentioned in that article. the original article the link ab...

 Forum: General Discussions   Topic: Improving the 6502, some ideas

Posted: Fri Jul 17, 2009 4:05 am 

Replies: 185
Views: 97123


... Even the 65816's bank boundaries are gone. ⋅ Since the data bus is 32-bit, there will not be separate 8-, 16-, and 32-bit modes like the 65832 had. The what-about's are addressed in earlier posts, like that 32-bit-only is not a problem for 8-bit I/O ASCII data. It would not have an emulation ...

 Forum: General Discussions   Topic: Improving the 6502, some ideas

Posted: Fri Jun 26, 2009 7:12 pm 

Replies: 185
Views: 97123


That sounds like the 65832, whose full spec and probably verilog or VHDL is already in place. (I have a paper copy of it.) I wonder if WDC would license that to us if we wanted it. They finished designing it but decided not to make ...

 Forum: General Discussions   Topic: Improving the 6502, some ideas

Posted: Fri Jun 26, 2009 4:28 am 

Replies: 185
Views: 97123


... able to insert the new, improved 6502 into an existing board and not have to get worked up over the hardware implementation. That sounds like the 65832, whose full spec and probably verilog or VHDL is already in place. (I have a paper copy of it.) I wonder if WDC would license that to us if we ...

 Forum: General Discussions   Topic: Improving the 6502, some ideas

Posted: Fri Jun 19, 2009 9:40 pm 

Replies: 185
Views: 97123


... map, and op codes don't need to match the 6502's. Making it backward-compatible would dramatically increase the complexity. This will not be a 65832, just a 6532. ⋅ barrel shifter, so shifting right or left by large numbers of bits still happens in one clock ⋅ fast hardware ...

 Forum: General Discussions   Topic: 6516, 65832, 65032

Posted: Thu Feb 26, 2009 9:41 am 

Replies: 22
Views: 14710


I was digging around in a binder the other day, and I found my old 65832 docs from March 1990. It's a straightforward 32-bit extension of the 65816, and has an E16 bit (behind the V bit) for 65816 emulation. I'm rather glad it wasn't built, because it wasn't ...

 Forum: General Discussions   Topic: 6516, 65832, 65032

Posted: Thu Feb 26, 2009 3:50 am 

Replies: 22
Views: 14710


... :D That would be a ton of fun. Nothing serious mind you, just a hobby project. I was digging around in a binder the other day, and I found my old 65832 docs from March 1990. It's a straightforward 32-bit extension of the 65816, and has an E16 bit (behind the V bit) for 65816 emulation. I'm rather ...
Sort by:  
Page 5 of 6 [ Search found 82 matches ]


All times are UTC


Jump to: