X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcoptc02.h;h=309e4578a98f9e6bdae65c7d34b5e8ea09cc08ac;hb=92dfde6c4e748946c5e13323bb48bf2abd72c2b3;hp=4ad470406015e3e12016148f0e7889282bcc53f8;hpb=2435aa63b5dcab10267aca7cf0d6f236d2d5b37c;p=cc65 diff --git a/src/cc65/coptc02.h b/src/cc65/coptc02.h index 4ad470406..309e4578a 100644 --- a/src/cc65/coptc02.h +++ b/src/cc65/coptc02.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2001 Ullrich von Bassewitz */ +/* (C) 2001-2002 Ullrich von Bassewitz */ /* Wacholderweg 14 */ /* D-70597 Stuttgart */ /* EMail: uz@cc65.org */ @@ -52,6 +52,12 @@ unsigned Opt65C02Ind (CodeSeg* S); /* Try to use the indirect addressing mode where possible */ +unsigned Opt65C02BitOps (CodeSeg* S); +/* Use special bit op instructions of the C02 */ + +unsigned Opt65C02Stores (CodeSeg* S); +/* Use STZ where possible */ + /* End of coptc02.h */