From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-10-29 23:24:03
On Thu, Oct 30, 2003 at 12:48:03AM +1030, Todd Elliott wrote: > It seems that the actual cmp ($00),y instruction is disassembled as a cmp > ($00,x) instruction. However, some cmp ($00),y instructions were > disassembled properly. The $00 in the example refers to any number. "cmp (zp),y" is always disassembled as "cmp (zp,x)" which is definitely an error. I will have to check the output for more problems. Thanks for the report! Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-10-29 23:24:35 CET