]>
git.sur5r.net Git - cc65/log
cpg [Mon, 5 Nov 2001 22:29:47 +0000 (22:29 +0000)]
fixed some whitespace so emacs doesn't complain when saving; "zap" now
also removed the startup *.o files
git-svn-id: svn://svn.cc65.org/cc65/trunk@1097
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sun, 4 Nov 2001 19:38:35 +0000 (19:38 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1096
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
izydorst [Sat, 27 Oct 2001 23:04:18 +0000 (23:04 +0000)]
support for assert.h in GEOS, conio bugfixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1094
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
izydorst [Sat, 27 Oct 2001 17:13:22 +0000 (17:13 +0000)]
simple conio support for GEOS
git-svn-id: svn://svn.cc65.org/cc65/trunk@1093
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
izydorst [Sat, 27 Oct 2001 17:09:02 +0000 (17:09 +0000)]
added note about conio stuff
git-svn-id: svn://svn.cc65.org/cc65/trunk@1092
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
izydorst [Sat, 27 Oct 2001 17:07:19 +0000 (17:07 +0000)]
support for 40/80 column modes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1091
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Fri, 26 Oct 2001 13:48:49 +0000 (13:48 +0000)]
More banking fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1090
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Fri, 26 Oct 2001 13:48:35 +0000 (13:48 +0000)]
Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@1089
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 19:23:41 +0000 (19:23 +0000)]
Added Craig Bruce
git-svn-id: svn://svn.cc65.org/cc65/trunk@1087
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 19:13:36 +0000 (19:13 +0000)]
Debug the rs232 routines. This involved using two new segments, STARTUP
and NMI to make sure the NMI handler is loaded into the low 16K of memory
which are active when the control is passed from the ROM NMI stub to the
user handler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1086
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 19:11:52 +0000 (19:11 +0000)]
Use names instead of numeric addresses
git-svn-id: svn://svn.cc65.org/cc65/trunk@1085
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 18:52:38 +0000 (18:52 +0000)]
Changed cfg to account for the NMI handler in connection with the C128 banking.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1084
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 18:51:49 +0000 (18:51 +0000)]
Fix a problem where the linker tries to print a NULL pointer if there is a
problem with the builtin configuration that is used.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1083
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 15:56:19 +0000 (15:56 +0000)]
Minor fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@1082
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 15:54:40 +0000 (15:54 +0000)]
Added rs232 routines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1081
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 15:52:04 +0000 (15:52 +0000)]
Removed c128 code
git-svn-id: svn://svn.cc65.org/cc65/trunk@1080
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 11:50:45 +0000 (11:50 +0000)]
Sorted object files alphabetically so it's easier to find a file in the list
git-svn-id: svn://svn.cc65.org/cc65/trunk@1079
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 11:07:06 +0000 (11:07 +0000)]
Use xsprintf
git-svn-id: svn://svn.cc65.org/cc65/trunk@1078
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 25 Oct 2001 10:49:51 +0000 (10:49 +0000)]
Use a long for the offset of static variables, so negative offsets do work
(even if this is not standard compliant).
git-svn-id: svn://svn.cc65.org/cc65/trunk@1077
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Wed, 24 Oct 2001 21:56:52 +0000 (21:56 +0000)]
Added CBM510 in a few places
git-svn-id: svn://svn.cc65.org/cc65/trunk@1075
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Wed, 24 Oct 2001 21:45:54 +0000 (21:45 +0000)]
Fixed several typos, changed example code
git-svn-id: svn://svn.cc65.org/cc65/trunk@1074
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Wed, 24 Oct 2001 21:31:07 +0000 (21:31 +0000)]
Fixed a typo, added links
git-svn-id: svn://svn.cc65.org/cc65/trunk@1073
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Wed, 24 Oct 2001 20:48:18 +0000 (20:48 +0000)]
Cleanup
git-svn-id: svn://svn.cc65.org/cc65/trunk@1072
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Wed, 24 Oct 2001 20:44:54 +0000 (20:44 +0000)]
New pushwysp implementation
git-svn-id: svn://svn.cc65.org/cc65/trunk@1071
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 23 Oct 2001 19:00:15 +0000 (19:00 +0000)]
Removed an old comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@1070
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sun, 21 Oct 2001 13:53:20 +0000 (13:53 +0000)]
Working on the optimizations
git-svn-id: svn://svn.cc65.org/cc65/trunk@1069
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 20 Oct 2001 20:28:28 +0000 (20:28 +0000)]
Fixed a path
git-svn-id: svn://svn.cc65.org/cc65/trunk@1068
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 20 Oct 2001 15:23:34 +0000 (15:23 +0000)]
Fixed a bug in the return value of the sprintf and vsprintf functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@1067
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 21:45:37 +0000 (21:45 +0000)]
Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@1065
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 21:01:24 +0000 (21:01 +0000)]
Fixed some bugs
git-svn-id: svn://svn.cc65.org/cc65/trunk@1064
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 20:45:24 +0000 (20:45 +0000)]
Cleanup, more 65c02 code
git-svn-id: svn://svn.cc65.org/cc65/trunk@1063
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 19:24:18 +0000 (19:24 +0000)]
Use 125 bytes as range for short branches
git-svn-id: svn://svn.cc65.org/cc65/trunk@1062
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 19:23:10 +0000 (19:23 +0000)]
Extend an optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@1061
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 19:21:40 +0000 (19:21 +0000)]
New function RegAXUsed
git-svn-id: svn://svn.cc65.org/cc65/trunk@1060
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 19:21:09 +0000 (19:21 +0000)]
Added first provisions for a code size factor check in the optimizer
git-svn-id: svn://svn.cc65.org/cc65/trunk@1059
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 19:20:14 +0000 (19:20 +0000)]
Added a new CS_RangeHasLabel function
git-svn-id: svn://svn.cc65.org/cc65/trunk@1058
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 18 Oct 2001 19:10:24 +0000 (19:10 +0000)]
Remove some 65C02 code generation that is now in the backend.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1057
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Wed, 17 Oct 2001 21:46:27 +0000 (21:46 +0000)]
Check for shift count zero
git-svn-id: svn://svn.cc65.org/cc65/trunk@1055
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 13 Oct 2001 19:18:51 +0000 (19:18 +0000)]
Remove paragraph about case labels
git-svn-id: svn://svn.cc65.org/cc65/trunk@1052
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 13 Oct 2001 15:46:03 +0000 (15:46 +0000)]
Use static locals (again)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1051
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 13 Oct 2001 15:45:04 +0000 (15:45 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1050
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 13 Oct 2001 12:21:46 +0000 (12:21 +0000)]
Added 65C02 specific optimizations.
Make two runs over the code when generating register info to get info for
backward jumps right.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1049
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 13 Oct 2001 09:20:26 +0000 (09:20 +0000)]
Small change to make line info more exact
git-svn-id: svn://svn.cc65.org/cc65/trunk@1048
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Fri, 12 Oct 2001 18:21:56 +0000 (18:21 +0000)]
Use a function pointer instead of a flag
git-svn-id: svn://svn.cc65.org/cc65/trunk@1046
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Fri, 12 Oct 2001 18:21:43 +0000 (18:21 +0000)]
Added a missing const
git-svn-id: svn://svn.cc65.org/cc65/trunk@1045
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Fri, 12 Oct 2001 09:06:42 +0000 (09:06 +0000)]
Added another optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@1044
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Fri, 12 Oct 2001 07:58:11 +0000 (07:58 +0000)]
More work to make user asm labels work
git-svn-id: svn://svn.cc65.org/cc65/trunk@1043
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 22:02:00 +0000 (22:02 +0000)]
Remove an unused function
git-svn-id: svn://svn.cc65.org/cc65/trunk@1042
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 22:01:47 +0000 (22:01 +0000)]
Allow labels in user supplied asm statements
git-svn-id: svn://svn.cc65.org/cc65/trunk@1041
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 21:54:25 +0000 (21:54 +0000)]
Fixed problems with the inline macros
git-svn-id: svn://svn.cc65.org/cc65/trunk@1040
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 20:06:01 +0000 (20:06 +0000)]
The longbranch macros did not work with numeric addresses
git-svn-id: svn://svn.cc65.org/cc65/trunk@1039
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 19:58:16 +0000 (19:58 +0000)]
Add a missing type in range check
git-svn-id: svn://svn.cc65.org/cc65/trunk@1038
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 14:53:55 +0000 (14:53 +0000)]
Another signedness fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@1037
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 14:50:10 +0000 (14:50 +0000)]
Fixed another signedness problem
git-svn-id: svn://svn.cc65.org/cc65/trunk@1036
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 14:45:59 +0000 (14:45 +0000)]
Last change fixed the wrong parameter
git-svn-id: svn://svn.cc65.org/cc65/trunk@1035
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 14:42:03 +0000 (14:42 +0000)]
Fixed a signedness problem
git-svn-id: svn://svn.cc65.org/cc65/trunk@1034
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 14:38:46 +0000 (14:38 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1033
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 13:50:09 +0000 (13:50 +0000)]
Add perl to the list of build requirements
git-svn-id: svn://svn.cc65.org/cc65/trunk@1032
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 13:48:30 +0000 (13:48 +0000)]
Comment out unused code
git-svn-id: svn://svn.cc65.org/cc65/trunk@1031
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 13:45:46 +0000 (13:45 +0000)]
Don't run into an internal error in case of a duplicate switch label.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1029
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 13:39:17 +0000 (13:39 +0000)]
Free the tree after use
git-svn-id: svn://svn.cc65.org/cc65/trunk@1028
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 13:37:22 +0000 (13:37 +0000)]
Removed duplicate case labels and fixed the code for machines without some
or all function keys.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1027
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 13:16:46 +0000 (13:16 +0000)]
Bumped the version number
git-svn-id: svn://svn.cc65.org/cc65/trunk@1025
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 09:52:02 +0000 (09:52 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1023
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 08:02:03 +0000 (08:02 +0000)]
Rewrote the switch statement
git-svn-id: svn://svn.cc65.org/cc65/trunk@1021
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 07:57:20 +0000 (07:57 +0000)]
Removed the switch routines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1020
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 11 Oct 2001 07:01:16 +0000 (07:01 +0000)]
Track sreg in OptDecouple
git-svn-id: svn://svn.cc65.org/cc65/trunk@1019
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
mrintsch [Wed, 10 Oct 2001 20:35:07 +0000 (20:35 +0000)]
Changed the parameters of cbm_load and cbm_save to a more "C-like" way.
The API should be stable now.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1018
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 9 Oct 2001 09:44:39 +0000 (09:44 +0000)]
Module breakup
git-svn-id: svn://svn.cc65.org/cc65/trunk@1017
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 9 Oct 2001 09:34:21 +0000 (09:34 +0000)]
Added the plasma sample to the README file.
Added a comment about loop unrolling to the plasma source.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1016
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Sat, 6 Oct 2001 23:14:29 +0000 (23:14 +0000)]
add graphics() function
git-svn-id: svn://svn.cc65.org/cc65/trunk@1014
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Sat, 6 Oct 2001 22:36:48 +0000 (22:36 +0000)]
implemented graphics() function
git-svn-id: svn://svn.cc65.org/cc65/trunk@1013
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 4 Oct 2001 21:34:14 +0000 (21:34 +0000)]
Added special multiplication routines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1012
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 4 Oct 2001 21:15:56 +0000 (21:15 +0000)]
Cosmetic changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1011
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 4 Oct 2001 21:15:43 +0000 (21:15 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1010
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 4 Oct 2001 11:34:18 +0000 (11:34 +0000)]
Optimizations
git-svn-id: svn://svn.cc65.org/cc65/trunk@1009
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Wed, 3 Oct 2001 16:09:14 +0000 (16:09 +0000)]
clriocb and findfreeiocb moved from open.s to fdtable.s (they are now also
used by graphics.s)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1008
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Wed, 3 Oct 2001 15:56:42 +0000 (15:56 +0000)]
a small optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@1007
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 21:41:04 +0000 (21:41 +0000)]
Added the spec for the upcoming version 2.2.7
git-svn-id: svn://svn.cc65.org/cc65/trunk@1006
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 21:31:12 +0000 (21:31 +0000)]
Added the 2.6.2 spec file
git-svn-id: svn://svn.cc65.org/cc65/trunk@1005
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 19:02:50 +0000 (19:02 +0000)]
Reordered the options to match the actual usage output
git-svn-id: svn://svn.cc65.org/cc65/trunk@1003
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 19:01:00 +0000 (19:01 +0000)]
Reordered usage output
git-svn-id: svn://svn.cc65.org/cc65/trunk@1002
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 18:56:40 +0000 (18:56 +0000)]
Updated the option list
git-svn-id: svn://svn.cc65.org/cc65/trunk@1001
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 18:48:54 +0000 (18:48 +0000)]
Added/updated header blocks
git-svn-id: svn://svn.cc65.org/cc65/trunk@1000
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 18:48:14 +0000 (18:48 +0000)]
Removed Tennessee Carmel-Veilleux because none of his code is any longer
in the package (this is true for a long time now).
git-svn-id: svn://svn.cc65.org/cc65/trunk@998
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 17:20:06 +0000 (17:20 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@997
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 16:49:12 +0000 (16:49 +0000)]
Date update
git-svn-id: svn://svn.cc65.org/cc65/trunk@996
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 16:41:31 +0000 (16:41 +0000)]
Explain the new inline assembler syntax
git-svn-id: svn://svn.cc65.org/cc65/trunk@995
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 10:55:04 +0000 (10:55 +0000)]
Handle intermediate access to local variables in the stack op optimizations.
git-svn-id: svn://svn.cc65.org/cc65/trunk@994
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 2 Oct 2001 08:10:44 +0000 (08:10 +0000)]
Removed the JAM opcode
git-svn-id: svn://svn.cc65.org/cc65/trunk@993
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Mon, 1 Oct 2001 22:21:16 +0000 (22:21 +0000)]
Changed name for long compare subroutine
git-svn-id: svn://svn.cc65.org/cc65/trunk@992
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Mon, 1 Oct 2001 19:40:01 +0000 (19:40 +0000)]
More stack op optimizations
git-svn-id: svn://svn.cc65.org/cc65/trunk@991
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Mon, 1 Oct 2001 15:22:48 +0000 (15:22 +0000)]
Fixed a bug, added info for more runtime routines
git-svn-id: svn://svn.cc65.org/cc65/trunk@989
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sun, 30 Sep 2001 22:19:39 +0000 (22:19 +0000)]
Use __attribute ((unused)) instead of -Wno-unused-parameter
git-svn-id: svn://svn.cc65.org/cc65/trunk@988
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sun, 30 Sep 2001 22:04:19 +0000 (22:04 +0000)]
Used __attribute ((unused)) instead of -Wno-unused-parameter
git-svn-id: svn://svn.cc65.org/cc65/trunk@987
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sun, 30 Sep 2001 21:56:45 +0000 (21:56 +0000)]
More source splitting.
Remove the -Wno-unused-parameter in favour of __atribute__((unused)).
git-svn-id: svn://svn.cc65.org/cc65/trunk@986
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 29 Sep 2001 20:34:31 +0000 (20:34 +0000)]
Working on optimizations
git-svn-id: svn://svn.cc65.org/cc65/trunk@985
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 29 Sep 2001 16:59:29 +0000 (16:59 +0000)]
Readded size optimizations
git-svn-id: svn://svn.cc65.org/cc65/trunk@984
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 29 Sep 2001 14:55:40 +0000 (14:55 +0000)]
More splitting
git-svn-id: svn://svn.cc65.org/cc65/trunk@983
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 29 Sep 2001 12:17:36 +0000 (12:17 +0000)]
Added optimization statistics
git-svn-id: svn://svn.cc65.org/cc65/trunk@982
b7a2c559 -68d2-44c3-8de9-
860c34a00d81