[cc65] cosmetic and optimization

Date view Thread view Subject view

From: carlos (carlosofcascade_at_gmx.net)
Date: 2003-12-08 23:08:36


Hello Ulrich,

is ist possible that the underscore will be threated in a way, that it is
displayed as a thin line instead of a thick one? It's ok for now, but i
think the thick one looks a little bit strange. As this is kind of cosmetic,
it would be nice if you could remember the request for the time you're doing
this stuff.

Another thing is, that the sequence

charvar = (unsigned char)(intvar>>8);

will be translated into:

 AE rr rr      ldx     _intvar+1
000003r 1  8A            txa
000004r 1  8D rr rr      sta     _charvar

instead of a simple

lda _intvar+1
sta charvar

Perhaps you can remember this too, until you do this optimization stuff
again.

Greeting

Carlos



----------------------------------------------------------------------
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-12-08 23:09:03 CET