2019-05-08 |
Oliver Schmidt | Fixed _textcolor definition. master |
commit | commitdiff |
2019-05-01 |
Christian Groessler | ld65.sgml: document '--allow-multiple-definition' switch |
commit | commitdiff |
2019-05-01 |
Christian Groessler | src/ld65/main.c: fix copy'n'paste error in comment |
commit | commitdiff |
2019-05-01 |
Christian Groessler | ld65: implement '--allow-multiple-definition' command... |
commit | commitdiff |
2019-05-01 |
Christian Groessler | src/ld65/exports.c: Issue an error instead of a warning... |
commit | commitdiff |
2019-05-01 |
Brad Smith | goto.c warning fix for implicit truncation |
commit | commitdiff |
2019-04-30 |
Christian Groessler | again, some TABs slipped into the code... |
commit | commitdiff |
2019-04-30 |
Oliver Schmidt | Adjusted doc to code. |
commit | commitdiff |
2019-04-25 |
IrgendwerA8 | Fix for #830 supplied by UvB |
commit | commitdiff |
2019-04-24 |
Christian Groessler | cfg/atari-xex.cfg: fix typo in comment |
commit | commitdiff |
2019-04-23 |
Greg King | Made the code that logs indirect-goto referals be a... |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Document computed gotos |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Replace hard returns with an "else", add an error for... |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Return after errors, move left bracket consumption... |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | C90 param, void |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Fix missing spaces |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Adjustment for '816 |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Add support for computed gotos |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Add a goto indirect jump from pointer |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Export the label symbol table |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Only for jumps, the lib uses named asm labels in branches |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Fix jmp-callax.c bug |
commit | commitdiff |
2019-04-21 |
Lauri Kasanen | Add test showing optimizer failure, OptUnusedLoads... |
commit | commitdiff |
2019-04-13 |
Oliver Schmidt | Added '_' prefix to sin and cos. |
commit | commitdiff |
2019-04-13 |
Christian Groessler | atari5200.sgml: small fix for last change |
commit | commitdiff |
2019-04-13 |
Christian Groessler | atari5200: update docs for recent conio changes |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: name conio constructor 'initconio' |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: testcode/lib/atari5200/hello.c: adapt to... |
commit | commitdiff |
2019-04-12 |
Christian Groessler | Revert "atari5200: fix COLOR defines' names" |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: changes from discussions in #870 |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: get rid of conio_colors table |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: fix COLOR defines' names |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: conio now uses just four colors altogether |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: add screensize function |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: add alternative conio screen (20x12 resolution) |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari5200: implement bgcolor() and textcolor() |
commit | commitdiff |
2019-04-12 |
Christian Groessler | atari: split color.s into bordercolor.s and bgcolor.s |
commit | commitdiff |
2019-04-04 |
Oliver Schmidt | Minor clarification. |
commit | commitdiff |
2019-04-04 |
Oliver Schmidt | Fixed typo. |
commit | commitdiff |
2019-04-04 |
Oliver Schmidt | Avoid unintended file "shadowing". |
commit | commitdiff |
2019-04-02 |
IrgendwerA8 | Adjusted to the current multiline-comment style. |
commit | commitdiff |
2019-04-02 |
IrgendwerA8 | Fix for multiplication optimization issue #367 |
commit | commitdiff |
2019-04-01 |
Steven Hugg | Code cleanup per code review |
commit | commitdiff |
2019-04-01 |
Steven Hugg | cleaned up code per review |
commit | commitdiff |
2019-04-01 |
Steven Hugg | fixed optimization bug where array index is 16-bit... |
commit | commitdiff |
2019-04-01 |
Steven Hugg | rearranged order of new optimizations to better handle... |
commit | commitdiff |
2019-04-01 |
Steven Hugg | added optimization for indexed 16-bit array load of... |
commit | commitdiff |
2019-04-01 |
Steven Hugg | added optimization for indexed pointer load of a consta... |
commit | commitdiff |
2019-03-30 |
Olli Savia | Fixed gcc compiler warning (#867) |
commit | commitdiff |
2019-03-30 |
greg-king5 | Removed a "cc65_" prefix. |
commit | commitdiff |
2019-03-29 |
IrgendwerA8 | Added space after function name. |
commit | commitdiff |
2019-03-29 |
IrgendwerA8 | Code review adaptations, removed "cc65_" prefix from... |
commit | commitdiff |
2019-03-29 |
IrgendwerA8 | Moved documentation to funcref. |
commit | commitdiff |
2019-03-29 |
IrgendwerA8 | Changes due to code review. |
commit | commitdiff |
2019-03-29 |
IrgendwerA8 | Optimized mul20 & mul40 and extracted to new library. |
commit | commitdiff |
2019-03-25 |
greg-king5 | Merge pull request #863 from Compyx/master |
commit | commitdiff |
2019-03-24 |
Bas Wassink | Restore src/cc65/locals.c:278 to its orignal state 863/head |
commit | commitdiff |
2019-03-24 |
Bas Wassink | Forgot a cast, sorry |
commit | commitdiff |
2019-03-24 |
Bas Wassink | Revert accidentally committed changes for a future PR |
commit | commitdiff |
2019-03-24 |
Bas Wassink | Merge https://github.com/cc65/cc65 |
commit | commitdiff |
2019-03-24 |
Greg King | Fixed LinuxDoc Tools issues in some verbatim blocks... |
commit | commitdiff |
2019-03-23 |
Daniel Serpell | Adds address after JVB instruction in the display list... |
commit | commitdiff |
2019-03-23 |
Bas Wassink | Fix 32/64-bit int/pointer casts |
commit | commitdiff |
2019-03-22 |
Bas Wassink | Remove trailings spaces from CBM-related asm files |
commit | commitdiff |
2019-03-16 |
IrgendwerA8 | Changed enum for FP-register index. 855/head |
commit | commitdiff |
2019-03-13 |
IrgendwerA8 | AtariOS: Fix for FPIDX enum |
commit | commitdiff |
2019-03-11 |
Greg King | Added a C header that translates from the source file... |
commit | commitdiff |
2019-03-11 |
Christian Groessler | Merge remote-tracking branch 'irgendwer/AtariOS_Structu... |
commit | commitdiff |
2019-03-09 |
IrgendwerA8 | Code review changes and improved formatting. 854/head |
commit | commitdiff |
2019-03-08 |
IrgendwerA8 | Atari OS: Reestablished DCB structure, fixed union... |
commit | commitdiff |
2019-03-06 |
Greg King | Renamed a C header. |
commit | commitdiff |
2019-03-06 |
Greg King | Fixed the CBM screen-code C header. |
commit | commitdiff |
2019-03-05 |
Christian Groessler | Merge pull request #852 from IrgendwerA8/AtariOS_Structure |
commit | commitdiff |
2019-03-04 |
IrgendwerA8 | Added missing pointer star for Basic structure. 852/head |
commit | commitdiff |
2019-03-04 |
IrgendwerA8 | Code review changes and build fix. |
commit | commitdiff |
2019-03-04 |
Greg King | Refactorred a CBM screen-code macro, so that we can... |
commit | commitdiff |
2019-03-03 |
IrgendwerA8 | Access Atari OS variables by structure. |
commit | commitdiff |
2019-02-28 |
IrgendwerA8 | Minor math optimizations |
commit | commitdiff |
2019-02-28 |
Oliver Schmidt | Merge pull request #849 from polluks/patch-4 |
commit | commitdiff |
2019-02-26 |
Stefan | Update cbm510.sgml 849/head |
commit | commitdiff |
2019-02-23 |
Christian Groessler | Merge remote-tracking branch 'dmsc/xex-c' into upstream... |
commit | commitdiff |
2019-02-21 |
Daniel Serpell | Change XEX configuration file names to better reflect... 848/head |
commit | commitdiff |
2019-02-21 |
Daniel Serpell | Add sample linker configurations for Atari binary outpu... |
commit | commitdiff |
2019-02-21 |
Daniel Serpell | Separate header and trailers of Atari system_check... |
commit | commitdiff |
2019-02-21 |
Daniel Serpell | Don't write INITAD if the memory area is empty. |
commit | commitdiff |
2019-02-21 |
Daniel Serpell | Add support for INITAD to the Atari binary format. |
commit | commitdiff |
2019-02-21 |
Christian Groessler | un-remove TABs in doc/using-make.sgml |
commit | commitdiff |
2019-02-17 |
Bill Kendrick | Move Atari-specific PIA reg vals to atari.h |
commit | commitdiff |
2019-02-12 |
Christian Groessler | remote TABs in doc/ and test/ |
commit | commitdiff |
2019-02-12 |
Oliver Schmidt | Merge pull request #834 from jedeoric/master |
commit | commitdiff |
2019-02-12 |
Oliver Schmidt | Add translation from PETSCII to screen codes. |
commit | commitdiff |
2019-02-12 |
Stefan | Fixed 65C02 timing again. |
commit | commitdiff |
2019-02-07 |
Oliver Schmidt | Merge pull request #843 from polluks/patch-4 |
commit | commitdiff |
2019-02-07 |
Stefan | Fixed 65C02 timing. 843/head |
commit | commitdiff |
2019-02-05 |
Christian Groessler | remove TABs |
commit | commitdiff |
2019-02-04 |
jede | Fix typo 834/head |
commit | commitdiff |
2019-02-03 |
Daniel Serpell | Adds test code for the Atari (xex) linker file format. 762/head |
commit | commitdiff |
2019-02-03 |
Daniel Serpell | Adds documentation and a sample config file for the... |
commit | commitdiff |
2019-02-03 |
Daniel Serpell | Rewrites ATARI EXE segment writing to optimally write... |
commit | commitdiff |
2019-02-03 |
Daniel Serpell | Don't support overwrite segments. |
commit | commitdiff |
next |