Search found 15 matches
- Wed Jul 03, 2019 4:35 pm
- Forum: Programming
- Topic: Functional Test for the NMOS 6502 - request for verification
- Replies: 202
- Views: 130161
Re: Functional Test for the NMOS 6502 - request for verifica
I did manage to figure it out... I misread the listing and just ignored BPL, which was the culprit here... So I fixed that... More errors to fix, but that's for another day. Thanks Klaus for making a piece of very useful software 
- Mon Jul 01, 2019 12:52 pm
- Forum: Programming
- Topic: Functional Test for the NMOS 6502 - request for verification
- Replies: 202
- Views: 130161
Re: Functional Test for the NMOS 6502 - request for verifica
Jokse wrote:
will run without any problems and jump relatively, but the test suite is still 2 stops short...
- Sun Jun 30, 2019 1:24 pm
- Forum: Programming
- Topic: Functional Test for the NMOS 6502 - request for verification
- Replies: 202
- Views: 130161
Re: Functional Test for the NMOS 6502 - request for verifica
This is really bothering me...
processor 6502
org $0
.byte $00
seg CODE
org $0400
.start
lda #$23
tax
tay
lda #0
jmp .jmptst
.fisk stx $f001
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop ...
processor 6502
org $0
.byte $00
seg CODE
org $0400
.start
lda #$23
tax
tay
lda #0
jmp .jmptst
.fisk stx $f001
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop ...
- Sun Jun 30, 2019 10:42 am
- Forum: Programming
- Topic: Functional Test for the NMOS 6502 - request for verification
- Replies: 202
- Views: 130161
Re: Functional Test for the NMOS 6502 - request for verifica
Ahhh yes, that makes sense now... Thanks 
- Sun Jun 30, 2019 10:25 am
- Forum: Programming
- Topic: Functional Test for the NMOS 6502 - request for verification
- Replies: 202
- Views: 130161
Re: Functional Test for the NMOS 6502 - request for verifica
So negative branch offset start would be the beq address, but positive branch offset would be the next instruction address?
- Sun Jun 30, 2019 10:05 am
- Forum: Programming
- Topic: Functional Test for the NMOS 6502 - request for verification
- Replies: 202
- Views: 130161
Re: Functional Test for the NMOS 6502 - request for verifica
I've written my own 65C02 emulator for my ongoing 8bit project, but I seem to be stuck with running this test at the BEQ range test.
046a : a0fe ldy #$fe ;testing maximum range, not -1/-2 (invalid/self adr)
046c : range_loop
046c : 88 dey ;next relative address
046d : 98 tya
046e : aa tax ...
046a : a0fe ldy #$fe ;testing maximum range, not -1/-2 (invalid/self adr)
046c : range_loop
046c : 88 dey ;next relative address
046d : 98 tya
046e : aa tax ...
- Sun Apr 08, 2018 2:29 pm
- Forum: Programmable Logic
- Topic: WinCUPL question(s)
- Replies: 7
- Views: 6620
Re: WinCUPL question(s)
Martin A wrote:
It would appear to work if you use 'h'2ff instead of just 2ff. Not sure why the explicit hex definition is needed though.
- Sun Apr 08, 2018 8:59 am
- Forum: Programmable Logic
- Topic: WinCUPL question(s)
- Replies: 7
- Views: 6620
WinCUPL question(s)
I'm doing a FIELD in WinCUPL for a 22V10, but as soon as I want to use the .d flip flop part for synchronizing with a master clock on pin one, using something like out.d = input:[0..2FF] doesn't work... Do I really have to spell out the full logic equation or is there some way to get around that ...
- Wed Apr 06, 2016 11:17 am
- Forum: Programmable Logic
- Topic: Advin Pilot-MVP
- Replies: 3
- Views: 1296
Re: Advin Pilot-MVP
Wouldn't it be best to use the software provided by the manufacturer? If you have a parallel port and can run windows (even in a VM, perhaps) then you're good to go.
Oh, for me it is working wonderfully. It was more to see if there was anything interesting on the inside for others... Especially ...
Oh, for me it is working wonderfully. It was more to see if there was anything interesting on the inside for others... Especially ...
- Wed Apr 06, 2016 8:01 am
- Forum: Programmable Logic
- Topic: Advin Pilot-MVP
- Replies: 3
- Views: 1296
Advin Pilot-MVP
Hi,
about a year ago, I bought an Advin Pilot-MVP on ebay for about $70. It seems to be quite simple on the inside, no microcontroller, discrete parts and only an EEPROM for some identification from what I can tell... Would anyone want hi-res images of the board to reverse engineer the schematic as ...
about a year ago, I bought an Advin Pilot-MVP on ebay for about $70. It seems to be quite simple on the inside, no microcontroller, discrete parts and only an EEPROM for some identification from what I can tell... Would anyone want hi-res images of the board to reverse engineer the schematic as ...
- Tue Apr 21, 2015 11:55 am
- Forum: Hardware
- Topic: Building blocks with 7400 series logic
- Replies: 10
- Views: 1960
Re: Building blocks with 7400 series logic
Thanks for the suggestions, but I didn't mean a list of 7400 logic, but a library of circuits already predesigned for a specific function. I've already been looking at designing stuff myself and reuse circuit blocks for the same functions across board instead of just reinventing the wheel over and ...
- Tue Apr 21, 2015 7:01 am
- Forum: Hardware
- Topic: Building blocks with 7400 series logic
- Replies: 10
- Views: 1960
Building blocks with 7400 series logic
I've been looking around on the web for something like a library with 7400 logic used to perform various functions, like a register or a range comparator circuit (say 8bit, has to be within the range of 0b00110000 and 0b00110011), but I've yet to find something useful. Have you guys any pointers to ...
- Sat Dec 07, 2013 10:58 pm
- Forum: Hardware
- Topic: 6502 Game Console
- Replies: 0
- Views: 2283
6502 Game Console
I'll keep the updates for this in here.
Project parts planned so far:
Main part:
R6502 4MHz,128KB RAM, Simple I/O (Gamepad input only?)
Graphics:
64KB RAM
320x240 VGA, 4bit color palette (might bump it to 8bit, but will see, depends on how complex the schematic will become)
Audio:
Not yet ...
Project parts planned so far:
Main part:
R6502 4MHz,128KB RAM, Simple I/O (Gamepad input only?)
Graphics:
64KB RAM
320x240 VGA, 4bit color palette (might bump it to 8bit, but will see, depends on how complex the schematic will become)
Audio:
Not yet ...
- Sat Nov 30, 2013 7:39 pm
- Forum: Newbies
- Topic: My 6502 game console project
- Replies: 8
- Views: 2337
My 6502 game console project
The 6502 game console project:
Rockwell 6502 4MHz
128KB memory + 64KB for Graphics + 2KB Color Palette & possibly memory for audio as well
320x240 16 color palette VGA output
Gamepad input as idea, might be something else entirely
74xx series logic for as many things as possible, for understanding ...
Rockwell 6502 4MHz
128KB memory + 64KB for Graphics + 2KB Color Palette & possibly memory for audio as well
320x240 16 color palette VGA output
Gamepad input as idea, might be something else entirely
74xx series logic for as many things as possible, for understanding ...
- Fri Nov 29, 2013 9:16 am
- Forum: General Discussions
- Topic: Introduce yourself
- Replies: 716
- Views: 417731
Re: Introduce yourself
Hi,
first of all, thanks to Mike for making me an account. I've been lurking a bit in here as I have two 6502 projects in the pipeline. One is a SBC to use as a simple console and the other one will eventually be a full blown machine with all the bells and whistles. Currently I am looking at making ...
first of all, thanks to Mike for making me an account. I've been lurking a bit in here as I have two 6502 projects in the pipeline. One is a SBC to use as a simple console and the other one will eventually be a full blown machine with all the bells and whistles. Currently I am looking at making ...