Re: [cc65] DA65 GEOS Disassembly?

Date view Thread view Subject view

From: Todd Elliott (eyeth_at_videocam.net.au)
Date: 2003-10-27 15:35:04


Hello.

After using the DA65 utility for a while, I could notice one flaw. It
concerns absolute locations being referenced as zero page locations. For
example:

Actual code:

ldx #$02
lda $00,x
sta $0000,x
etc...

Disassembled code:
ldx #$02
lda $00,x
sta $00,x
etc...

Somehow, the disassembler mistakenly thinks that this is a zero page
location, while being addressed in an absolute fashion, should be used in
a zero page addressing mode.

Enjoy.
-- 
Todd Elliott
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-10-27 15:37:36 CET