]> git.sur5r.net Git - cc65/log
cc65
7 years agoMerge pull request #348 from SvOlli/release
Oliver Schmidt [Tue, 20 Sep 2016 14:19:45 +0000 (16:19 +0200)]
Merge pull request #348 from SvOlli/release

ca65: added .P4510 and .IFP4510 pseudo commands

7 years agoMerge pull request #341 from alexthissen/master
Oliver Schmidt [Wed, 14 Sep 2016 08:23:44 +0000 (10:23 +0200)]
Merge pull request #341 from alexthissen/master

Update exehdr.s for Lynx target

7 years agoFixed last linefeed and notation convention errors. 341/head
Alex Thissen [Tue, 13 Sep 2016 20:02:37 +0000 (22:02 +0200)]
Fixed last linefeed and notation convention errors.

7 years agoremoved 'make clean' invoked from test/Makefile for test/assembler/Makefile, as all... 348/head
Sven Oliver Moll [Tue, 13 Sep 2016 09:54:56 +0000 (11:54 +0200)]
removed 'make clean' invoked from test/Makefile for test/assembler/Makefile, as all artifacts are now created in testwrk and will be cleaned up out of directory

7 years agore-adding WORKDIR to Makefile
Sven Oliver Moll [Tue, 13 Sep 2016 09:28:11 +0000 (11:28 +0200)]
re-adding WORKDIR to Makefile
- added workaround to remove *.o files after assembling
- also removed now obsolete clean target

7 years agoRevert "test/assembler: removed WORKDIR variable, as remote assembling does only...
Sven Oliver Moll [Tue, 13 Sep 2016 09:21:25 +0000 (11:21 +0200)]
Revert "test/assembler: removed WORKDIR variable, as remote assembling does only work partly"

This reverts commit 7a9a7c3188bf36b278922439f957af7dab4617c2.

7 years agoMerge pull request #349 from groessler/something_to_pull
Oliver Schmidt [Tue, 13 Sep 2016 08:27:48 +0000 (10:27 +0200)]
Merge pull request #349 from groessler/something_to_pull

Atari: fix lookup of default device on XDOS.

7 years agoAtari: fix lookup of default device on XDOS. 349/head
Christian Groessler [Mon, 12 Sep 2016 21:34:10 +0000 (23:34 +0200)]
Atari: fix lookup of default device on XDOS.

Stefan Dorndorf, author of XDOS, pointed out that retrieving the
default device by looking at an undocumented memory location won't
work in future XDOS versions.
He also showed a way to get the default device in a compatible
manner.

This change implements his method and adds a version check (XDOS
versions below 2.4 don't support this -- for them the behaviour
will be the same as, for example, AtariDOS: no notion of a default
drive).

7 years agoadded missing ',' in documentation.
Sven Oliver Moll [Mon, 12 Sep 2016 16:38:10 +0000 (18:38 +0200)]
added missing ',' in documentation.

7 years agoChanged __BLOCKSIZE__ to __BANK0BLOCKSIZE__.
Alex Thissen [Sun, 11 Sep 2016 20:26:52 +0000 (22:26 +0200)]
Changed __BLOCKSIZE__ to __BANK0BLOCKSIZE__.
Added __BANK1BLOCKSIZE__ which defaults to 0.

7 years agoadded forgotten testcase for testing cpu based conditional assembling
Sven Oliver Moll [Wed, 7 Sep 2016 17:49:21 +0000 (19:49 +0200)]
added forgotten testcase for testing cpu based conditional assembling

7 years agoadded 4510 cpu detection to getcpu.s
Sven Oliver Moll [Wed, 7 Sep 2016 17:44:11 +0000 (19:44 +0200)]
added 4510 cpu detection to getcpu.s

7 years agotest/assembler: removed WORKDIR variable, as remote assembling does only work partly
Sven Oliver Moll [Wed, 7 Sep 2016 17:41:37 +0000 (19:41 +0200)]
test/assembler: removed WORKDIR variable, as remote assembling does only work partly

7 years agoAdded assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase
Sven Oliver Moll [Wed, 7 Sep 2016 17:21:24 +0000 (19:21 +0200)]
Added assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase

7 years agoMerge pull request #345 from SvOlli/release
Oliver Schmidt [Wed, 7 Sep 2016 08:11:47 +0000 (10:11 +0200)]
Merge pull request #345 from SvOlli/release

migrated opcodes tests for assembler from testcode to test...

7 years agoMerge pull request #347 from groessler/something_to_pull
Oliver Schmidt [Tue, 6 Sep 2016 15:59:12 +0000 (17:59 +0200)]
Merge pull request #347 from groessler/something_to_pull

Fix some typos.

7 years agoFix some typos. 347/head
Christian Groessler [Tue, 6 Sep 2016 13:13:44 +0000 (15:13 +0200)]
Fix some typos.

7 years agoadded README for test/assembler 345/head
Sven Oliver Moll [Tue, 6 Sep 2016 12:54:21 +0000 (14:54 +0200)]
added README for test/assembler

7 years agoMerge pull request #344 from greg-king5/huc6280-disassembler
Oliver Schmidt [Sun, 4 Sep 2016 10:25:28 +0000 (12:25 +0200)]
Merge pull request #344 from greg-king5/huc6280-disassembler

Fix some bugs in the da65 disassembler's HuC6280 section.

7 years agoAdded comment about commented-out value.
Oliver Schmidt [Sun, 4 Sep 2016 10:22:11 +0000 (12:22 +0200)]
Added comment about commented-out value.

7 years agomigrated opcodes tests for assembler from testcode to test for inclusion on automated...
Sven Oliver Moll [Sat, 3 Sep 2016 14:45:59 +0000 (16:45 +0200)]
migrated opcodes tests for assembler from testcode to test for inclusion on automated testing

7 years agoAdded commented placeholder for future Mitsubishi 740 CPU in "cpu.mac".
greg-king5 [Fri, 2 Sep 2016 21:55:39 +0000 (17:55 -0400)]
Added commented placeholder for future Mitsubishi 740 CPU in "cpu.mac".

7 years agoFixed some bugs in da65's HuC6280 section. 344/head
Greg King [Fri, 2 Sep 2016 18:24:29 +0000 (14:24 -0400)]
Fixed some bugs in da65's HuC6280 section.

7 years agoSkipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac".
Greg King [Thu, 1 Sep 2016 00:41:17 +0000 (20:41 -0400)]
Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac".

7 years agoMerge pull request #343 from SvOlli/release
Oliver Schmidt [Wed, 31 Aug 2016 20:05:49 +0000 (22:05 +0200)]
Merge pull request #343 from SvOlli/release

Add 4510 support for C65/C64DX

7 years ago4510 support: yet another round up little updates 343/head
Sven Oliver Moll [Wed, 31 Aug 2016 18:18:54 +0000 (20:18 +0200)]
4510 support: yet another round up little updates

7 years ago4510 support: added some other small improvements:
Sven Oliver Moll [Tue, 30 Aug 2016 20:58:40 +0000 (22:58 +0200)]
4510 support: added some other small improvements:
- fixed typo in doc/ca65.sgml
- Greg found a way to get rid of one extra opcode handling in total

7 years ago4510 support: fixed some cosmetical stuff and documentation
Sven Oliver Moll [Mon, 29 Aug 2016 21:29:31 +0000 (23:29 +0200)]
4510 support: fixed some cosmetical stuff and documentation

7 years agoAdd 4510 support for C65/C64DX
Sven Oliver Moll [Mon, 29 Aug 2016 08:45:18 +0000 (10:45 +0200)]
Add 4510 support for C65/C64DX

7 years agoMerge pull request #338 from IrgendwerA8/master
Oliver Schmidt [Sun, 28 Aug 2016 09:22:44 +0000 (11:22 +0200)]
Merge pull request #338 from IrgendwerA8/master

Allow use of different charmaps on Atari target

7 years agoInternal/screen character mapping: Supressed warnings for re-map and added documentation. 338/head
IrgendwerA8 [Sat, 27 Aug 2016 20:02:08 +0000 (22:02 +0200)]
Internal/screen character mapping: Supressed warnings for re-map and added documentation.

7 years agoUpdate exehdr.s
alexthissen [Sat, 27 Aug 2016 19:58:13 +0000 (21:58 +0200)]
Update exehdr.s

Fix for memory bank 1 which should be zero for almost all cartridges for emulators to work correctly.

7 years agoMade cc65 not warn us when we change character code 0x00 back to itself.
Greg King [Fri, 26 Aug 2016 11:39:39 +0000 (07:39 -0400)]
Made cc65 not warn us when we change character code 0x00 back to itself.

7 years agoAdded -Wc to the (pseudo) output dump.
Oliver Schmidt [Fri, 26 Aug 2016 09:06:58 +0000 (11:06 +0200)]
Added -Wc to the (pseudo) output dump.

7 years agoMerge pull request #336 from cacciatc/switch-error-fix
Oliver Schmidt [Sun, 21 Aug 2016 13:07:42 +0000 (15:07 +0200)]
Merge pull request #336 from cacciatc/switch-error-fix

Switch error fix

7 years agoUpdated comment regarding curly braces. 336/head
Chris Cacciatore [Sat, 20 Aug 2016 16:42:29 +0000 (09:42 -0700)]
Updated comment regarding curly braces.

7 years agoUpdated switch statement comments.
Chris Cacciatore [Sat, 20 Aug 2016 03:21:10 +0000 (20:21 -0700)]
Updated switch statement comments.

* Now comments represent the fact that there may not be curly braces.

7 years agoAllow use of different charmaps on Atari target
IrgendwerA8 [Fri, 19 Aug 2016 15:27:41 +0000 (17:27 +0200)]
Allow use of different charmaps on Atari target

7 years agoMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
Oliver Schmidt [Tue, 16 Aug 2016 07:23:28 +0000 (09:23 +0200)]
Merge pull request #335 from IrgendwerA8/SMC_macro_fixes

SMC macro fixes for changed .paramcount and byte overflow behavior

7 years agoNow testing switch statements with empty bodies.
Chris Cacciatore [Mon, 15 Aug 2016 18:36:50 +0000 (11:36 -0700)]
Now testing switch statements with empty bodies.

7 years agoAdded Duff's Device to tests.
Chris Cacciatore [Mon, 15 Aug 2016 18:26:03 +0000 (11:26 -0700)]
Added Duff's Device to tests.

7 years agoRemoved check for LCURLY in switch statements.
Chris Cacciatore [Mon, 15 Aug 2016 02:55:03 +0000 (19:55 -0700)]
Removed check for LCURLY in switch statements.

7 years agoMerge pull request #334 from cacciatc/standard-versioning
Oliver Schmidt [Sun, 14 Aug 2016 20:18:19 +0000 (22:18 +0200)]
Merge pull request #334 from cacciatc/standard-versioning

All programs print version and exit successfully.

7 years agoUpdate smc.inc 335/head
Irgendwer [Sun, 14 Aug 2016 17:35:35 +0000 (19:35 +0200)]
Update smc.inc

7 years agoSMC macro fixes for changed .paramcount and byte overflow behavior
IrgendwerA8 [Sun, 14 Aug 2016 17:33:09 +0000 (19:33 +0200)]
SMC macro fixes for changed .paramcount and byte overflow behavior

7 years agoAll programs print version and exit successfully. 334/head
Chris Cacciatore [Thu, 11 Aug 2016 23:46:48 +0000 (16:46 -0700)]
All programs print version and exit successfully.

* All programs are now using the ProgName variable as well.

7 years agoMerge pull request #332 from greg-king5/interrupt-functions
Oliver Schmidt [Thu, 11 Aug 2016 17:12:36 +0000 (19:12 +0200)]
Merge pull request #332 from greg-king5/interrupt-functions

Add C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM.

7 years agoMinor style fix.
Oliver Schmidt [Wed, 10 Aug 2016 09:38:11 +0000 (11:38 +0200)]
Minor style fix.

7 years agoFixed test negation. (#329)
Chris Cacciatore [Tue, 9 Aug 2016 19:46:51 +0000 (12:46 -0700)]
Fixed test negation. (#329)

Fixed test negation.

7 years agoAdded C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM. 332/head
Greg King [Sun, 7 Aug 2016 19:47:45 +0000 (15:47 -0400)]
Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM.

7 years agoMerge pull request #328 from cacciatc/print-sym-name-incompatible-ptr-types
Oliver Schmidt [Fri, 5 Aug 2016 11:31:34 +0000 (13:31 +0200)]
Merge pull request #328 from cacciatc/print-sym-name-incompatible-ptr-types

Reporting sym name for incompatible pointer types.

7 years agoAdded the WDC65c02S WAI and STP mnemonics to the disassembler.
Greg King [Tue, 2 Aug 2016 20:38:39 +0000 (16:38 -0400)]
Added the WDC65c02S WAI and STP mnemonics to the disassembler.

7 years agoReporting sym name for incompatible pointer types. 328/head
Chris Cacciatore [Tue, 2 Aug 2016 18:31:09 +0000 (11:31 -0700)]
Reporting sym name for incompatible pointer types.

7 years agoMerge pull request #326 from dmlloyd/master
greg-king5 [Fri, 29 Jul 2016 17:09:15 +0000 (13:09 -0400)]
Merge pull request #326 from dmlloyd/master

Add missing WDC instructions

7 years agoAdd missing WDC instructions 326/head
David M. Lloyd [Thu, 28 Jul 2016 16:43:52 +0000 (11:43 -0500)]
Add missing WDC instructions

7 years agoUsed more mundane addressing in some of the instructions in "zlib/inflatemem.s".
Greg King [Tue, 19 Jul 2016 14:42:49 +0000 (10:42 -0400)]
Used more mundane addressing in some of the instructions in "zlib/inflatemem.s".

That avoids conflicts with ca65's future .setdp feature.

7 years agoMerge pull request #323 from bbbradsmith/rand_fix
Oliver Schmidt [Thu, 14 Jul 2016 19:58:26 +0000 (21:58 +0200)]
Merge pull request #323 from bbbradsmith/rand_fix

Fix broken rand() implementation.

7 years agoFix broken rand() implementation. The high 8 bits were unused, reducing it to a 24... 323/head
Brad Smith [Tue, 12 Jul 2016 00:48:47 +0000 (20:48 -0400)]
Fix broken rand() implementation. The high 8 bits were unused, reducing it to a 24-bit implementation (while still doing all the work for a 32-bit one). The best entropy is in the unused high byte, returning these bits in A instead of bits 8-15, which had considerably lower entropy (i.e. rand() & 255 was effectively a 16-bit LCG).

7 years agoMerge pull request #322 from greg-king5/inflatemem
Oliver Schmidt [Sun, 10 Jul 2016 17:36:35 +0000 (19:36 +0200)]
Merge pull request #322 from greg-king5/inflatemem

Make inflatemem()'s source file use its enhanced instructions for 65SC02 CPUs, too.

7 years agoMade the zlib's inflatemem()'s source file use enhanced instructions for all 65SC02... 322/head
Greg King [Sun, 10 Jul 2016 08:11:07 +0000 (04:11 -0400)]
Made the zlib's inflatemem()'s source file use enhanced instructions for all 65SC02-compatible CPUs (not only the 65C02).

7 years agoMerge pull request #320 from groessler/something_to_pull
Oliver Schmidt [Wed, 6 Jul 2016 07:12:54 +0000 (09:12 +0200)]
Merge pull request #320 from groessler/something_to_pull

sim65: add command line parameter to print number of CPU cycles at exit

7 years agofix indentation 320/head
Christian Groessler [Tue, 5 Jul 2016 15:10:10 +0000 (17:10 +0200)]
fix indentation

7 years agosim65: add command line parameter to print number of CPU cycles at exit
Christian Groessler [Tue, 5 Jul 2016 15:07:39 +0000 (17:07 +0200)]
sim65: add command line parameter to print number of CPU cycles at exit

7 years agoFixed how ca65 handles some debug info from cc65.
Greg King [Sun, 3 Jul 2016 11:07:09 +0000 (07:07 -0400)]
Fixed how ca65 handles some debug info from cc65.

ca65 used to claim that an assembler error/warning was found on a C code line; and, that an Assembly line is only indirectly related to it.
Now, ca65 says that the Assembly line has the problem; and, that the Assembly line was produced from the C line.

7 years agoMade the samples Makefile run cl65 only when we want a disk image.
Greg King [Sun, 3 Jul 2016 06:14:33 +0000 (02:14 -0400)]
Made the samples Makefile run cl65 only when we want a disk image.

That change avoids an error message when we "make clean" from the top-level make-file (it removes the tools before it cleans the samples).

7 years agoFixed some code that adjusts an index after a deletion from a collection.
Greg King [Sat, 2 Jul 2016 14:26:33 +0000 (10:26 -0400)]
Fixed some code that adjusts an index after a deletion from a collection.

7 years agoMerge pull request #315 from skry/fixes
Oliver Schmidt [Thu, 23 Jun 2016 12:57:21 +0000 (14:57 +0200)]
Merge pull request #315 from skry/fixes

Fix typo in samples makefile

7 years agoFix typo in samples makefile 315/head
Joni Lapilainen [Thu, 23 Jun 2016 12:41:03 +0000 (15:41 +0300)]
Fix typo in samples makefile

7 years agoMade the overlay demo programs compile for CBM targets again.
Greg King [Sun, 19 Jun 2016 21:38:37 +0000 (17:38 -0400)]
Made the overlay demo programs compile for CBM targets again.

<conio.h> includes target-specific headers; so, we didn't bother to include <cbm.h> where it is needed.  But, '#include <conio.h>' was removed from some files; so now, we must include <cbm.h> explicitly.

7 years agoImproved doc and samples default target.
Oliver Schmidt [Sun, 19 Jun 2016 16:55:00 +0000 (18:55 +0200)]
Improved doc and samples default target.

The 'all' target deliberately doesn't build the doc nor the samples. But that doesn't mean that the Makefiles in the 'doc' and 'samples' directories must default to the (empty) 'all' target.

7 years agoAdded CONIO cursor support.
Oliver Schmidt [Sun, 19 Jun 2016 13:03:20 +0000 (15:03 +0200)]
Added CONIO cursor support.

For quite some time I deliberately didn't add cursor support to the Apple II CONIO imöplementation. I consider it inappropriate to increase the size of cgetc() unduly for a rather seldom used feature.

There's no hardware cursor on the Apple II so displaying a cursor during keyboard input means reading the character stored at the cursor location, writing the cursor character, reading the keyboard and finally writing back the character read initially.

The naive approach is to reuse the part of cputc() that determines the memory location of the character at the cursor position in order to read the character stored there. However that means to add at least one additional JSR / RTS pair to cputc() adding 4 bytes and 12 cycles :-( Apart from that this approach means still a "too" large cgetc().

The approach implemented instead is to include all functionality required by cgetc() into cputc() - which is to read the current character before writing a new one. This may seem surprising at first glance but an LDA(),Y / TAX sequence adds only 3 bytes and 7 cycles so it cheaper than the JSR / RTS pair and allows to brings down the code increase in cgetc() down to a reasonable value.

However so far the internal cputc() code in question saved the X register. Now it uses the X register to return the old character present before writing the new character for cgetc(). This requires some rather small adjustments in other functions using that internal cputc() code.

7 years agoAdjusted to recent change.
Oliver Schmidt [Sat, 18 Jun 2016 23:39:27 +0000 (01:39 +0200)]
Adjusted to recent change.

7 years agoMade Makefile actually work.
Oliver Schmidt [Sat, 18 Jun 2016 23:22:59 +0000 (01:22 +0200)]
Made Makefile actually work.

Supported target systems:
* c64 (default)
* apple2
* apple2enh
* atari
* atarixl

7 years agoMinor simplification.
Oliver Schmidt [Sat, 18 Jun 2016 21:39:21 +0000 (23:39 +0200)]
Minor simplification.

7 years agoMake use of doesclrscrafterexit().
Oliver Schmidt [Sat, 18 Jun 2016 21:35:57 +0000 (23:35 +0200)]
Make use of doesclrscrafterexit().

7 years agoMerge pull request #313 from greg-king5/plus4-joy
Oliver Schmidt [Sat, 18 Jun 2016 21:23:55 +0000 (23:23 +0200)]
Merge pull request #313 from greg-king5/plus4-joy

Fix the Plus/4 (and C16) joystick driver.

7 years agoFixed the Plus/4 joystick driver. 313/head
Greg King [Sat, 18 Jun 2016 17:18:26 +0000 (13:18 -0400)]
Fixed the Plus/4 joystick driver.

It chooses a stick correctly.  And, it reads the fire button.

7 years agoMerge pull request #312 from groessler/atari-exec-devel
Oliver Schmidt [Thu, 16 Jun 2016 09:49:18 +0000 (11:49 +0200)]
Merge pull request #312 from groessler/atari-exec-devel

Fix exec() for atarixl target.

7 years agoA small rearrangement of instructions in Atari's exec() to let the comments 312/head
Christian Groessler [Wed, 15 Jun 2016 22:47:13 +0000 (00:47 +0200)]
A small rearrangement of instructions in Atari's exec() to let the comments
make sense again.

7 years agoFix exec() for atarixl target.
Christian Groessler [Wed, 15 Jun 2016 21:52:16 +0000 (23:52 +0200)]
Fix exec() for atarixl target.

The final part of exec() called 'excexit' and only then restored the
stack pointer to its value at program entry.  'excexit' does all
cleanup (the same as '_exit()'), which means that on the atarixl
target the ROM is banked in again.  On big programs the 'SP_save'
variable might reside at a high memory address which is no longer
accessible after the ROM has been banked in.
The change just moves the restoration of the stack pointer before
the call to 'excexit'.

Another change lets exec.s compile if UCASE_FILENAME is not defined.
And some other small cleanups, also in open.s.

7 years agoMerge pull request #311 from groessler/something_to_pull
Oliver Schmidt [Wed, 15 Jun 2016 06:59:50 +0000 (08:59 +0200)]
Merge pull request #311 from groessler/something_to_pull

Fix doesclrscrafterexit() function on atarixl target.

7 years agoMerge pull request #310 from groessler/atari-exec-devel
Oliver Schmidt [Wed, 15 Jun 2016 06:58:23 +0000 (08:58 +0200)]
Merge pull request #310 from groessler/atari-exec-devel

Implement exec() for Atari XDOS.

7 years agoSome improvements to Atari exec() after review. 310/head
Christian Groessler [Tue, 14 Jun 2016 18:44:57 +0000 (20:44 +0200)]
Some improvements to Atari exec() after review.

7 years agoFix doesclrscrafterexit() function on atarixl target. 311/head
Christian Groessler [Mon, 13 Jun 2016 19:16:27 +0000 (21:16 +0200)]
Fix doesclrscrafterexit() function on atarixl target.

On atarixl, the screen is always cleared, regardless of the running DOS.

7 years agoImplement exec() for Atari XDOS.
Christian Groessler [Mon, 13 Jun 2016 18:40:01 +0000 (20:40 +0200)]
Implement exec() for Atari XDOS.

- Adds new ENOEXEC error code, also used by Apple2 targets.
- Maximum command line length is 40, incl. program name. This is
  an XDOS restriction.
- testcode/lib/tinyshell.c has been extended to be able to run
  programs.

7 years agoAdded hint on how to quit program.
Oliver Schmidt [Sun, 12 Jun 2016 21:48:19 +0000 (23:48 +0200)]
Added hint on how to quit program.

7 years agoAvoid warnings on monochrom targets (and remove unnecessary code).
Oliver Schmidt [Sun, 12 Jun 2016 20:56:26 +0000 (22:56 +0200)]
Avoid warnings on monochrom targets (and remove unnecessary code).

7 years agoAllow to build samples from the main Makefile.
Oliver Schmidt [Sun, 12 Jun 2016 20:54:23 +0000 (22:54 +0200)]
Allow to build samples from the main Makefile.

7 years agoMerge pull request #309 from greg-king5/map-zero
Oliver Schmidt [Sat, 11 Jun 2016 14:13:24 +0000 (16:13 +0200)]
Merge pull request #309 from greg-king5/map-zero

Allow character code 0x00 to be remapped with other character codes.

7 years agoAllowed character code zero to be remapped with other character codes. 309/head
Greg King [Sat, 11 Jun 2016 10:43:19 +0000 (06:43 -0400)]
Allowed character code zero to be remapped with other character codes.

7 years agoMerge pull request #308 from greg-king5/funcref
Oliver Schmidt [Thu, 9 Jun 2016 06:57:03 +0000 (08:57 +0200)]
Merge pull request #308 from greg-king5/funcref

Update the function reference document.

7 years agoUpdated the function reference document. 308/head
Greg King [Thu, 9 Jun 2016 01:05:00 +0000 (21:05 -0400)]
Updated the function reference document.

* Added doesclrscrafterexit() to cc65.h's list.
* Added header-file function lists for some new target platforms.

7 years agoMerge pull request #307 from groessler/something_to_pull2
Oliver Schmidt [Tue, 7 Jun 2016 13:13:28 +0000 (15:13 +0200)]
Merge pull request #307 from groessler/something_to_pull2

Add Atari version of of doesclrscrafterexit().

7 years agoUse 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common. 307/head
Christian Groessler [Tue, 7 Jun 2016 13:05:00 +0000 (15:05 +0200)]
Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common.
Fix include/atari.h formatting.

7 years agofix wrong header reference in doesclrscrafterexit() description
Christian Groessler [Tue, 7 Jun 2016 10:22:25 +0000 (12:22 +0200)]
fix wrong header reference in doesclrscrafterexit() description

7 years agoAdd issues from pull request #307.
Christian Groessler [Tue, 7 Jun 2016 10:05:28 +0000 (12:05 +0200)]
Add issues from pull request #307.

7 years agoMerge pull request #306 from groessler/something_to_pull
Oliver Schmidt [Tue, 7 Jun 2016 08:21:59 +0000 (10:21 +0200)]
Merge pull request #306 from groessler/something_to_pull

Some Atari runtime library fixes.

7 years agoAdd Atari version of of doesclrscrafterexit().
Christian Groessler [Mon, 6 Jun 2016 22:42:51 +0000 (00:42 +0200)]
Add Atari version of of doesclrscrafterexit().

- Update documentation.
- Update atari.h and apple2.h header files.
- Adapt Atari test/target programs.
- Fix a typo in "div" entry in funcref.sgml.

7 years agoSome Atari runtime library fixes. 306/head
Christian Groessler [Mon, 6 Jun 2016 20:45:20 +0000 (22:45 +0200)]
Some Atari runtime library fixes.

* libsrc/atari/ucase_fn.s: Fix handling if input parameter 'tmp2' is 0.
* libsrc/atari/open.s: Set 'tmp2' parameter for 'ucase_fn' if DEFAULT_DEVICE
  is not defined.

7 years agoIntroduced internal gotoxy that pops both parameters.
Oliver Schmidt [Sun, 5 Jun 2016 12:58:38 +0000 (14:58 +0200)]
Introduced internal gotoxy that pops both parameters.

About all CONIO functions offering a <...>xy variant call
  popa
  _gotoxy

By providing an internal gotoxy variant that starts with a popa all those CONIO function can be shortened by 3 bytes. As soon as program calls more than one CONIO function this means an overall code size reduction.