Search found 5 matches

by daniel_bingamon
Fri Sep 04, 2009 2:52 am
Forum: General Discussions
Topic: Serial 6502
Replies: 5
Views: 2922

Serial 6502

I was thinking, there are a lot of these new serial memories and other devices out there. A number of people talk here on designing processors, maybe a 6502 type processor that runs with the modern serial memories would be a nice device for small circuits.

Or -
Adding a Serial bus to a 6502.
by daniel_bingamon
Wed Dec 31, 2008 10:08 pm
Forum: Emulation and Simulation
Topic: MLM and partial emulator
Replies: 0
Views: 4266

MLM and partial emulator

A few years ago I started on a 6502 emulator. I have some of the instruction working but that's incomplete.

What works is the machine language monitor with Asm, Disasm, Memory Dump, Register Change, Trace, Go and several other features.

The code is all written in C.
Here it is with the source and ...
by daniel_bingamon
Thu Jul 07, 2005 2:52 pm
Forum: Emulation and Simulation
Topic: Michal Kowalski's 6502 simulator
Replies: 20
Views: 24773

I have written a Machine Language Monitor with assemble and dissasemble functions in plain C. It was part of an unfinished 6502 simulator project. If anyone is interested, send me a private message.
by daniel_bingamon
Thu Jul 07, 2005 2:45 pm
Forum: Nostalgia
Topic: Operating system Commodore Pet
Replies: 6
Views: 10730

Some of the Pet have a built-in Machine Language Monitor. You can access it by going to a BRK instruction, typically the basic command is SYS 1024

A person with a working Commododore Unit can write a simple machine language program in the tape buffer that patches the USR command. Put the byte of ...
by daniel_bingamon
Wed Jan 22, 2003 7:31 pm
Forum: General Discussions
Topic: Survey: A 65C02-based PC
Replies: 74
Views: 41994

A 65C02-based PC

I think that a system with a command line interface OS should be used, languages should be left to the individual and loaded from disk or add-on cartridge. One of these modern serial ROM's could be used to load languages into RAM on startup.

Another possibility is to make the CLI operate in a ...