That's a great find. I've been looking at 6502.org, which lists the 65C02 opcodes as an addendum, so I always have to check two separate sites for relevant opcodes.
This should simplify that. A lot.
That's a great find. I've been looking at 6502.org, which lists the 65C02 opcodes as an addendum, so I always have to check two separate sites for relevant opcodes.
My system has an "S" CPU. It's a W65C02S6TPG–14.Martin Schmalenbach wrote: ↑Fri Jun 30, 2023 4:56 am OK - I need some clarification here...
The hardware description on the Texelec site for ordering the dev bundle states that an 8-bit 65C02 CPU at 8 MHz is used. The Programmer's Reference Guide says the same, yet links actually point to the use of the WDC 65C02S, which has the extra bit set/reset and testing/branching instructions that are not supported in the 65C02.
Which one are we actually using?
I'd like to make use of these bit-wise instructions!
I'm pretty sure it does, based on the source code I just looked at.