The 6502 was officially launched at the Wescon Trade Fair, San Francisco, September 16th 1975.
Within a few days of the launch the EDN technical department had lashed together a prototype on a breadboard and reviewed the new device. That first article is here:
https://web.archive.org/web ...
Search found 9 matches
- Mon Jul 12, 2021 9:04 pm
- Forum: General Discussions
- Topic: Early 6502 Article - EDN September 20th 1975
- Replies: 2
- Views: 1434
- Fri Oct 11, 2019 9:47 am
- Forum: Emulation and Simulation
- Topic: 6502 emulation on Gigatron
- Replies: 62
- Views: 19053
Re: 6502 emulation on Gigatron
Well Done Marcel,
Speaking of nice numbers - there is always 355/113
Have a great weekend at VCF Berlin
Ken
Speaking of nice numbers - there is always 355/113
Have a great weekend at VCF Berlin
Ken
- Sat Jul 27, 2019 4:26 pm
- Forum: Emulation and Simulation
- Topic: 6502 emulation on Gigatron
- Replies: 62
- Views: 19053
Re: 6502 emulation on Gigatron
Hi All,
Marcel has shared his draft v4 ROM with me, so I can now run WozMon and the 6502 Disassembler on the Gigatron which is emulating a 6502 at about 1/8th of 1MHz speed.
It's 35 years since I did any 6502 assembly language - at that time on a Rockwell AIM-65 at Bangor University.
I guess I ...
Marcel has shared his draft v4 ROM with me, so I can now run WozMon and the 6502 Disassembler on the Gigatron which is emulating a 6502 at about 1/8th of 1MHz speed.
It's 35 years since I did any 6502 assembly language - at that time on a Rockwell AIM-65 at Bangor University.
I guess I ...
- Mon Jul 15, 2019 7:53 pm
- Forum: Programming
- Topic: VTL02 (VTL-2 for the 6502)
- Replies: 122
- Views: 70078
Re: VTL02 (VTL-2 for the 6502)
Hi Mike. B
Having discovered the 6502 via Mike Chambers C-code emulation which runs on many cpus including a 400MHz ARM - it would be great to try out VTL02.
Is there a ROM listing of VTL02 which could be patched into Mike Chambers' cpu.c code?
Please forgive me if this is already well trodden ...
Having discovered the 6502 via Mike Chambers C-code emulation which runs on many cpus including a 400MHz ARM - it would be great to try out VTL02.
Is there a ROM listing of VTL02 which could be patched into Mike Chambers' cpu.c code?
Please forgive me if this is already well trodden ...
- Mon Jul 15, 2019 7:46 am
- Forum: EhBASIC
- Topic: ehBASIC running on an emulated 6502
- Replies: 7
- Views: 10926
Re: ehBASIC running on an emulated 6502
Thanks Mike,
I came across your BCD patch - when looking into the original thread on Mike Chambers' code.
Much Appreciated
Ken
I came across your BCD patch - when looking into the original thread on Mike Chambers' code.
Much Appreciated
Ken
- Sun Jul 14, 2019 8:38 pm
- Forum: EhBASIC
- Topic: ehBASIC running on an emulated 6502
- Replies: 7
- Views: 10926
Re: ehBASIC running on an emulated 6502
Hi KM,
AFAIK - Mike Chambers emulator is for 6502.
Thanks for running the "million empty loops" test - that's gives another good data point to compare what this un-optimised C emulator can achieve.
I will have a go at Sieve and Mandelbrot later.
Ed - thanks for pointing me to to the emulatior ...
AFAIK - Mike Chambers emulator is for 6502.
Thanks for running the "million empty loops" test - that's gives another good data point to compare what this un-optimised C emulator can achieve.
I will have a go at Sieve and Mandelbrot later.
Ed - thanks for pointing me to to the emulatior ...
- Sun Jul 14, 2019 9:16 am
- Forum: EhBASIC
- Topic: ehBASIC running on an emulated 6502
- Replies: 7
- Views: 10926
Re: ehBASIC running on an emulated 6502
Hi KM,
Thank you for supplying some timings from real 65C02 processors - most interesting.
As you say, much of the execution time is dominated by the actual time to print character output - something that I could minimise by running at 921,600 baud.
The other metric I tried was 1,000,000 empty ...
Thank you for supplying some timings from real 65C02 processors - most interesting.
As you say, much of the execution time is dominated by the actual time to print character output - something that I could minimise by running at 921,600 baud.
The other metric I tried was 1,000,000 empty ...
- Sat Jul 13, 2019 2:14 pm
- Forum: Emulation and Simulation
- Topic: 6502 emulation on Gigatron
- Replies: 62
- Views: 19053
Re: 6502 emulation on Gigatron
Well Done Marcel,
Microchess in under 1000 bytes of code - executed by under 1000 TTL logic gates.
regards
Ken
Microchess in under 1000 bytes of code - executed by under 1000 TTL logic gates.
regards
Ken
- Sat Jul 13, 2019 11:46 am
- Forum: EhBASIC
- Topic: ehBASIC running on an emulated 6502
- Replies: 7
- Views: 10926
ehBASIC running on an emulated 6502
Hi All,
As a teenager, I didn't get much exposure to the 6502 (my machines were generally Z80) - but I did a bit of 6502 assembly language programming on an AIM-65 whilst at college.
Some years ago, I came across the KimUno - which was a 6502 emulated by an Atmel ATMega328 - running under the ...
As a teenager, I didn't get much exposure to the 6502 (my machines were generally Z80) - but I did a bit of 6502 assembly language programming on an AIM-65 whilst at college.
Some years ago, I came across the KimUno - which was a 6502 emulated by an Atmel ATMega328 - running under the ...