6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sat May 11, 2024 3:06 pm

All times are UTC




Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Fri Nov 29, 2013 8:12 pm 
Offline
User avatar

Joined: Sat Sep 29, 2012 10:15 pm
Posts: 899
6502 instructions only.

Please double-check that the reset switch is in fact the correct pin - the third one (P96). The diagram was wrong until this Nov 29. It's correct now.

_________________
In theory, there is no difference between theory and practice. In practice, there is. ...Jan van de Snepscheut


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 29, 2013 8:28 pm 
Offline

Joined: Wed Sep 11, 2013 8:43 pm
Posts: 207
Location: The Netherlands
OK, 6502 only.
Yes, the button is connected to the third pin (P96) and 3,3V. It seems to be working.

_________________
Marco


Top
 Profile  
Reply with quote  
PostPosted: Sun Dec 01, 2013 6:43 pm 
Offline
User avatar

Joined: Sat Sep 29, 2012 10:15 pm
Posts: 899
And yet again, I got the SD picture wrong! Clock is on P90! Sorry, guys. Diagram and web site fixed yet again...

_________________
In theory, there is no difference between theory and practice. In practice, there is. ...Jan van de Snepscheut


Top
 Profile  
Reply with quote  
PostPosted: Mon Jan 20, 2014 8:48 am 
Offline

Joined: Sun Sep 11, 2011 6:38 am
Posts: 13
Location: Singapore
Hi enso,
The SBCOS source file still contains 2 instances of 65C02 codes.
The SBCOS bin file didn't work for eg.
5000: 55 (not written)
and
! ? (Help at mini-assemmbler)

The codes are sta (addrptr) and lda (addrptr) in the SBCOS src.
should be ldy #$00, sta (addrptr),y and lda (addrptr),y respectively.


Top
 Profile  
Reply with quote  
PostPosted: Thu Jul 17, 2014 7:16 pm 
Offline

Joined: Thu Mar 03, 2011 5:56 pm
Posts: 277
lak wrote:
Hi enso,
The SBCOS source file still contains 2 instances of 65C02 codes.
The SBCOS bin file didn't work for eg.
5000: 55 (not written)
and
! ? (Help at mini-assemmbler)

The codes are sta (addrptr) and lda (addrptr) in the SBCOS src.
should be ldy #$00, sta (addrptr),y and lda (addrptr),y respectively.


I've just gotten round to installing a 6502 cross assembler on my Mac, and modified enso's modified SBC2OS sources. With two trivial changes for the 65c02 instructions you've identified, the modify and assembler help operations seem to work.

BTW: The assembler I chose is "ATAsm" (found under tools/asm here on 6502.org); I downloaded the "trunk" version from sourceforge and compiled it without any problems. There were only one or two minor things that had to be changed in the SBC2OS source to get the assembler to accept the code (character constant: #"C" -> 'C, and an issue with a required space between .BYTE and a string constant).

Note that this assembler defaults to an Atari-specific output format, so the "-r" command line switch is necessary to get raw binary output.

The CHOCHI boards are really neat - I keep thinking that they might be pressed into service as co-processors/accelerators for the Apple ][ :-)


Top
 Profile  
Reply with quote  
PostPosted: Mon Aug 11, 2014 3:09 pm 
Offline
User avatar

Joined: Sun Jun 30, 2013 10:26 pm
Posts: 1928
Location: Sacramento, CA, USA
Has anyone talked to enso recently? He hasn't posted here in eight months, and hasn't even visited in almost seven. I hope that he's doing okay ... maybe he lost interest, or he just got ridiculously busy ?!?

Mike


Top
 Profile  
Reply with quote  
PostPosted: Mon Aug 11, 2014 4:45 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
I've been wondering myself... He was a great asset.

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


Top
 Profile  
Reply with quote  
PostPosted: Mon Aug 11, 2014 4:54 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3354
Location: Ontario, Canada
ElEctric_EyE wrote:
He was a great asset.
Ditto for Arlet. And there are others we haven't heard from lately, such as ttlworks. I'm not a person given to worrying, but I echo Mike's sentiment -- I hope they're alright.

barrym95838 wrote:
maybe he lost interest, or he just got ridiculously busy ?!?
Ridiculously busy would be good! :D

-- 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  
PostPosted: Mon Aug 11, 2014 5:39 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
Dr Jefyll wrote:
Ditto for Arlet. And there are others we haven't heard from lately, such as ttlworks. I'm not a person given to worrying, but I echo Mike's sentiment -- I hope they're alright....
-- Jeff

Well, I emailed Arlet about 6 months ago. He was doing well, but busy with work...
ttlworks I PM'd awhile ago (2013) and he responded... Maybe Dajgoro knows?
Although not mentioned, Bruce is lurking. He answered my PM very recently. I'm trying to get him to revise his version of Bob Bishop's mandelbrot machine language routine (made for the Apple IIgs) for my project.
Not sure about enso though...

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


Top
 Profile  
Reply with quote  
PostPosted: Sat Aug 16, 2014 7:27 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10800
Location: England
I see enso's CHOCHI board just got featured on hackaday, so he'll be getting some email enquiries, I would think.
http://hackaday.com/2014/08/16/an-fpga- ... -computer/


Top
 Profile  
Reply with quote  
PostPosted: Sun Aug 17, 2014 1:39 am 
Offline
User avatar

Joined: Mon Apr 23, 2012 12:28 am
Posts: 760
Location: Huntsville, AL
I recently found the CHOCHI board enso sent me. I hope all is going well with him, and hope to see him back on this forum soon. I sent him a PM some months back but received no reply in return.

_________________
Michael A.


Top
 Profile  
Reply with quote  
PostPosted: Sun Aug 17, 2014 5:45 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8178
Location: Midwestern USA
I'm getting a bit nervous with these members that are MIA. Nightmare Tony's untimely death is still fresh in my mind.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 6 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: