X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcoptsub.h;h=828a1d417b9b8f15b5385f64066534fd14b51310;hb=8dd3cc35dcbd7155812e6a7c01039573aff640cb;hp=c9e40b8003946b5d51b7d8bb01c5324763392657;hpb=21111ba235f184c962985fd79c4782eaa5990c83;p=cc65 diff --git a/src/cc65/coptsub.h b/src/cc65/coptsub.h index c9e40b800..828a1d417 100644 --- a/src/cc65/coptsub.h +++ b/src/cc65/coptsub.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2001 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@cc65.org */ +/* (C) 2001-2006, Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -78,6 +78,11 @@ unsigned OptSub2 (CodeSeg* S); * sta yy */ +unsigned OptSub3 (CodeSeg* S); +/* Search for a call to decaxn and replace it by an 8 bit sub if the X register + * is not used later. + */ + /* End of coptsub.h */