Mini-challenge - finding fine threads from the archives

Let's talk about anything related to the 6502 microprocessor.
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Mini-challenge - finding fine threads from the archives

Post by BigEd »

Here's an idea, inspired as a mutation of an idea of Dr Jefyll's: what old threads would you like to share, here on 6502.org?

Only two rules:
- Can't have a thread you created yourself
- Can't have a thread started this year, or a sticky thread

Also, please present your finds as linkified thread titles like so: If you comment here, you have to include at least one fine old thread link!
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Here's another one: (Things were quite lively for a while in the world of 6502 cores and FPGAs, but seem to have gone a bit quiet.)

Any more fine threads from anyone?
RichTW
Posts: 95
Joined: 06 Oct 2010
Location: Palma, Spain

Re: Mini-challenge - finding fine threads from the archives

Post by RichTW »

Here's a few I enjoyed:
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Nice choices Rich - thanks!

Here's my obligatory additional submission:
User avatar
GaBuZoMeu
Posts: 660
Joined: 01 Mar 2017
Location: North-Germany

Re: Mini-challenge - finding fine threads from the archives

Post by GaBuZoMeu »

There are much more but to throw them in:
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Nice finds, GaBuZoMeu, thanks for stepping up to the challenge!

Obligatory threads... here's a couple recently mentioned by Garth and Jeff, respectively:
User avatar
BigDumbDinosaur
Posts: 9425
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigDumbDinosaur »

GaBuZoMeu wrote:
schidester wrote:
My findings show that BRK is absolutely, completely useless except in the one special case where the ONLY cause for interrupt can be from it (i.e., no interrupt driven I/O). I'll explain shortly...I'd love to be proved wrong on this or shown a way to do it, but my suggestion to anyone wishing to benefit from my experience is to stay the heck away from BRK!!!
I always get a laugh when someone declares a particular 6502 feature to be useless, as I've found a number of uses for BRK, as well as its close cousin in the 65C816: COP.

Apparently, Mr. Schidester has not engaged in the debugging of a program that was executed with the G ("go") command of a typical 65xx machine language monitor. If he had, he would have found BRK to be a convenient means of temporarily halting program execution to examine the registers, dump memory, etc. In fact, I have a macro called (what else) BREAK that I use to put break points into programs in areas where I suspect I might run into bugs.

Declaring a 6502 feature useless reminds me of the periodic debates on the value of the 6502's decimal mode (I use it for binary-decimal conversion) or (<zp>,X) addressing (my 28L92 driver makes extensive use of that addressing mode to select which channel is being processed).
x86?  We ain't got no x86.  We don't NEED no stinking x86!
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Thanks for taking part BDD - but where's your mini-challenge entry? You seem to have mistakenly taken exception to some small part of an interesting old thread here.

Oops, almost forgot the obligatory fine thread from the archives:
User avatar
BigDumbDinosaur
Posts: 9425
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigDumbDinosaur »

BigEd wrote:
Thanks for taking part BDD - but where's your mini-challenge entry? You seem to have mistakenly taken exception to some small part of an interesting old thread here.

Oops, almost forgot the obligatory fine thread from the archives:
How about some back-and-forth about assembler syntax (Mats, Jan 2004)?
x86?  We ain't got no x86.  We don't NEED no stinking x86!
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Thanks BDD!

Obligatory:
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Any more responses to the mini-challenge? Here are two more threads for your retroreading pleasure:
User avatar
GaBuZoMeu
Posts: 660
Joined: 01 Mar 2017
Location: North-Germany

Re: Mini-challenge - finding fine threads from the archives

Post by GaBuZoMeu »

This one is exceptional I think:
  1. Getting young people into 6502
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Mini-challenge - finding fine threads from the archives

Post by BigEd »

Good find GaBuZoMeu! I enjoyed reading that 2013 thread.

Obligatory thread... let's see... how about
User avatar
MichaelM
Posts: 761
Joined: 23 Apr 2012
Location: Huntsville, AL

Re: Mini-challenge - finding fine threads from the archives

Post by MichaelM »

UM* (multiplication) bug in common 6502 Forths. Includes good animation of several multiplication algorithms by Dr Jefyll.
Michael A.
User avatar
GaBuZoMeu
Posts: 660
Joined: 01 Mar 2017
Location: North-Germany

Re: Mini-challenge - finding fine threads from the archives

Post by GaBuZoMeu »

A fine one that presumably never will finish:
Post Reply