2015-02-12 |
Stephan Mühlstrasser | Include "extzp.inc" instead of using direct imports... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Stephan Mühlstrasser | Don't use .byte in BSS segments, as value is lost anyway. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Stephan Mühlstrasser | Replace zeropage variable with standard tmp variable. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Stephan Mühlstrasser | Remove unneeded commented code. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Stephan Mühlstrasser | Use constants for screen width and height. |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Stephan Mühlstrasser | Incorporated feedback for initial pull request. |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Stephan Mühlstrasser | Added Challenger 1P to list of supported machines. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Stephan Mühlstrasser | Fix formatting, replace tabs with spaces. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Stephan Mühlstrasser | Remove tabs, fixed accidental insertion of stdio.h. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Stephan Mühlstrasser | Add missing newline |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Stephan Mühlstrasser | Merge branch 'master' of https://github.com/cc65/cc65... |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Stephan Mühlstrasser | Minor corrections. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Stephan Mühlstrasser | Completing OSI documentation. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
Stephan Mühlstrasser | Fixed URL for SRecord. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Stephan Mühlstrasser | Minor corrections to documentation. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Stephan Mühlstrasser | Start documentation for Ohio Scientific targets. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Stephan Mühlstrasser | Jump to boot prompt after main program exits. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
Stephan Mühlstrasser | Video RAM mapping table was off by two bytes. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Stephan Mühlstrasser | Remove tab character. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Stephan Mühlstrasser | Rename c1p target to osic1p |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Stephan Mühlstrasser | Configuration file for assembler-only build. |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Oliver Schmidt | Fixed file name of Windows binary snapshot. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Oliver Schmidt | Merge pull request #145 from wlabelle/huc6280-sbc-fix |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Wayne LaBelle | Move SBC to correct location in 6280 instruction table 145/head |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Stephan Mühlstrasser | Minor cleanup of unnecessary newlines. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Oliver Schmidt | Merge pull request #143 from greg-king5/basic-stub |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Greg King | Added more info to a comment. 143/head |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Greg King | Mentioned, in the Atmos document, the extra byte at... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Greg King | Added comments that say why the ZPSAVE1 and ZPSAVE2... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Greg King | Fixed a bug that had padded Atmos binaries with 25... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Greg King | Added a comment. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Stephan Mühlstrasser | Adapted to cc65 assembler coding conventions |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Stephan Mühlstrasser | Removed c1p65 object file converter. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Stephan Mühlstrasser | Set default RAM size to 32 kB. |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Stephan Mühlstrasser | Restructured according to coding conventions. |
commit | commitdiff | tree | snapshot |
2014-12-20 |
Oliver Schmidt | Merge pull request #144 from greg-king5/regression... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Greg King | Made sure that parallel-building the regression-tests... 144/head |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Greg King | Shortenned the code that creates the TESTS make variable. |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Greg King | Use simply-defined make variables. |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Greg King | All regression-tests subdirectories are cleaned before... |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Greg King | Create the makefile variable REFS in the same way that... |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Greg King | Made the makefiles' clean target remove the object... |
commit | commitdiff | tree | snapshot |
2014-12-17 |
Greg King | Added make code to build the optimized versions. |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Greg King | Used an easier-to-remember way of creating a program... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Greg King | Made some descriptions less ambiguous. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Oliver Schmidt | Merge pull request #142 from greg-king5/disassemble... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Stephan Mühlstrasser | Merge branch 'master' of https://github.com/cc65/cc65... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Stephan Mühlstrasser | Removed unused constants |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Stephan Mühlstrasser | Dummy implementation for osmapperrno |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Stephan Mühlstrasser | Added scrsize() function. |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Stephan Mühlstrasser | Undo accidental rename of wrong scrsize.s file. |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Stephan Mühlstrasser | Added scrsize() function. |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Stephan Mühlstrasser | Added cclear() and cclearxy() implementations. |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Greg King | Clarified a segment error message. 142/head |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Greg King | Fixed the detection of where to start and stop segments. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Stephan Mühlstrasser | Added chline and cvline implementation from CBM impleme... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Stephan Mühlstrasser | Set default start address to 0x200 |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Stephan Mühlstrasser | Set cursor in top left corner in clrscr() |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Stephan Mühlstrasser | Implemented cursor functionality. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Stephan Mühlstrasser | Added gotox() and gotoy() implementations. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Oliver Schmidt | Merge pull request #141 from mrdudz/testsuite |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Oliver Schmidt | Merge pull request #140 from peterferrie/master |
commit | commitdiff | tree | snapshot |
2014-11-26 |
mrdudz | scan sources just once 141/head |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Stephan Mühlstrasser | Use CR instead of LF, because this works better over... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
mrdudz | added note on how to continue after failure, added... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
mrdudz | actually use optimization switches |
commit | commitdiff | tree | snapshot |
2014-11-25 |
mrdudz | removed binaries and references from git ignore |
commit | commitdiff | tree | snapshot |
2014-11-25 |
mrdudz | use testwrk for binaries, and generated reference data |
commit | commitdiff | tree | snapshot |
2014-11-25 |
mrdudz | use 'testwrk' dir for bdiff |
commit | commitdiff | tree | snapshot |
2014-11-24 |
mrdudz | use own naive bdiff tool instead of diff/fc |
commit | commitdiff | tree | snapshot |
2014-11-24 |
mrdudz | added linefeeds |
commit | commitdiff | tree | snapshot |
2014-11-24 |
peterferrie | assert parm count 140/head |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Greg King | Completed the coding of da65's SEGMENT feature. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Stephan Mühlstrasser | Default is now automatic execution of program after... |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Stephan Mühlstrasser | Fix help text for default start address |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Stephan Mühlstrasser | Clarify help for -o option |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Stephan Mühlstrasser | Copied wherex, wherey and ctype implementations from CBM |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Stephan Mühlstrasser | Enhancements for cursor calculation |
commit | commitdiff | tree | snapshot |
2014-11-23 |
mrdudz | removed common.h reference |
commit | commitdiff | tree | snapshot |
2014-11-23 |
mrdudz | checked tests in /val |
commit | commitdiff | tree | snapshot |
2014-11-23 |
mrdudz | added some windows/cmd.exe stuff |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | makefile for misc, endless.c |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | added readme |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | added todo |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | generate reference output using host compiler, compare... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | moved tests that need special care into misc dir |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | fixed up the rest of the tests, added rudimentary makef... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Stephan Mühlstrasser | Remove unnecessary commented code. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | added makefile and common include |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | added makefile and common include |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | include s26 to get bitsize of char |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | sitest can not work |
commit | commitdiff | tree | snapshot |
2014-11-22 |
mrdudz | cleanup |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Stephan Mühlstrasser | Switch to assembler for cputc implementation. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
peterferrie | implement ProDOS seek |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Oliver Schmidt | Merge pull request #139 from mrdudz/addundocs |
commit | commitdiff | tree | snapshot |
2014-11-20 |
mrdudz | changed return code to -99 139/head |
commit | commitdiff | tree | snapshot |
2014-11-20 |
mrdudz | add LF |
commit | commitdiff | tree | snapshot |
2014-11-20 |
mrdudz | actually make TAS work :) |
commit | commitdiff | tree | snapshot |
2014-11-20 |
mrdudz | uses TAS instead of SHS like da65 did |
commit | commitdiff | tree | snapshot |
next |