cc65 V2.13.0, SVN version: 4387 void main() { char a; ++a; } ...produces the following code: .proc _main: near .segment "BSS" L0003: .segment "CODE" ldx #$00 inc L0003 lda L0003 rts .endproc Regards, Johan ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat Oct 24 12:45:34 2009
This archive was generated by hypermail 2.1.8 : 2009-10-24 12:45:36 CEST