Re: 6502 code

2016-12-15 Thread Eivind Nicolay Evensen
On Tue, Dec 13, 2016 at 01:27:54AM -0600, drlegendre . wrote: > @Sean > > I was wondering the same, but perhaps he needs physical hardware for some > specific purposes, like timing and so forth? > > The emus (VICE) are quite good these days, though. I can hardly find > anything that VICE x64

Re: 6502 code

2016-12-13 Thread dwight
. Dwight From: cctalk <cctalk-boun...@classiccmp.org> on behalf of Fred Cisin <ci...@xenosoft.com> Sent: Tuesday, December 13, 2016 9:21:04 AM To: General Discussion: On-Topic and Off-Topic Posts Subject: Re: 6502 code >> If you have a modern

Re: 6502 code

2016-12-13 Thread Fred Cisin
If you have a modern system, you could always download a 6502 emulator and test it on that. Such a tactic wasn't even unheard of in the day---if I recall correctly, that's how Gates & Co. tested their first BASIC---on an emulated 8080. On Tue, 13 Dec 2016, drlegendre . wrote: I was

Re: 6502 code

2016-12-13 Thread Peter Coghlan
> Hi > > There has been so much PDP and other stuff lately I kind of feel out of place > asking about 6502 stuff. > > Anyway, I've mentioned on the 6502.org that QuickSort is not always the > fastest sort. So I wrote a 6502 assembly sort but don't have a machine big > enough to test it > > on.

Re: 6502 code

2016-12-13 Thread Sean Conner
It was thus said that the Great drlegendre . once stated: > @Sean > > I was wondering the same, but perhaps he needs physical hardware for some > specific purposes, like timing and so forth? The 6502 (as well as many of the other 8-bit CPUs of that era) are deterministic to the point where

Re: 6502 code

2016-12-12 Thread drlegendre .
@Sean I was wondering the same, but perhaps he needs physical hardware for some specific purposes, like timing and so forth? The emus (VICE) are quite good these days, though. I can hardly find anything that VICE x64 won't run. On Tue, Dec 13, 2016 at 1:20 AM, Sean Conner

Re: 6502 code

2016-12-12 Thread drlegendre .
Howdy, More than happy to help you, I have native C64 and C128 available. Check your personal email for my address.. just send the code along. On Mon, Dec 12, 2016 at 1:51 PM, dwight wrote: > Hi > > There has been so much PDP and other stuff lately I kind of feel out of

Re: 6502 code

2016-12-12 Thread Sean Conner
It was thus said that the Great dwight once stated: > Hi > > There has been so much PDP and other stuff lately I kind of feel out of place > asking about 6502 stuff. > > Anyway, I've mentioned on the 6502.org that QuickSort is not always the > fastest > sort. So I wrote a 6502 assembly sort

6502 code

2016-12-12 Thread dwight
Hi There has been so much PDP and other stuff lately I kind of feel out of place asking about 6502 stuff. Anyway, I've mentioned on the 6502.org that QuickSort is not always the fastest sort. So I wrote a 6502 assembly sort but don't have a machine big enough to test it on. I've only got my