]> git.sur5r.net Git - cc65/log
cc65
23 years agoFix several errors: The address operator on functions (resulting in a
cuz [Fri, 24 Nov 2000 10:46:04 +0000 (10:46 +0000)]
Fix several errors: The address operator on functions (resulting in a
pointer-to-function type) was not possible. It is redundant but allowed.
A cast with a function on the right side resulted in an internal compiler
error, since the implicit cast from function to pointer-to-function was
missing in this case.
An assignment of a function to a void pointer was not possible because the
same implicit conversion was missing.

git-svn-id: svn://svn.cc65.org/cc65/trunk@482 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoFixed a typo
cuz [Fri, 24 Nov 2000 07:36:08 +0000 (07:36 +0000)]
Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@481 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSqeezed one byte out of the zerobss routine:-)
cuz [Thu, 23 Nov 2000 22:15:57 +0000 (22:15 +0000)]
Sqeezed one byte out of the zerobss routine:-)

git-svn-id: svn://svn.cc65.org/cc65/trunk@480 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoMove the conio initialization routines where they belong (cgetc), make them
cuz [Thu, 23 Nov 2000 19:21:05 +0000 (19:21 +0000)]
Move the conio initialization routines where they belong (cgetc), make them
module constructors/destructors and remove the conio init functions that
were called from the startup code.

git-svn-id: svn://svn.cc65.org/cc65/trunk@479 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoUse "[linker generated]" as source for linker generated symbols.
cuz [Thu, 23 Nov 2000 19:14:15 +0000 (19:14 +0000)]
Use "[linker generated]" as source for linker generated symbols.

git-svn-id: svn://svn.cc65.org/cc65/trunk@478 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRemoved initialization code to set the screen size and replaced it by a
cuz [Thu, 23 Nov 2000 19:05:32 +0000 (19:05 +0000)]
Removed initialization code to set the screen size and replaced it by a
separate module that contains a module constructor. In some cases, the
code was even unnecessary, since the screen size is known in advance.

git-svn-id: svn://svn.cc65.org/cc65/trunk@476 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAbort on errors
cuz [Thu, 23 Nov 2000 12:42:39 +0000 (12:42 +0000)]
Abort on errors

git-svn-id: svn://svn.cc65.org/cc65/trunk@475 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoIgnore some more files
cuz [Wed, 22 Nov 2000 22:56:50 +0000 (22:56 +0000)]
Ignore some more files

git-svn-id: svn://svn.cc65.org/cc65/trunk@474 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoUse the condes feature
cuz [Wed, 22 Nov 2000 22:19:09 +0000 (22:19 +0000)]
Use the condes feature

git-svn-id: svn://svn.cc65.org/cc65/trunk@470 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded optimizations for commutative arithmetic ops
cuz [Wed, 22 Nov 2000 21:39:56 +0000 (21:39 +0000)]
Added optimizations for commutative arithmetic ops

git-svn-id: svn://svn.cc65.org/cc65/trunk@469 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoNew --cpu command line switch
cuz [Wed, 22 Nov 2000 20:19:15 +0000 (20:19 +0000)]
New --cpu command line switch

git-svn-id: svn://svn.cc65.org/cc65/trunk@468 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoIn switch statements, do only print a warning about missing case labels if
cuz [Wed, 22 Nov 2000 12:02:15 +0000 (12:02 +0000)]
In switch statements, do only print a warning about missing case labels if
there are no regular labels and no default label.

git-svn-id: svn://svn.cc65.org/cc65/trunk@467 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRemoved the old cc65.txt file, added documentation for the dio api.
cuz [Tue, 21 Nov 2000 22:36:50 +0000 (22:36 +0000)]
Removed the old cc65.txt file, added documentation for the dio api.

git-svn-id: svn://svn.cc65.org/cc65/trunk@466 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoChanged doatexit destructor priority
cuz [Tue, 21 Nov 2000 10:56:34 +0000 (10:56 +0000)]
Changed doatexit destructor priority

git-svn-id: svn://svn.cc65.org/cc65/trunk@465 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoWorking on the condes feature
cuz [Tue, 21 Nov 2000 10:51:53 +0000 (10:51 +0000)]
Working on the condes feature

git-svn-id: svn://svn.cc65.org/cc65/trunk@464 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoFirst condes feature test
cuz [Mon, 20 Nov 2000 23:05:52 +0000 (23:05 +0000)]
First condes feature test

git-svn-id: svn://svn.cc65.org/cc65/trunk@463 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded condes decls to all linker config files
cuz [Mon, 20 Nov 2000 23:04:30 +0000 (23:04 +0000)]
Added condes decls to all linker config files

git-svn-id: svn://svn.cc65.org/cc65/trunk@462 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoDebugging the condes support
cuz [Mon, 20 Nov 2000 22:59:11 +0000 (22:59 +0000)]
Debugging the condes support

git-svn-id: svn://svn.cc65.org/cc65/trunk@461 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded condes tables to c64 config
cuz [Mon, 20 Nov 2000 22:58:41 +0000 (22:58 +0000)]
Added condes tables to c64 config

git-svn-id: svn://svn.cc65.org/cc65/trunk@459 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoNew condes module
cuz [Mon, 20 Nov 2000 22:17:14 +0000 (22:17 +0000)]
New condes module

git-svn-id: svn://svn.cc65.org/cc65/trunk@458 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoMoved the jmpvec module from common to runtime
cuz [Mon, 20 Nov 2000 21:59:43 +0000 (21:59 +0000)]
Moved the jmpvec module from common to runtime

git-svn-id: svn://svn.cc65.org/cc65/trunk@457 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoFirst finished implementation of the condes feature
cuz [Mon, 20 Nov 2000 21:56:48 +0000 (21:56 +0000)]
First finished implementation of the condes feature

git-svn-id: svn://svn.cc65.org/cc65/trunk@456 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded InitFilePos method
cuz [Mon, 20 Nov 2000 19:44:18 +0000 (19:44 +0000)]
Added InitFilePos method

git-svn-id: svn://svn.cc65.org/cc65/trunk@454 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoWorking on the condes feature
cuz [Mon, 20 Nov 2000 15:22:57 +0000 (15:22 +0000)]
Working on the condes feature

git-svn-id: svn://svn.cc65.org/cc65/trunk@451 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoPM base isn't hardcoded anymore, we now get it from the startup code
cpg [Sun, 19 Nov 2000 22:59:05 +0000 (22:59 +0000)]
PM base isn't hardcoded anymore, we now get it from the startup code

git-svn-id: svn://svn.cc65.org/cc65/trunk@450 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoreserve memory for mouse PM if RESERVE_MOUSE_MEMORY is defined (normally
cpg [Sun, 19 Nov 2000 22:58:22 +0000 (22:58 +0000)]
reserve memory for mouse PM if RESERVE_MOUSE_MEMORY is defined (normally
yes)

git-svn-id: svn://svn.cc65.org/cc65/trunk@449 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoMake target for generating the .inc files
cuz [Sun, 19 Nov 2000 17:39:12 +0000 (17:39 +0000)]
Make target for generating the .inc files

git-svn-id: svn://svn.cc65.org/cc65/trunk@448 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoMingW fixes
cuz [Sun, 19 Nov 2000 17:35:07 +0000 (17:35 +0000)]
MingW fixes

git-svn-id: svn://svn.cc65.org/cc65/trunk@447 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadded definition for DCB
cpg [Sun, 19 Nov 2000 01:53:29 +0000 (01:53 +0000)]
added definition for DCB

git-svn-id: svn://svn.cc65.org/cc65/trunk@446 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoFixed a DJGPP warning
cuz [Fri, 17 Nov 2000 10:31:39 +0000 (10:31 +0000)]
Fixed a DJGPP warning

git-svn-id: svn://svn.cc65.org/cc65/trunk@445 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSmall fix for DJGPP
cuz [Fri, 17 Nov 2000 10:24:16 +0000 (10:24 +0000)]
Small fix for DJGPP

git-svn-id: svn://svn.cc65.org/cc65/trunk@444 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agomouse.o: new object file
cpg [Fri, 17 Nov 2000 01:25:40 +0000 (01:25 +0000)]
mouse.o: new object file

git-svn-id: svn://svn.cc65.org/cc65/trunk@443 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agofixed & adapted for cc65
cpg [Fri, 17 Nov 2000 01:24:38 +0000 (01:24 +0000)]
fixed & adapted for cc65

git-svn-id: svn://svn.cc65.org/cc65/trunk@442 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAtari mouse routines -- original version from F.Offenga
cpg [Fri, 17 Nov 2000 01:23:44 +0000 (01:23 +0000)]
Atari mouse routines -- original version from F.Offenga

git-svn-id: svn://svn.cc65.org/cc65/trunk@441 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoUpdated the mouse module
cuz [Thu, 16 Nov 2000 23:50:38 +0000 (23:50 +0000)]
Updated the mouse module

git-svn-id: svn://svn.cc65.org/cc65/trunk@440 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoChanged mouse_down --> mouse_buttons, added MOUSE_BTN_LEFT define, changed
cuz [Thu, 16 Nov 2000 23:40:09 +0000 (23:40 +0000)]
Changed mouse_down --> mouse_buttons, added MOUSE_BTN_LEFT define, changed
return code of mouse_init.

git-svn-id: svn://svn.cc65.org/cc65/trunk@439 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadded mouse type defines; added mouse_down() prototype
cpg [Thu, 16 Nov 2000 23:05:00 +0000 (23:05 +0000)]
added mouse type defines; added mouse_down() prototype

git-svn-id: svn://svn.cc65.org/cc65/trunk@438 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadded explanation of return codes
cpg [Thu, 16 Nov 2000 21:42:38 +0000 (21:42 +0000)]
added explanation of return codes

git-svn-id: svn://svn.cc65.org/cc65/trunk@437 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoremoved leading _ from dio functions and types; added small explanation of
cpg [Thu, 16 Nov 2000 21:38:00 +0000 (21:38 +0000)]
removed leading _ from dio functions and types; added small explanation of
each function

git-svn-id: svn://svn.cc65.org/cc65/trunk@436 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agodio functions and types now have no leading _ anymore
cpg [Thu, 16 Nov 2000 21:27:42 +0000 (21:27 +0000)]
dio functions and types now have no leading _ anymore

git-svn-id: svn://svn.cc65.org/cc65/trunk@435 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agodio functions and type now have no leading _ anymore; swapped phys. and
cpg [Thu, 16 Nov 2000 21:27:07 +0000 (21:27 +0000)]
dio functions and type now have no leading _ anymore; swapped phys. and
log. parameters

git-svn-id: svn://svn.cc65.org/cc65/trunk@434 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoremoved _dio_format prototype
cpg [Tue, 14 Nov 2000 21:16:10 +0000 (21:16 +0000)]
removed _dio_format prototype

git-svn-id: svn://svn.cc65.org/cc65/trunk@433 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoNew module to handle initializers
cuz [Fri, 3 Nov 2000 09:31:18 +0000 (09:31 +0000)]
New module to handle initializers

git-svn-id: svn://svn.cc65.org/cc65/trunk@432 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRemoved underlines from struct names
cuz [Thu, 2 Nov 2000 22:11:48 +0000 (22:11 +0000)]
Removed underlines from struct names

git-svn-id: svn://svn.cc65.org/cc65/trunk@431 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRemoved underlines from structure names.
cuz [Thu, 2 Nov 2000 22:11:25 +0000 (22:11 +0000)]
Removed underlines from structure names.
Moved the fragment type into its own module.

git-svn-id: svn://svn.cc65.org/cc65/trunk@430 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRemoved error numbers in favour of literal error messages. The error numbers
cuz [Thu, 2 Nov 2000 21:22:33 +0000 (21:22 +0000)]
Removed error numbers in favour of literal error messages. The error numbers
were harder to manage, made the code harder to read, and lead no less
verbose messages, since it was effort to add a new message. The new approach
has the drawback that it's more difficult to translate, but this won't
happen anyway.

git-svn-id: svn://svn.cc65.org/cc65/trunk@428 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSplit of the lruntime module
cuz [Wed, 1 Nov 2000 22:03:22 +0000 (22:03 +0000)]
Split of the lruntime module

git-svn-id: svn://svn.cc65.org/cc65/trunk@427 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoReplaced missing routine, fixed a bug
cuz [Tue, 31 Oct 2000 19:17:01 +0000 (19:17 +0000)]
Replaced missing routine, fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@426 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoFixed a bug in the last change
cuz [Tue, 31 Oct 2000 19:16:44 +0000 (19:16 +0000)]
Fixed a bug in the last change

git-svn-id: svn://svn.cc65.org/cc65/trunk@425 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded missing params to Error function
cuz [Tue, 31 Oct 2000 19:12:27 +0000 (19:12 +0000)]
Added missing params to Error function

git-svn-id: svn://svn.cc65.org/cc65/trunk@424 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoModule split
cuz [Tue, 31 Oct 2000 18:57:00 +0000 (18:57 +0000)]
Module split

git-svn-id: svn://svn.cc65.org/cc65/trunk@423 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoOptimization
cuz [Tue, 31 Oct 2000 18:53:38 +0000 (18:53 +0000)]
Optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@422 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRemoved unneeded imports
cuz [Tue, 31 Oct 2000 18:53:19 +0000 (18:53 +0000)]
Removed unneeded imports

git-svn-id: svn://svn.cc65.org/cc65/trunk@421 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSplitted the dec and inc modules into smaller ones
cuz [Tue, 31 Oct 2000 18:42:47 +0000 (18:42 +0000)]
Splitted the dec and inc modules into smaller ones

git-svn-id: svn://svn.cc65.org/cc65/trunk@419 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded a sort function
cuz [Tue, 31 Oct 2000 18:25:52 +0000 (18:25 +0000)]
Added a sort function

git-svn-id: svn://svn.cc65.org/cc65/trunk@418 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded type parameter to mouse_init
cuz [Tue, 31 Oct 2000 18:15:46 +0000 (18:15 +0000)]
Added type parameter to mouse_init

git-svn-id: svn://svn.cc65.org/cc65/trunk@417 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoMoved the target configurations into separate files
cuz [Tue, 31 Oct 2000 18:08:25 +0000 (18:08 +0000)]
Moved the target configurations into separate files

git-svn-id: svn://svn.cc65.org/cc65/trunk@416 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoDescribe .initializer
cuz [Mon, 30 Oct 2000 21:54:28 +0000 (21:54 +0000)]
Describe .initializer

git-svn-id: svn://svn.cc65.org/cc65/trunk@415 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSqueeze 2 bytes out of the startup code
cuz [Mon, 30 Oct 2000 21:46:45 +0000 (21:46 +0000)]
Squeeze 2 bytes out of the startup code

git-svn-id: svn://svn.cc65.org/cc65/trunk@414 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSqueeze 2 bytes out of the startup code
cuz [Mon, 30 Oct 2000 21:02:49 +0000 (21:02 +0000)]
Squeeze 2 bytes out of the startup code

git-svn-id: svn://svn.cc65.org/cc65/trunk@413 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSqueeze 4 bytes out of the startup code
cuz [Mon, 30 Oct 2000 21:01:34 +0000 (21:01 +0000)]
Squeeze 4 bytes out of the startup code

git-svn-id: svn://svn.cc65.org/cc65/trunk@412 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoWorking on initializers
cuz [Mon, 30 Oct 2000 20:48:11 +0000 (20:48 +0000)]
Working on initializers

git-svn-id: svn://svn.cc65.org/cc65/trunk@411 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoFixed a bug
cuz [Mon, 30 Oct 2000 19:52:30 +0000 (19:52 +0000)]
Fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@410 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRenamed EXP_INITIALIZER
cuz [Mon, 30 Oct 2000 19:52:22 +0000 (19:52 +0000)]
Renamed EXP_INITIALIZER

git-svn-id: svn://svn.cc65.org/cc65/trunk@409 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRenamed EXP_INITIALIZER, added check macros
cuz [Mon, 30 Oct 2000 19:48:13 +0000 (19:48 +0000)]
Renamed EXP_INITIALIZER, added check macros

git-svn-id: svn://svn.cc65.org/cc65/trunk@408 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdd initializer bit in debug syms
cuz [Mon, 30 Oct 2000 19:33:04 +0000 (19:33 +0000)]
Add initializer bit in debug syms

git-svn-id: svn://svn.cc65.org/cc65/trunk@407 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdd initializer
cuz [Mon, 30 Oct 2000 19:30:26 +0000 (19:30 +0000)]
Add initializer

git-svn-id: svn://svn.cc65.org/cc65/trunk@406 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoBump version number
cuz [Mon, 30 Oct 2000 19:29:57 +0000 (19:29 +0000)]
Bump version number

git-svn-id: svn://svn.cc65.org/cc65/trunk@405 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoChange symbol flags, add initializer
cuz [Mon, 30 Oct 2000 19:29:25 +0000 (19:29 +0000)]
Change symbol flags, add initializer

git-svn-id: svn://svn.cc65.org/cc65/trunk@404 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agomade the input parameters of _dio_log_to_phys and _dio_phys_to_log const
cpg [Sun, 29 Oct 2000 00:31:31 +0000 (00:31 +0000)]
made the input parameters of _dio_log_to_phys and _dio_phys_to_log const

git-svn-id: svn://svn.cc65.org/cc65/trunk@403 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agomoved ourcl to bss
cpg [Sun, 29 Oct 2000 00:06:50 +0000 (00:06 +0000)]
moved ourcl to bss

git-svn-id: svn://svn.cc65.org/cc65/trunk@402 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agofd_table functions around getfd; used by startup code
cpg [Sun, 29 Oct 2000 00:05:47 +0000 (00:05 +0000)]
fd_table functions around getfd; used by startup code

git-svn-id: svn://svn.cc65.org/cc65/trunk@401 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agomoved getfd and fdt_to_fdi functions and fd_table into getfd file; moved
cpg [Sun, 29 Oct 2000 00:05:06 +0000 (00:05 +0000)]
moved getfd and fdt_to_fdi functions and fd_table into getfd file; moved
fd_table defines to fd.inc

git-svn-id: svn://svn.cc65.org/cc65/trunk@400 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agogetfd.o: new object file
cpg [Sun, 29 Oct 2000 00:02:11 +0000 (00:02 +0000)]
getfd.o: new object file

git-svn-id: svn://svn.cc65.org/cc65/trunk@399 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agodefines for the fd redirection table
cpg [Sun, 29 Oct 2000 00:01:20 +0000 (00:01 +0000)]
defines for the fd redirection table

git-svn-id: svn://svn.cc65.org/cc65/trunk@398 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSplitted the push.s module
cuz [Thu, 26 Oct 2000 20:43:54 +0000 (20:43 +0000)]
Splitted the push.s module

git-svn-id: svn://svn.cc65.org/cc65/trunk@397 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoTwo module splits
cuz [Thu, 26 Oct 2000 20:43:29 +0000 (20:43 +0000)]
Two module splits

git-svn-id: svn://svn.cc65.org/cc65/trunk@396 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSplitted the atexit module. Minor cleanup in doatexit.
cuz [Thu, 26 Oct 2000 06:36:29 +0000 (06:36 +0000)]
Splitted the atexit module. Minor cleanup in doatexit.

git-svn-id: svn://svn.cc65.org/cc65/trunk@395 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoRewrite of spaspidx and staxspidx. More module splits.
cuz [Thu, 26 Oct 2000 06:35:45 +0000 (06:35 +0000)]
Rewrite of spaspidx and staxspidx. More module splits.

git-svn-id: svn://svn.cc65.org/cc65/trunk@394 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoMore module splits
cuz [Wed, 25 Oct 2000 19:53:22 +0000 (19:53 +0000)]
More module splits

git-svn-id: svn://svn.cc65.org/cc65/trunk@393 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoSplitted the lconvert module into three smaller ones to allow for smaller
cuz [Wed, 25 Oct 2000 07:06:55 +0000 (07:06 +0000)]
Splitted the lconvert module into three smaller ones to allow for smaller
executables if not all functions are used.

git-svn-id: svn://svn.cc65.org/cc65/trunk@392 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agouse DISKID define instead of hardcoded value
cpg [Mon, 23 Oct 2000 21:39:45 +0000 (21:39 +0000)]
use DISKID define instead of hardcoded value

git-svn-id: svn://svn.cc65.org/cc65/trunk@391 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoChanged email of Freddy Offenga
cuz [Mon, 23 Oct 2000 21:19:12 +0000 (21:19 +0000)]
Changed email of Freddy Offenga

git-svn-id: svn://svn.cc65.org/cc65/trunk@390 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoHandling of the '+' and ' ' flags was incorrect if the value was negative
cuz [Sat, 21 Oct 2000 21:52:21 +0000 (21:52 +0000)]
Handling of the '+' and ' ' flags was incorrect if the value was negative

git-svn-id: svn://svn.cc65.org/cc65/trunk@389 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agorenamed the functions; adapted them to the new parameters
cpg [Fri, 20 Oct 2000 21:59:05 +0000 (21:59 +0000)]
renamed the functions; adapted them to the new parameters

git-svn-id: svn://svn.cc65.org/cc65/trunk@388 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadded diopp_xxx defines
cpg [Fri, 20 Oct 2000 21:57:50 +0000 (21:57 +0000)]
added diopp_xxx defines

git-svn-id: svn://svn.cc65.org/cc65/trunk@387 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadded _dio_phys_pos structure and renamed the translation functions
cpg [Fri, 20 Oct 2000 15:55:46 +0000 (15:55 +0000)]
added _dio_phys_pos structure and renamed the translation functions

git-svn-id: svn://svn.cc65.org/cc65/trunk@386 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdd the default libraries if both, a target and a config file are given.
cuz [Fri, 20 Oct 2000 14:37:24 +0000 (14:37 +0000)]
Add the default libraries if both, a target and a config file are given.
Previously no startup file and system library were passed to the linker
if a configuration file was specified on the command line.

git-svn-id: svn://svn.cc65.org/cc65/trunk@385 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadapted to new calling parameters (_dhandle_t)
cpg [Wed, 18 Oct 2000 23:54:27 +0000 (23:54 +0000)]
adapted to new calling parameters (_dhandle_t)

git-svn-id: svn://svn.cc65.org/cc65/trunk@384 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agonow returns a pointer to the entry in sectsizetab
cpg [Wed, 18 Oct 2000 23:51:29 +0000 (23:51 +0000)]
now returns a pointer to the entry in sectsizetab

git-svn-id: svn://svn.cc65.org/cc65/trunk@383 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadapted function prototype (comment)
cpg [Wed, 18 Oct 2000 23:50:01 +0000 (23:50 +0000)]
adapted function prototype (comment)

git-svn-id: svn://svn.cc65.org/cc65/trunk@382 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadapted to new parameters
cpg [Wed, 18 Oct 2000 23:47:42 +0000 (23:47 +0000)]
adapted to new parameters

git-svn-id: svn://svn.cc65.org/cc65/trunk@381 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agosst_xxx defines for dio functions
cpg [Wed, 18 Oct 2000 23:43:25 +0000 (23:43 +0000)]
sst_xxx defines for dio functions

git-svn-id: svn://svn.cc65.org/cc65/trunk@380 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoadapted to new parameters (_dhandle_t)
cpg [Wed, 18 Oct 2000 23:41:03 +0000 (23:41 +0000)]
adapted to new parameters (_dhandle_t)

git-svn-id: svn://svn.cc65.org/cc65/trunk@379 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoAdded handling for -h command line parameter
cuz [Wed, 18 Oct 2000 07:29:40 +0000 (07:29 +0000)]
Added handling for -h command line parameter

git-svn-id: svn://svn.cc65.org/cc65/trunk@378 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoput grmemusage table into rodata segment
cpg [Wed, 18 Oct 2000 00:01:13 +0000 (00:01 +0000)]
put grmemusage table into rodata segment

git-svn-id: svn://svn.cc65.org/cc65/trunk@377 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agochanged Atari ZP define to have max. ZP space available
cpg [Tue, 17 Oct 2000 23:51:01 +0000 (23:51 +0000)]
changed Atari ZP define to have max. ZP space available

git-svn-id: svn://svn.cc65.org/cc65/trunk@376 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agowrite functions now get a const void *buffer
cpg [Tue, 17 Oct 2000 21:47:24 +0000 (21:47 +0000)]
write functions now get a const void *buffer

git-svn-id: svn://svn.cc65.org/cc65/trunk@375 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years ago_dio_open and _dio_close functions
cpg [Mon, 16 Oct 2000 23:24:24 +0000 (23:24 +0000)]
_dio_open and _dio_close functions

git-svn-id: svn://svn.cc65.org/cc65/trunk@374 b7a2c559-68d2-44c3-8de9-860c34a00d81

23 years agoget transfer size from sectsizetab
cpg [Mon, 16 Oct 2000 23:23:22 +0000 (23:23 +0000)]
get transfer size from sectsizetab

git-svn-id: svn://svn.cc65.org/cc65/trunk@373 b7a2c559-68d2-44c3-8de9-860c34a00d81