Re: Getting back into z80 programming (code included)

2009-10-25 Thread Thomas Harte
Oh, also, I've discovered bugs in the code I published yesterday and a few cases where I've clearly switched mentally into 6502 mode (eg, xor 255/inc a instead of just using neg). I don't think there's any value in dumping my code ad nauseam, but should anyone consider actually using the stuff I pr

Re: Getting back into z80 programming (code included)

2009-10-25 Thread Thomas Harte
If you're looking for an excuse to make a new release, it seems still to accept illegal conditions on jr, like jr m, [symbol]. That specific one turns into ld e, b followed by a lone 0x01. On Sat, Oct 24, 2009 at 11:21 PM, Andrew Collier wrote: > > On 25 Oct 2009, at 00:16, Thomas Harte wrote: >