Page 1 of 2

Mini-challenge - finding fine threads from the archives

Posted: Sat Jul 14, 2018 7:40 pm
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!

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

Posted: Tue Jul 24, 2018 12:33 pm
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?

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

Posted: Fri Jul 27, 2018 4:26 pm
by RichTW
Here's a few I enjoyed:

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

Posted: Fri Jul 27, 2018 4:32 pm
by BigEd
Nice choices Rich - thanks!

Here's my obligatory additional submission:

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

Posted: Sat Jul 28, 2018 10:58 pm
by GaBuZoMeu
There are much more but to throw them in:

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

Posted: Sun Aug 05, 2018 6:01 pm
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:

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

Posted: Sun Aug 05, 2018 8:27 pm
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).

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

Posted: Sun Aug 05, 2018 8:36 pm
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:

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

Posted: Sun Aug 05, 2018 9:26 pm
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)?

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

Posted: Mon Aug 06, 2018 7:00 am
by BigEd
Thanks BDD!

Obligatory:

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

Posted: Sun Aug 19, 2018 4:58 pm
by BigEd
Any more responses to the mini-challenge? Here are two more threads for your retroreading pleasure:

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

Posted: Fri Sep 28, 2018 9:50 am
by GaBuZoMeu
This one is exceptional I think:
  1. Getting young people into 6502

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

Posted: Sun Sep 30, 2018 12:48 pm
by BigEd
Good find GaBuZoMeu! I enjoyed reading that 2013 thread.

Obligatory thread... let's see... how about

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

Posted: Thu Oct 18, 2018 12:06 am
by MichaelM
UM* (multiplication) bug in common 6502 Forths. Includes good animation of several multiplication algorithms by Dr Jefyll.

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

Posted: Fri Jan 11, 2019 8:51 pm
by GaBuZoMeu
A fine one that presumably never will finish: