[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: www.6502.org
David Wilson <david@uow.edu.au> wrote in message
news:david.943429581@wraith...
> zefram@daystrom.bog (Zefram Cochrane) writes:
> >Oooh. Err. I remember those funny instructions on the 6502. The parts
> >that I was using (10 y ago) had the inc and dec instructions swapped
> >round! (65C12 and 50743 IIRC)
>
> I don't remember any chips with broken inc/dec.
Mitsubishi made a microcontroller with a 6502 instruction set that had the
INC and DEC instructions opcodes swapped compared to the WDC 6502. It
included the 50734 and 50743 controllers. This caused me all sorts of
confusion when I took an assembler routine that worked on our 50734 native
assembler and used it as in-line assembly in a 6502 C compiler.