1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +00:00
Commit Graph

7926 Commits

Author SHA1 Message Date
Oliver Schmidt 582aa41f2a Fixed typo. 2018-11-14 18:02:56 +01:00
Oliver Schmidt 4b42d6ad54 Added target docs on the clock_... functions. 2018-11-13 18:33:51 +01:00
Oliver Schmidt 83768a1e8a Fixed two typos. 2018-11-13 18:33:51 +01:00
IrgendwerA8 d0053422e9 Code review aftermath 2: Put defines into parentheses 2018-11-12 14:36:40 +01:00
IrgendwerA8 61a9871c21 Adaptations due to code review. 2018-11-12 14:36:40 +01:00
IrgendwerA8 f86ebbd258 Support for self explanatory KBCODE values 2018-11-12 14:36:40 +01:00
Olli Savia 8b4179d104 Added VIC control register names 2018-11-12 14:14:16 +01:00
jede 2fb4b568e4 Fix duplicated variables 2018-11-10 12:31:15 +01:00
jede b80e11febc Stratsed vectors added 2018-11-10 12:31:15 +01:00
jede a6b0b9d850 Some variables from TELEMON 2.4 added 2018-11-10 12:31:15 +01:00
IrgendwerA8 923fa8fc93 Saved 2 bytes and fixed error in case of negative result. 2018-11-09 17:27:35 -05:00
Greg King 2acfa5e78f Made div-test.c use doesclrscrafterexit().
It no longer waits for a key tap if it doesn't need to do that.

Also, normalized the source code formatting.
2018-11-09 17:11:03 -05:00
Oliver Schmidt 8fd1db4d78 Added basic docs on the clock_... functions. 2018-11-08 20:43:46 +01:00
Oliver Schmidt 679d0468b9 Updated URLs. 2018-11-06 11:57:57 +01:00
Oliver Schmidt 40f42e977f Adjusted comments to match actual prototypes. 2018-11-06 11:13:23 +01:00
jede f5534a5432 Add definitions in telestrat.inc (TELEMON 2.4) 2018-11-02 09:57:18 +01:00
Greg King c2568d804d Fixed the Plus4's serial driver's ACIA address. 2018-10-23 19:52:23 -04:00
Greg King 554448a1f1 .byt "" emits no data; avoid a ca65 crash.
Fixes #775 on GitHub.
2018-10-20 13:41:52 -04:00
jede 385260e453 Fix comments and TELEMON uppercase 2018-10-19 23:43:40 +02:00
jede a22b10e72b Correct grab default value 2018-10-19 23:43:40 +02:00
jede af7b271f55 update ld65.sgml with telestrat target 2018-10-19 23:43:40 +02:00
jede 5585396532 By default, we get the memory reserved for hires mode 2018-10-19 23:43:40 +02:00
jede 6a18ad5fbf Clean wherey.s 2018-10-19 23:43:40 +02:00
jede ff182f9498 Cleaning telestrat.cfg (no need to have bashead segment). Some primitives added 2018-10-19 23:43:40 +02:00
jede ee7514fea2 Remove BASHEAD segment which is not useful 2018-10-19 23:43:40 +02:00
Evgeny Vrublevsky f73aa2af71 '--no-std-lib' was renamed to '--no-target-lib' 2018-10-19 10:57:10 +02:00
Evgeny Vrublevsky d4088f9eee Don't output a warning about alignment when section address is defined by START or OFFSET and fits required alignment requirements 2018-10-18 15:37:14 +02:00
Oliver Schmidt 96196f00e9 Adjusted library name. 2018-10-18 13:22:26 +02:00
Evgeny Vrublevsky 8084702a58 Renamed to '--no-std-lib' 2018-10-18 13:08:56 +02:00
Evgeny Vrublevsky 23b5cc870e Renamed to '--no-crt-lib' 2018-10-18 13:08:56 +02:00
Evgeny Vrublevsky 2a9bb0d8de CL65: --no-rtl option for disabling default runtime library 2018-10-18 13:08:56 +02:00
Brad Smith 16aec54276 ca65.sgml fails to document z: a: f: address size override prefixes. 2018-10-18 08:12:55 +02:00
laubzega 5fa79be997 Post-review tweaks. 2018-10-16 09:55:02 +02:00
laubzega 7d9485f6bc Typo 2018-10-16 09:55:02 +02:00
laubzega cf7f3abadd Even more optimization, cleanup, bugfix, comments. 2018-10-16 09:55:02 +02:00
laubzega d3665b263e Stack adjustment code optimizations. 2018-10-16 09:55:02 +02:00
laubzega 249248ccc8 Formatting tweaks. 2018-10-16 09:45:30 +02:00
laubzega 6d8c315cdb Testcase added. 2018-10-16 09:45:30 +02:00
laubzega 8eb9f4a8aa Fix for issue #735 2018-10-16 09:45:30 +02:00
Greg King 03e43d1fbf Changed a comment and an error message into more specific text. 2018-10-08 20:39:46 -04:00
laubzega 92defb7a2b Fix crash due to mistaken symbol identity. 2018-10-08 16:27:00 +02:00
greg-king5 4a38b92a4b Merged pull request #771 from DankRank/master.
da65: properly scan empty strings in info file.
2018-10-08 01:24:04 -04:00
Egor 0149de4da7 da65: properly scan empty strings
Previously, doing something like `LABEL { NAME ""; ADDR $1000; };` would
result in $1000 being labeled as NAME: instead of being unnamed.
2018-10-06 21:55:42 +03:00
Greg King f11ae87ada Always put goto stack-adjustments in the RODATA segment. 2018-10-02 23:19:38 -04:00
Oliver Schmidt 88d1d20cd0 Minor style adjustment. 2018-10-02 18:53:01 +02:00
laubzega 2bb4abda23 Testcase .ref updated for new warning style. 2018-10-02 18:49:53 +02:00
laubzega 02a914625b Formatting fixes. 2018-10-02 18:49:53 +02:00
laubzega 2ec21c5b7f Fix non-goto jumps (i.e. inline assembly). 2018-10-02 18:49:53 +02:00
laubzega 8845e71161 Another warning. 2018-10-02 18:49:53 +02:00
laubzega 6ad79067ac Fix a warning. 2018-10-02 18:49:53 +02:00