[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple 1 microchess - correct operation?



On Mon, 12 Jun 2006, Keith wrote:

Actually I consider the fact that Krusader doesn't support the 65C02
instructions as a feature. (It was late and I still need to check if
the T65 core supports them - if not then it's an especially good
feature to me ;-) If you ever do squeeze them in it would be nice to
have a way to disable them.

So I need to change the PHY/PLY instructions into something else and
change the serial I/O to Apple 1 style, and then I'll be able to
assemble microchess and try it out.

TYA
PHA

.
.
.

PLA
TAY

I suppose that ought to work...

-uso.