Mitsubishi M50747

L

Lisandro Pin

Guest
Hi. I need a simple microcontroller-like IC for a design i'm working
on, and on a box of old ICs, salvaged from junk, i found this IC; all i
could find about it it's that it used a "instruction set similar to the
6502" (???).

Does anyone has any info on this IC, or know where i could get a
datasheet? Thanks in advance.
 
As far as I know the device is a real 6502 core. Maybe similar to the
65SC151. Try www.6502.org

A few online datasheet archives have the information you're looking for but
want to paid for it.

regards -
Henry

--

<Schau auch mal auf meine Homepage www.ehydra.dyndns.info>
<u.a. Versand von Wasserflohzuchtansatz, Wasserpflanzen/-schnecken,
Futteralge Chlorella, brasilianischer Sauerklee, Natron zum Backen/Baden,
Chemikalien u.a.>
<Alternativ über http://people.freenet.de/algenkocher>


Lisandro Pin schrieb in Nachricht
<1102641624.031740.325600@z14g2000cwz.googlegroups.com>...
Hi. I need a simple microcontroller-like IC for a design i'm working
on, and on a box of old ICs, salvaged from junk, i found this IC; all i
could find about it it's that it used a "instruction set similar to the
6502" (???).

Does anyone has any info on this IC, or know where i could get a
datasheet? Thanks in advance.
 
On Fri, 10 Dec 2004 03:22:26 +0100, "Henry Kiefer" <otc@gmx.net> wrote:

As far as I know the device is a real 6502 core. Maybe similar to the
65SC151. Try www.6502.org

A few online datasheet archives have the information you're looking for but
want to paid for it.
These ones are free :
http://www.alldatasheet.com/
http://www.datasheetcatalog.com/
http://www.datasheetarchive.com/
 
I found the datasheet for it on http://www.datasheetarchive.com/ (PS:
Thanks a lot for the links Henry!).

As for the device itself, it's the DIP-64 version, without the quartz
window (i DO have a bunch of 64kb EEPROMs that i think came with the
50747 itself). So it has a hardcoded ROM on it :( Bummer, i thought i
got lucky. I think the ROM can be overriden with an external IC, but i
needed something of trivial implementarion, like a PIC - i'm not very
familiar with microprocessors, and i don't have the gear to burn an
EEPROM either. I do know the 6502 assembler well though, from my C64
days.
 
I found the datasheet for it on http://www.datasheetarchive.com/ (PS:
Thanks a lot for the links Henry!).

As for the device itself, it's the DIP-64 version, without the quartz
window (i DO have a bunch of 64kb EEPROMs that i think came with the
50747 itself). So it has a hardcoded ROM on it :( Bummer, i thought i
got lucky. I think the ROM can be overriden with an external IC, but i
needed something of trivial implementarion, like a PIC - i'm not very
familiar with microprocessors, and i don't have the gear to burn an
EEPROM either. I do know the 6502 assembler well though, from my C64
days.
 
I think you should consider a modern CPU. If you learned any assembly
language you're able in short time to switch to another Assembler type. It's
really no problem! Look for AVR (www.atmel), PIC (www.microchip.com), 8051
(many vendors) types. AVR and PIC give you the Assembler for free (with
Simulator)!

cu -
Henry


--

<Schau auch mal auf meine Homepage www.ehydra.dyndns.info>
<u.a. Versand von Wasserflohzuchtansatz, Wasserpflanzen/-schnecken,
Futteralge Chlorella, brasilianischer Sauerklee, Natron zum Backen/Baden,
Chemikalien u.a.>
<Alternativ über http://people.freenet.de/algenkocher>
 
50747 itself). So it has a hardcoded ROM on it :( Bummer, i thought i
got lucky. I think the ROM can be overriden with an external IC, but i
SNIP

Several processors (like 804x) have one pin to switch between internal and
external program memory. OK you loose a lot of IO pins this way.

Wim
 

Welcome to EDABoard.com

Sponsor

Back
Top