Awesome!
I flashed a Pico and it is really a SYM-1 via TTY.
A Pico W also works fine.
I do have to test the SYM 1541 DOS
Will add this to my website today!
Great to see the complete 1541 DOS manual in the archive.
I hope that other users of PicoSYM will benefit from the other SYM-1 manuals and ...
Search found 206 matches
- Tue Jan 27, 2026 3:36 pm
- Forum: Emulation and Simulation
- Topic: "PicoSYM"- Synertek Sym-1 Emulator for the Raspberry Pi Pico
- Replies: 2
- Views: 657
- Sat Nov 08, 2025 9:55 am
- Forum: Hardware
- Topic: Neon6502 - Compact Replica of Acolyte
- Replies: 43
- Views: 3381
- Mon May 19, 2025 5:16 pm
- Forum: Emulation and Simulation
- Topic: KIM-1 emulation running on Kowalski Simulator
- Replies: 4
- Views: 2031
Re: KIM-1 emulation running on Kowalski Simulator
The issue with that is that the Kowalski simulator doesn't know about the hardware that the KIM-1 has, like the keypad or display. Hans Otten has written a simulator specifically for the KIM-1. You can use the assembler in the Kowalski simulator to assemble your code, save it to a file, and then ...
- Sat Apr 12, 2025 11:21 am
- Forum: Nostalgia
- Topic: My KIM-1 won't add two numbers.
- Replies: 9
- Views: 10521
Re: My KIM-1 won't add two numbers.
First things to do on a KIM-1 (see the sticker attached from my original KIM-1)
Fill in the vectors, so Break /Stop/NMI works works.
Clear decimal 00F1 to 00 at least
Then press Go.
Fill in the vectors, so Break /Stop/NMI works works.
Clear decimal 00F1 to 00 at least
Then press Go.
- Thu Nov 28, 2024 10:35 am
- Forum: Nostalgia
- Topic: Another preservation project KIM-5 Resident assembler/Editor
- Replies: 3
- Views: 2383
Re: Another preservation project KIM-5 Resident assembler/Ed
barnacle wrote:
Bravo Hans! (But who stole the voltage regulator?)
Neil
Neil
- Thu Nov 28, 2024 8:42 am
- Forum: Nostalgia
- Topic: Another preservation project KIM-5 Resident assembler/Editor
- Replies: 3
- Views: 2383
Another preservation project KIM-5 Resident assembler/Editor
KIM-5 Resident Assembler/Editor available!
MOS Technology, part of Commodore in 1977, sold the KIM-1 SBC. And added hardware and software as KIM System Products.
Not only hardware, a Motherboard (KIM-4), RAM memory expansions (KIM2, -3, -3B) and a prototype board (KIM-6) but also software, like ...
MOS Technology, part of Commodore in 1977, sold the KIM-1 SBC. And added hardware and software as KIM System Products.
Not only hardware, a Motherboard (KIM-4), RAM memory expansions (KIM2, -3, -3B) and a prototype board (KIM-6) but also software, like ...
- Mon Aug 19, 2024 7:24 am
- Forum: Programming
- Topic: Modernized wozmon
- Replies: 9
- Views: 3420
Re: Modernized wozmon
wow! 6502.org at his best!
- Sun Apr 07, 2024 10:20 am
- Forum: General Discussions
- Topic: MicroChess, TASM and native 6502
- Replies: 5
- Views: 10329
Re: MicroChess, TASM and native 6502
http://retro.hansotten.nl/6502-sbc/kim- ... re/#mchess
where I document Microchess for the KIM-1, original manual and articles..
Has source (in TASM format!) that delivers an exact binary as from my dumped original audio tape.
where I document Microchess for the KIM-1, original manual and articles..
Has source (in TASM format!) that delivers an exact binary as from my dumped original audio tape.
- Sun Feb 04, 2024 1:53 pm
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
I believe I found another problem:
On line #4335, you are missing ">>8"
This is a good reason for .byte to issue an error or at least a warning for an out of allowable range value.
Already fixed last friday in the archives. This is the one error I found in the KIM-1/TIM Program Exchange sources ...
On line #4335, you are missing ">>8"
This is a good reason for .byte to issue an error or at least a warning for an out of allowable range value.
Already fixed last friday in the archives. This is the one error I found in the KIM-1/TIM Program Exchange sources ...
- Sun Feb 04, 2024 10:56 am
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
That would be nice Bill.
Load/save programs and data is what is missing. No file I/O in this version makes it a bit unfriendly. There are two ways to load/save a Focal program: dump the whole memory image including the program space (that is what was done in the old days) or do a text file download ...
Load/save programs and data is what is missing. No file I/O in this version makes it a bit unfriendly. There are two ways to load/save a Focal program: dump the whole memory image including the program space (that is what was done in the old days) or do a text file download ...
- Sat Feb 03, 2024 12:25 pm
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
. I had seen your Papertape (PTP) version of FOCAL, but didn't realize that further down your FOCAL page you have the source(s) you recreated as well: http://retro.hansotten.nl/6502-sbc/focal-65-v3d/#sources
That papertape file is not mine and not from my pages. I suppose it is a patched ...
- Fri Feb 02, 2024 6:09 pm
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
Mike, Sam,
Thank you for the nice words! It has been fun recreating source for this program.
Porting to another 6502 system requires:
character input (no echo)
character output
setting of BRK/IRQ vector (BRK used a lot in the interpreter)
See the KIM=-1 or TIM I/O package in the Denver 6502 Group ...
Thank you for the nice words! It has been fun recreating source for this program.
Porting to another 6502 system requires:
character input (no echo)
character output
setting of BRK/IRQ vector (BRK used a lot in the interpreter)
See the KIM=-1 or TIM I/O package in the Denver 6502 Group ...
- Fri Feb 02, 2024 3:09 pm
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
It was an easy job to reconstruct the source of the Aresco Focal version from the TIM source.
I took the binary of the tape dump from 1978, the interpreter part.
And compared it with the binary output of the assembler.
The TIM source was the beginning of the Aresco source. I had also the ...
I took the binary of the tape dump from 1978, the interpreter part.
And compared it with the binary output of the assembler.
The TIM source was the beginning of the Aresco source. I had also the ...
- Thu Feb 01, 2024 2:29 pm
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
Out of curiosity, has anyone tried the TIM version on Hans' TIM (i.e. JOLT computer) simulator? Also, I'm not sure but I think the original assembler used might have been Aresco's version of the MOS resident assembler, https://www.pagetable.com/?p=1522
A quick find! That page is up since yesterday!
A quick find! That page is up since yesterday!
- Thu Feb 01, 2024 2:25 pm
- Forum: Nostalgia
- Topic: FOCAL-65 source code proofreading needed
- Replies: 51
- Views: 36725
Re: FOCAL-65 source code proofreading needed
SECONDRUN.jpg I took a different route in my work to reconstruct Focal-65 from source.
My goals are to preserve the original work as much as possible, to honor the work of the original author(s).
This means for me staying as close as possible to the original!
Only when that is looking good, I ...
My goals are to preserve the original work as much as possible, to honor the work of the original author(s).
This means for me staying as close as possible to the original!
Only when that is looking good, I ...