6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Tue May 21, 2024 2:46 am

All times are UTC




Post new topic Reply to topic  [ 678 posts ]  Go to page Previous  1 ... 22, 23, 24, 25, 26, 27, 28 ... 46  Next
Author Message
 Post subject: Re: Introduce yourself
PostPosted: Mon Apr 04, 2016 10:47 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10802
Location: England
Welcome! My school allowed for remote coding too, but in Fortran and Basic. We were also taught Cobol...


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sat May 14, 2016 1:31 pm 
Offline

Joined: Sat May 14, 2016 1:18 pm
Posts: 1
I've been lurking for awhile.

My first computer was an apple lle in 1983.

I did some 6502 coding back in those early days but never really mastered it. Never understood the digital electronics until a few years ago. Now I'm really interested in it...

One question I have is why the 65x line was never continued to 32 bits. Maybe the 16 bit versions never caught on enough to warrant it.


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sat May 14, 2016 3:02 pm 
Offline

Joined: Sun Apr 10, 2011 8:29 am
Posts: 597
Location: Norway/Japan
Hi, and welcome!

WDC (Western Design Center) did have a 32-bit 65xx in the works. There was even a specification and a datasheet.
The W65C832, called Terbium. Not sure why there's no datasheet in the docs section on this site, but it can be found on the net. I looked at it some years ago and thought it was probably for the best that it wasn't produced. The impression I got was that the design went into a rather complex direction, at a time when the industry moved to simpler instruction sets (and rightly so, in my opinion). 24 addressing modes!

-Tor


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sat May 14, 2016 4:42 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3354
Location: Ontario, Canada
Welcome, Wolverine6655. There's a thread on the Terbium here.

Wolverine6655 wrote:
Never understood the digital electronics until a few years ago. Now I'm really interested in it...
Hmm, was that just a random event, or is there a story there? If you feel like sharing I'd be curious to hear a little more. :)

-- Jeff

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sat May 14, 2016 11:34 pm 
Offline

Joined: Sun Apr 10, 2011 8:29 am
Posts: 597
Location: Norway/Japan
I wrote:
The W65C832, called Terbium.[..]
Now I got a bit confused (re. the thread Jeff linked to). Maybe the W65C832 was not the one called Terbium. My datasheet is from 1990, and the thread talked about 65T32 and is from 2006 (and as if it was being worked on by WDC). So maybe they are different beasts. In any case, no 32-bit 65xx CPU ever came from WDC.. but there are some '32-bit architectures worked on by FPGA folks on this forum.

Edit: Yep, two different efforts: The W65C832, 1990, never finished. The 65T32 ("Terbium"), 2011-2012? Not finished.
Actually Terbium was supposed to refer to just 65 (element number 65 in the periodic table), so maybe that was meant to name the 65xx "ISA".


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sun May 15, 2016 7:57 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
Welcome. Compare 65xxx to 68xxx devices. Back then (mid 1970's), you'd be comparing MOS to Motorola, i.e. 6800 vs. 6501...

Today we have Western Digital vs Freescale as far as hard core IC's are concerned.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sat May 28, 2016 8:35 pm 
Offline
User avatar

Joined: Mon May 04, 2015 10:55 am
Posts: 26
Location: UK
I've been lurking for a while now, and it occurs to me that I never posted in this thread.

Although I'm 18, my first experience with programming was Usborne's "Introduction to Computer Programming: BASIC for beginners", which I got from a second hand sale when I was around 8. I never had much access to a computer until I was about 11, so I had to make do with writing down programs on paper and running them in my head!

My first computer was a Pentium 4, which was much too slow for Windows, so I figured out how to install Linux, which led on to learning a lot about modern computers and programming in general.
So I guess I've now gone full-circle, and built a 6502 SBC running ehBasic. I bought most of the parts almost 2 years ago, although I only got around to assembling them late last year.

I'm going to be sitting an electronics A-Level in a few weeks. The syllabus hasn't been updated in decades so basic microprocessor theory, programming in assembly etc. are still being taught - which has the added bonus of allowing me to "revise" while I work on my SBC!

I'm currently thinking about making a more "modern" SBC, that will hopefully be able to run BSD or Linux, based on either the MC68020 or an AMD 80286 (I got a whole tube one eBay for almost nothing). I just need a load of free time to get things figured out, which I'll hopefully have over the summer.


Last edited by DavidBuchanan on Sun May 29, 2016 10:01 pm, edited 2 times in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Sat May 28, 2016 9:46 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10802
Location: England
Great stuff! And you have your student years ahead of you, most likely, so lots of time for projects!


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Wed Jun 08, 2016 2:58 pm 
Offline
User avatar

Joined: Tue Jun 07, 2016 4:34 pm
Posts: 53
Hello all, I'm the current maintainer of reSIDfp, a software SID 6581/8580 emulation. I'm trying to analyze the vectorized circuits available at http://oms.wmhost.com/misc/ to get a better insight of the chip and improve the emulation but my nmos knowledge is quite limited. As for now I'm able to reconstruct some of the transistor structures and understand simple logic constructs but the timings and more complex stuff are still beyond my skills so I hope this is the right place to get some help.


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Wed Jun 08, 2016 3:07 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10802
Location: England
Welcome! Feel free to start a thread for any specific questions which come up - we're not all chip-reversing experts but there are probably a few here.


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Wed Jun 08, 2016 3:49 pm 
Offline
User avatar

Joined: Tue Jun 07, 2016 4:34 pm
Posts: 53
Thank you BigEd! I've seen some interesting stuff around here so I'm sure I can learn a lot :)


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Wed Jun 22, 2016 8:29 am 
Offline

Joined: Wed Mar 02, 2016 12:00 pm
Posts: 343
I think I forgot to introduce myself even after posting several topics..

My main work is in semiconductor optoelectronics (materials, processing and such) but my interest has always been in programming. I recently decided to go from programming to digital circuits and am having a great time putting together new designs in Eagle.

I collect Commodore computers, both for preservation and to use them. I try to keep them close to the original as there will be fewer and fewer of them as time passes by. My latest acquisitions are 3 Vic-20, an Amiga 1000 and 4000. The Vic-20 are used almost daily and generate some interest from my kids (unless they play Skylander).


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Wed Jun 29, 2016 11:19 pm 
Offline

Joined: Wed Jun 29, 2016 12:36 pm
Posts: 4
Hello All,
I'm a 40-something, currently working in IT. My first computer was the Commodore 64 my sister and I got for Christmas, I think it was in 1983. That fueled an obsession with computers that has lasted ever since then. I remember as a kid flipping past the articles in Compute! magazine about bubblesorts to get to the games, now I find myself wanting to experience the non-game side of the 8-bit retro computers. The programming challenges, how sorts work, how the computer works, etc.

Additionally, during college I had a part time job at a vending company, fixing circuit boards in pinball machines and video games. I didn't really do any major in-depth work, but, it was amazing what you could fix by making sure you had a solid power supply outputting the proper voltages, and also changing out burned looking transistors. :-) Over the years, I've grown to really enjoy electronics and electronics repair.

I am currently finding these two interests are satisfied nicely when I design and build my own 8-bit computers.. I started reverse-engineering and building my own Briel Altair 8800micro, using nothing but schematics and the firmware I downloaded from his website. I don't recommend others do that- it is perhaps 3 times cheaper to just by one from Vince! However, I learned a TON! Things learned were, advanced schematics reading and creating, bill of materials making, board layout and PCboard design/ordering, Atmel AVR chip programming, Parallax Propeller programming, etc.

Currently, I am working on my own 6502 computer design. I enjoyed the propeller chip so much for I/O and video, I've used it again in this role, but the rest of my computer is all period-correct: 65C02, 32k RAM, 16K ROM, Glue Logic, 6821 VIA, and even a 555 timer based reset circuit (ala Commodore 64!) The design has 12 chips total, on-board power regulation, expansion connector, basic I/O, and fits on a 4x6" 2-layer PCB.

I have a LOT more learning to do (now looking forward to adding a AY-3-891X sound chip and possibly some color and graphics from the propeller chip) and am excited to learn from you mentors here!

Here's a youtube channel showing my projects so far if anyone is interested:
https://www.youtube.com/channel/UCMZK0U ... yX5JoOO4qA

Jason

_________________
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Check out my home-brew computer projects:
https://m.youtube.com/watch?v=EgXulWcfLKc
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Thu Jun 30, 2016 8:05 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10802
Location: England
Welcome Jason! I learnt a lot soldering up a kit computer when I got started - I can well imagine you'd learn even more in building a scratch machine from an existing design!


Top
 Profile  
Reply with quote  
 Post subject: Re: Introduce yourself
PostPosted: Fri Jul 01, 2016 12:22 am 
Offline

Joined: Wed Jan 08, 2014 3:31 pm
Posts: 575
@Jason, welcome to the forum and thanks for posting a link to your YouTube channel. I plan to spend some time tonight watching your videos.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 678 posts ]  Go to page Previous  1 ... 22, 23, 24, 25, 26, 27, 28 ... 46  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: