Oops, you are correct. I was looking at the .tab file that had NEG as a macro, and forgot that the opcodes are in reverse order :) > In response to David, actually, it has to be DEC A \ CPL, right? consider 0, > that would do $00 -> $FF -> $00 which is correct, INC A doesn't work unless > you put it after the CPL.