]> git.sur5r.net Git - cc65/commit - util/atari/ataricvt.c
This commit was generated by cvs2svn to compensate for changes in r2,
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 28 May 2000 13:40:48 +0000 (13:40 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 28 May 2000 13:40:48 +0000 (13:40 +0000)
commit53dd513176425872128ef26031d00952ef7a0628
treee3e9e9413d1f6ad721170db88fd904b871e8cb01
parent579491e8a41d385a60dc9aaf51b1bdb47bae2cc9
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3 b7a2c559-68d2-44c3-8de9-860c34a00d81
847 files changed:
.cvsignore [new file with mode: 0644]
doc/BUGS [new file with mode: 0644]
doc/CREDITS [new file with mode: 0644]
doc/ar65.txt [new file with mode: 0644]
doc/ca65.txt [new file with mode: 0644]
doc/cc65.txt [new file with mode: 0644]
doc/cl65.txt [new file with mode: 0644]
doc/coding.txt [new file with mode: 0644]
doc/compile.txt [new file with mode: 0644]
doc/debugging.txt [new file with mode: 0644]
doc/internal.doc [new file with mode: 0644]
doc/intro.txt [new file with mode: 0644]
doc/ld65.txt [new file with mode: 0644]
doc/library.txt [new file with mode: 0644]
doc/newvers.txt [new file with mode: 0644]
doc/readme.1st [new file with mode: 0644]
doc/readme.txt [new file with mode: 0644]
include/6502.h [new file with mode: 0644]
include/_6525.h [new file with mode: 0644]
include/_6526.h [new file with mode: 0644]
include/_6545.h [new file with mode: 0644]
include/_6551.h [new file with mode: 0644]
include/_antic.h [new file with mode: 0644]
include/_gtia.h [new file with mode: 0644]
include/_pbi.h [new file with mode: 0644]
include/_pia.h [new file with mode: 0644]
include/_pokey.h [new file with mode: 0644]
include/_sid.h [new file with mode: 0644]
include/_vdc.h [new file with mode: 0644]
include/_vic.h [new file with mode: 0644]
include/ace.h [new file with mode: 0644]
include/apple2.h [new file with mode: 0644]
include/assert.h [new file with mode: 0644]
include/atari.h [new file with mode: 0644]
include/c128.h [new file with mode: 0644]
include/c64.h [new file with mode: 0644]
include/cbm.h [new file with mode: 0644]
include/cbm610.h [new file with mode: 0644]
include/conio.h [new file with mode: 0644]
include/ctype.h [new file with mode: 0644]
include/dbg.h [new file with mode: 0644]
include/errno.h [new file with mode: 0644]
include/fcntl.h [new file with mode: 0644]
include/geos.h [new file with mode: 0644]
include/geos/gconst.h [new file with mode: 0644]
include/geos/gdisk.h [new file with mode: 0644]
include/geos/gdlgbox.h [new file with mode: 0644]
include/geos/gfile.h [new file with mode: 0644]
include/geos/ggraph.h [new file with mode: 0644]
include/geos/gmemory.h [new file with mode: 0644]
include/geos/gmenu.h [new file with mode: 0644]
include/geos/gprocess.h [new file with mode: 0644]
include/geos/gsprite.h [new file with mode: 0644]
include/geos/gstruct.h [new file with mode: 0644]
include/geos/gsym.h [new file with mode: 0644]
include/geos/gsys.h [new file with mode: 0644]
include/iso646.h [new file with mode: 0644]
include/joystick.h [new file with mode: 0644]
include/limits.h [new file with mode: 0644]
include/locale.h [new file with mode: 0644]
include/mouse.h [new file with mode: 0644]
include/pet.h [new file with mode: 0644]
include/plus4.h [new file with mode: 0644]
include/rs232.h [new file with mode: 0644]
include/setjmp.h [new file with mode: 0644]
include/stdarg.h [new file with mode: 0644]
include/stddef.h [new file with mode: 0644]
include/stdio.h [new file with mode: 0644]
include/stdlib.h [new file with mode: 0644]
include/string.h [new file with mode: 0644]
include/time.h [new file with mode: 0644]
libsrc/.cvsignore [new file with mode: 0644]
libsrc/Makefile [new file with mode: 0644]
libsrc/apple2/Makefile [new file with mode: 0644]
libsrc/apple2/apple2.inc [new file with mode: 0644]
libsrc/apple2/break.s [new file with mode: 0644]
libsrc/apple2/cclear.s [new file with mode: 0644]
libsrc/apple2/cgetc.s [new file with mode: 0644]
libsrc/apple2/chline.s [new file with mode: 0644]
libsrc/apple2/clrscr.s [new file with mode: 0644]
libsrc/apple2/color.s [new file with mode: 0644]
libsrc/apple2/cputc.s [new file with mode: 0644]
libsrc/apple2/crt0.s [new file with mode: 0644]
libsrc/apple2/ctype.s [new file with mode: 0644]
libsrc/apple2/cvline.s [new file with mode: 0644]
libsrc/apple2/kbhit.s [new file with mode: 0644]
libsrc/apple2/read.s [new file with mode: 0644]
libsrc/apple2/revers.s [new file with mode: 0644]
libsrc/apple2/where.s [new file with mode: 0644]
libsrc/apple2/write.s [new file with mode: 0644]
libsrc/atari/Makefile [new file with mode: 0644]
libsrc/atari/atari.inc [new file with mode: 0644]
libsrc/atari/break.s [new file with mode: 0644]
libsrc/atari/cclear.s [new file with mode: 0644]
libsrc/atari/cgetc.s [new file with mode: 0644]
libsrc/atari/chline.s [new file with mode: 0644]
libsrc/atari/close.s [new file with mode: 0644]
libsrc/atari/clrscr.s [new file with mode: 0644]
libsrc/atari/color.s [new file with mode: 0644]
libsrc/atari/conio.s [new file with mode: 0644]
libsrc/atari/cputc.s [new file with mode: 0644]
libsrc/atari/crt0.s [new file with mode: 0644]
libsrc/atari/ctype.s [new file with mode: 0644]
libsrc/atari/cvline.s [new file with mode: 0644]
libsrc/atari/fdtable.s [new file with mode: 0644]
libsrc/atari/getargs.s [new file with mode: 0644]
libsrc/atari/gotox.s [new file with mode: 0644]
libsrc/atari/gotoxy.s [new file with mode: 0644]
libsrc/atari/gotoy.s [new file with mode: 0644]
libsrc/atari/kbhit.s [new file with mode: 0644]
libsrc/atari/open.s [new file with mode: 0644]
libsrc/atari/oserror.s [new file with mode: 0644]
libsrc/atari/read.s [new file with mode: 0644]
libsrc/atari/readjoy.s [new file with mode: 0644]
libsrc/atari/revers.s [new file with mode: 0644]
libsrc/atari/rwcommon.s [new file with mode: 0644]
libsrc/atari/savevec.s [new file with mode: 0644]
libsrc/atari/where.s [new file with mode: 0644]
libsrc/atari/write.s [new file with mode: 0644]
libsrc/c128/Makefile [new file with mode: 0644]
libsrc/c128/break.s [new file with mode: 0644]
libsrc/c128/c128.inc [new file with mode: 0644]
libsrc/c128/cgetc.s [new file with mode: 0644]
libsrc/c128/clrscr.s [new file with mode: 0644]
libsrc/c128/color.s [new file with mode: 0644]
libsrc/c128/conio.s [new file with mode: 0644]
libsrc/c128/cputc.s [new file with mode: 0644]
libsrc/c128/crt0.s [new file with mode: 0644]
libsrc/c128/dbgbreak.s [new file with mode: 0644]
libsrc/c128/kbhit.s [new file with mode: 0644]
libsrc/c128/readjoy.s [new file with mode: 0644]
libsrc/c64/Makefile [new file with mode: 0644]
libsrc/c64/break.s [new file with mode: 0644]
libsrc/c64/c64.inc [new file with mode: 0644]
libsrc/c64/cgetc.s [new file with mode: 0644]
libsrc/c64/clrscr.s [new file with mode: 0644]
libsrc/c64/color.s [new file with mode: 0644]
libsrc/c64/conio.s [new file with mode: 0644]
libsrc/c64/cputc.s [new file with mode: 0644]
libsrc/c64/crt0.s [new file with mode: 0644]
libsrc/c64/kbhit.s [new file with mode: 0644]
libsrc/c64/mouse.s [new file with mode: 0644]
libsrc/c64/read.s [new file with mode: 0644]
libsrc/c64/readjoy.s [new file with mode: 0644]
libsrc/c64/rs232.s [new file with mode: 0644]
libsrc/c64/write.s [new file with mode: 0644]
libsrc/cbm/Makefile [new file with mode: 0644]
libsrc/cbm/c_acptr.s [new file with mode: 0644]
libsrc/cbm/c_basin.s [new file with mode: 0644]
libsrc/cbm/c_bsout.s [new file with mode: 0644]
libsrc/cbm/c_ciout.s [new file with mode: 0644]
libsrc/cbm/c_ckout.s [new file with mode: 0644]
libsrc/cbm/c_clall.s [new file with mode: 0644]
libsrc/cbm/c_close.s [new file with mode: 0644]
libsrc/cbm/c_clrch.s [new file with mode: 0644]
libsrc/cbm/c_iobase.s [new file with mode: 0644]
libsrc/cbm/c_listen.s [new file with mode: 0644]
libsrc/cbm/c_load.s [new file with mode: 0644]
libsrc/cbm/c_open.s [new file with mode: 0644]
libsrc/cbm/c_readst.s [new file with mode: 0644]
libsrc/cbm/c_setlfs.s [new file with mode: 0644]
libsrc/cbm/c_setnam.s [new file with mode: 0644]
libsrc/cbm/c_talk.s [new file with mode: 0644]
libsrc/cbm/c_unlsn.s [new file with mode: 0644]
libsrc/cbm/c_untlk.s [new file with mode: 0644]
libsrc/cbm/cbm.inc [new file with mode: 0644]
libsrc/cbm/cclear.s [new file with mode: 0644]
libsrc/cbm/chline.s [new file with mode: 0644]
libsrc/cbm/clock.s [new file with mode: 0644]
libsrc/cbm/ctype.s [new file with mode: 0644]
libsrc/cbm/cvline.s [new file with mode: 0644]
libsrc/cbm/getenv.s [new file with mode: 0644]
libsrc/cbm/gotox.s [new file with mode: 0644]
libsrc/cbm/gotoxy.s [new file with mode: 0644]
libsrc/cbm/gotoy.s [new file with mode: 0644]
libsrc/cbm/oserror.s [new file with mode: 0644]
libsrc/cbm/revers.s [new file with mode: 0644]
libsrc/cbm/where.s [new file with mode: 0644]
libsrc/cbm610/Makefile [new file with mode: 0644]
libsrc/cbm610/banking.s [new file with mode: 0644]
libsrc/cbm610/break.s [new file with mode: 0644]
libsrc/cbm610/cbm610.inc [new file with mode: 0644]
libsrc/cbm610/cgetc.s [new file with mode: 0644]
libsrc/cbm610/clrscr.s [new file with mode: 0644]
libsrc/cbm610/color.s [new file with mode: 0644]
libsrc/cbm610/conio.s [new file with mode: 0644]
libsrc/cbm610/cputc.s [new file with mode: 0644]
libsrc/cbm610/crt0.s [new file with mode: 0644]
libsrc/cbm610/crtc.s [new file with mode: 0644]
libsrc/cbm610/io.inc [new file with mode: 0644]
libsrc/cbm610/kbhit.s [new file with mode: 0644]
libsrc/cbm610/kirq.s [new file with mode: 0644]
libsrc/cbm610/kplot.s [new file with mode: 0644]
libsrc/cbm610/kscnkey.s [new file with mode: 0644]
libsrc/cbm610/kudtim.s [new file with mode: 0644]
libsrc/cbm610/page3.inc [new file with mode: 0644]
libsrc/cbm610/pokesys.s [new file with mode: 0644]
libsrc/cbm610/rs232.s [new file with mode: 0644]
libsrc/cbm610/zeropage.inc [new file with mode: 0644]
libsrc/common/.cvsignore [new file with mode: 0644]
libsrc/common/Makefile [new file with mode: 0644]
libsrc/common/_afailed.c [new file with mode: 0644]
libsrc/common/_fdesc.s [new file with mode: 0644]
libsrc/common/_file.h [new file with mode: 0644]
libsrc/common/_file.s [new file with mode: 0644]
libsrc/common/_fopen.c [new file with mode: 0644]
libsrc/common/_hadd.c [new file with mode: 0644]
libsrc/common/_heap.h [new file with mode: 0644]
libsrc/common/_heap.s [new file with mode: 0644]
libsrc/common/_hextab.c [new file with mode: 0644]
libsrc/common/_oserror.s [new file with mode: 0644]
libsrc/common/_printf.c [new file with mode: 0644]
libsrc/common/_printf.h [new file with mode: 0644]
libsrc/common/_stksize.s [new file with mode: 0644]
libsrc/common/_swap.s [new file with mode: 0644]
libsrc/common/_sys.s [new file with mode: 0644]
libsrc/common/abort.c [new file with mode: 0644]
libsrc/common/abs.s [new file with mode: 0644]
libsrc/common/atexit.s [new file with mode: 0644]
libsrc/common/atoi.s [new file with mode: 0644]
libsrc/common/bsearch.c [new file with mode: 0644]
libsrc/common/calloc.c [new file with mode: 0644]
libsrc/common/copydata.s [new file with mode: 0644]
libsrc/common/cprintf.c [new file with mode: 0644]
libsrc/common/errno.inc [new file with mode: 0644]
libsrc/common/errno.s [new file with mode: 0644]
libsrc/common/errormsg.c [new file with mode: 0644]
libsrc/common/fclose.c [new file with mode: 0644]
libsrc/common/fdopen.c [new file with mode: 0644]
libsrc/common/fgetc.c [new file with mode: 0644]
libsrc/common/fgets.c [new file with mode: 0644]
libsrc/common/fmisc.s [new file with mode: 0644]
libsrc/common/fmode.inc [new file with mode: 0644]
libsrc/common/fopen.c [new file with mode: 0644]
libsrc/common/fprintf.c [new file with mode: 0644]
libsrc/common/fputc.c [new file with mode: 0644]
libsrc/common/fputs.c [new file with mode: 0644]
libsrc/common/fread.c [new file with mode: 0644]
libsrc/common/free.c [new file with mode: 0644]
libsrc/common/freopen.c [new file with mode: 0644]
libsrc/common/fwrite.c [new file with mode: 0644]
libsrc/common/getchar.c [new file with mode: 0644]
libsrc/common/getcpu.s [new file with mode: 0644]
libsrc/common/gets.c [new file with mode: 0644]
libsrc/common/isalnum.s [new file with mode: 0644]
libsrc/common/isalpha.s [new file with mode: 0644]
libsrc/common/isblank.s [new file with mode: 0644]
libsrc/common/iscntrl.s [new file with mode: 0644]
libsrc/common/isdigit.s [new file with mode: 0644]
libsrc/common/isgraph.s [new file with mode: 0644]
libsrc/common/islower.s [new file with mode: 0644]
libsrc/common/isprint.s [new file with mode: 0644]
libsrc/common/ispunct.s [new file with mode: 0644]
libsrc/common/isspace.s [new file with mode: 0644]
libsrc/common/isupper.s [new file with mode: 0644]
libsrc/common/isxdigit.s [new file with mode: 0644]
libsrc/common/itoa.s [new file with mode: 0644]
libsrc/common/jmpvec.s [new file with mode: 0644]
libsrc/common/labs.s [new file with mode: 0644]
libsrc/common/locale.c [new file with mode: 0644]
libsrc/common/longjmp.s [new file with mode: 0644]
libsrc/common/ltoa.s [new file with mode: 0644]
libsrc/common/malloc.c [new file with mode: 0644]
libsrc/common/memchr.s [new file with mode: 0644]
libsrc/common/memcmp.s [new file with mode: 0644]
libsrc/common/memcpy.s [new file with mode: 0644]
libsrc/common/memset.s [new file with mode: 0644]
libsrc/common/perror.c [new file with mode: 0644]
libsrc/common/printf.c [new file with mode: 0644]
libsrc/common/putchar.c [new file with mode: 0644]
libsrc/common/puts.c [new file with mode: 0644]
libsrc/common/qsort.c [new file with mode: 0644]
libsrc/common/rand.s [new file with mode: 0644]
libsrc/common/realloc.c [new file with mode: 0644]
libsrc/common/setjmp.s [new file with mode: 0644]
libsrc/common/sprintf.c [new file with mode: 0644]
libsrc/common/stkcheck.s [new file with mode: 0644]
libsrc/common/strcat.s [new file with mode: 0644]
libsrc/common/strchr.s [new file with mode: 0644]
libsrc/common/strcmp.s [new file with mode: 0644]
libsrc/common/strcoll.s [new file with mode: 0644]
libsrc/common/strcpy.s [new file with mode: 0644]
libsrc/common/strcspn.s [new file with mode: 0644]
libsrc/common/strdup.c [new file with mode: 0644]
libsrc/common/strerror.s [new file with mode: 0644]
libsrc/common/stricmp.s [new file with mode: 0644]
libsrc/common/strlen.s [new file with mode: 0644]
libsrc/common/strlower.s [new file with mode: 0644]
libsrc/common/strncat.s [new file with mode: 0644]
libsrc/common/strncmp.s [new file with mode: 0644]
libsrc/common/strncpy.s [new file with mode: 0644]
libsrc/common/strpbrk.s [new file with mode: 0644]
libsrc/common/strrchr.s [new file with mode: 0644]
libsrc/common/strspn.s [new file with mode: 0644]
libsrc/common/strstr.s [new file with mode: 0644]
libsrc/common/strtok.c [new file with mode: 0644]
libsrc/common/strupper.s [new file with mode: 0644]
libsrc/common/strxfrm.c [new file with mode: 0644]
libsrc/common/tolower.s [new file with mode: 0644]
libsrc/common/toupper.s [new file with mode: 0644]
libsrc/common/vcprintf.c [new file with mode: 0644]
libsrc/common/vfprintf.c [new file with mode: 0644]
libsrc/common/vprintf.c [new file with mode: 0644]
libsrc/common/vsprintf.c [new file with mode: 0644]
libsrc/common/zerobss.s [new file with mode: 0644]
libsrc/conio/Makefile [new file with mode: 0644]
libsrc/conio/cputhex.s [new file with mode: 0644]
libsrc/conio/cputs.s [new file with mode: 0644]
libsrc/conio/cursor.s [new file with mode: 0644]
libsrc/conio/scrsize.s [new file with mode: 0644]
libsrc/dbg/.cvsignore [new file with mode: 0644]
libsrc/dbg/Makefile [new file with mode: 0644]
libsrc/dbg/asmtab.s [new file with mode: 0644]
libsrc/dbg/dbg.c [new file with mode: 0644]
libsrc/dbg/dbgdasm.s [new file with mode: 0644]
libsrc/dbg/dbgdump.s [new file with mode: 0644]
libsrc/dbg/dbgisram.s [new file with mode: 0644]
libsrc/dbg/dbgsupp.s [new file with mode: 0644]
libsrc/geos/Makefile [new file with mode: 0644]
libsrc/geos/devel/Makefile [new file with mode: 0644]
libsrc/geos/devel/crt0.s [new file with mode: 0644]
libsrc/geos/devel/cvthead.s [new file with mode: 0644]
libsrc/geos/disk/Makefile [new file with mode: 0644]
libsrc/geos/disk/blkalloc.s [new file with mode: 0644]
libsrc/geos/disk/calcblksfree.s [new file with mode: 0644]
libsrc/geos/disk/changediskdevice.s [new file with mode: 0644]
libsrc/geos/disk/chkdkgeos.s [new file with mode: 0644]
libsrc/geos/disk/enterturbo.s [new file with mode: 0644]
libsrc/geos/disk/exitturbo.s [new file with mode: 0644]
libsrc/geos/disk/findbambit.s [new file with mode: 0644]
libsrc/geos/disk/freeblock.s [new file with mode: 0644]
libsrc/geos/disk/getblock.s [new file with mode: 0644]
libsrc/geos/disk/getdirhead.s [new file with mode: 0644]
libsrc/geos/disk/getptrcurdknm.s [new file with mode: 0644]
libsrc/geos/disk/gettrse.s [new file with mode: 0644]
libsrc/geos/disk/newdisk.s [new file with mode: 0644]
libsrc/geos/disk/nxtblkalloc.s [new file with mode: 0644]
libsrc/geos/disk/opendisk.s [new file with mode: 0644]
libsrc/geos/disk/purgeturbo.s [new file with mode: 0644]
libsrc/geos/disk/putblock.s [new file with mode: 0644]
libsrc/geos/disk/putdirhead.s [new file with mode: 0644]
libsrc/geos/disk/readblock.s [new file with mode: 0644]
libsrc/geos/disk/readbuff.s [new file with mode: 0644]
libsrc/geos/disk/setgeosdisk.s [new file with mode: 0644]
libsrc/geos/disk/setnextfree.s [new file with mode: 0644]
libsrc/geos/disk/verwriteblock.s [new file with mode: 0644]
libsrc/geos/disk/writeblock.s [new file with mode: 0644]
libsrc/geos/disk/writebuff.s [new file with mode: 0644]
libsrc/geos/dlgbox/Makefile [new file with mode: 0644]
libsrc/geos/dlgbox/dbget2lines.s [new file with mode: 0644]
libsrc/geos/dlgbox/dlgboxfileselect.s [new file with mode: 0644]
libsrc/geos/dlgbox/dlgboxgetstring.s [new file with mode: 0644]
libsrc/geos/dlgbox/dlgboxok.s [new file with mode: 0644]
libsrc/geos/dlgbox/dlgboxokcancel.s [new file with mode: 0644]
libsrc/geos/dlgbox/dlgboxyesno.s [new file with mode: 0644]
libsrc/geos/dlgbox/dodlgbox.s [new file with mode: 0644]
libsrc/geos/dlgbox/rstrfrmdialogue.s [new file with mode: 0644]
libsrc/geos/file/Makefile [new file with mode: 0644]
libsrc/geos/file/appendrecord.s [new file with mode: 0644]
libsrc/geos/file/closerecordfile.s [new file with mode: 0644]
libsrc/geos/file/deletefile.s [new file with mode: 0644]
libsrc/geos/file/deleterecord.s [new file with mode: 0644]
libsrc/geos/file/findfile.s [new file with mode: 0644]
libsrc/geos/file/findftypes.s [new file with mode: 0644]
libsrc/geos/file/followchain.s [new file with mode: 0644]
libsrc/geos/file/freefile.s [new file with mode: 0644]
libsrc/geos/file/get1stdirentry.s [new file with mode: 0644]
libsrc/geos/file/getfhdrinfo.s [new file with mode: 0644]
libsrc/geos/file/getnxtdirentry.s [new file with mode: 0644]
libsrc/geos/file/insertrecord.s [new file with mode: 0644]
libsrc/geos/file/nextrecord.s [new file with mode: 0644]
libsrc/geos/file/openrecordfile.s [new file with mode: 0644]
libsrc/geos/file/pointrecord.s [new file with mode: 0644]
libsrc/geos/file/previousrecord.s [new file with mode: 0644]
libsrc/geos/file/readbyte.s [new file with mode: 0644]
libsrc/geos/file/readfile.s [new file with mode: 0644]
libsrc/geos/file/readrecord.s [new file with mode: 0644]
libsrc/geos/file/renamefile.s [new file with mode: 0644]
libsrc/geos/file/savefile.s [new file with mode: 0644]
libsrc/geos/file/updaterecordfile.s [new file with mode: 0644]
libsrc/geos/file/writerecord.s [new file with mode: 0644]
libsrc/geos/graph/Makefile [new file with mode: 0644]
libsrc/geos/graph/bitmapclip.s [new file with mode: 0644]
libsrc/geos/graph/bitmapregs.s [new file with mode: 0644]
libsrc/geos/graph/bitmapup.s [new file with mode: 0644]
libsrc/geos/graph/bitotherclip.s [new file with mode: 0644]
libsrc/geos/graph/drawline.s [new file with mode: 0644]
libsrc/geos/graph/drawpoint.s [new file with mode: 0644]
libsrc/geos/graph/framerectangle.s [new file with mode: 0644]
libsrc/geos/graph/getcharwidth.s [new file with mode: 0644]
libsrc/geos/graph/getintcharint.s [new file with mode: 0644]
libsrc/geos/graph/graphicsstring.s [new file with mode: 0644]
libsrc/geos/graph/hlineregs.s [new file with mode: 0644]
libsrc/geos/graph/horizontalline.s [new file with mode: 0644]
libsrc/geos/graph/imprintrectangle.s [new file with mode: 0644]
libsrc/geos/graph/initdrawwindow.s [new file with mode: 0644]
libsrc/geos/graph/invertline.s [new file with mode: 0644]
libsrc/geos/graph/invertrectangle.s [new file with mode: 0644]
libsrc/geos/graph/loadcharset.s [new file with mode: 0644]
libsrc/geos/graph/pointregs.s [new file with mode: 0644]
libsrc/geos/graph/putchar.s [new file with mode: 0644]
libsrc/geos/graph/putdecimal.s [new file with mode: 0644]
libsrc/geos/graph/putstring.s [new file with mode: 0644]
libsrc/geos/graph/recoverline.s [new file with mode: 0644]
libsrc/geos/graph/recoverrectangle.s [new file with mode: 0644]
libsrc/geos/graph/rectangle.s [new file with mode: 0644]
libsrc/geos/graph/setpattern.s [new file with mode: 0644]
libsrc/geos/graph/testpoint.s [new file with mode: 0644]
libsrc/geos/graph/usesystemfont.s [new file with mode: 0644]
libsrc/geos/graph/verticalline.s [new file with mode: 0644]
libsrc/geos/inc/const.inc [new file with mode: 0644]
libsrc/geos/inc/diskdrv.inc [new file with mode: 0644]
libsrc/geos/inc/geosmac.ca65.inc [new file with mode: 0644]
libsrc/geos/inc/geossym.inc [new file with mode: 0644]
libsrc/geos/inc/geossym2.inc [new file with mode: 0644]
libsrc/geos/inc/inputdrv.inc [new file with mode: 0644]
libsrc/geos/inc/jumptab.inc [new file with mode: 0644]
libsrc/geos/inc/printdrv.inc [new file with mode: 0644]
libsrc/geos/memory/Makefile [new file with mode: 0644]
libsrc/geos/memory/clearram.s [new file with mode: 0644]
libsrc/geos/memory/cmpfstring.s [new file with mode: 0644]
libsrc/geos/memory/cmpstring.s [new file with mode: 0644]
libsrc/geos/memory/copyfstring.s [new file with mode: 0644]
libsrc/geos/memory/copystring.s [new file with mode: 0644]
libsrc/geos/memory/crc.s [new file with mode: 0644]
libsrc/geos/memory/doublepop.s [new file with mode: 0644]
libsrc/geos/memory/doublespop.s [new file with mode: 0644]
libsrc/geos/memory/fetchram.s [new file with mode: 0644]
libsrc/geos/memory/fillram.s [new file with mode: 0644]
libsrc/geos/memory/initram.s [new file with mode: 0644]
libsrc/geos/memory/movedata.s [new file with mode: 0644]
libsrc/geos/memory/reuregs.s [new file with mode: 0644]
libsrc/geos/memory/stashram.s [new file with mode: 0644]
libsrc/geos/memory/swapram.s [new file with mode: 0644]
libsrc/geos/memory/verifyram.s [new file with mode: 0644]
libsrc/geos/menuicon/Makefile [new file with mode: 0644]
libsrc/geos/menuicon/doicons.s [new file with mode: 0644]
libsrc/geos/menuicon/domenu.s [new file with mode: 0644]
libsrc/geos/menuicon/dopreviousmenu.s [new file with mode: 0644]
libsrc/geos/menuicon/gotofirstmenu.s [new file with mode: 0644]
libsrc/geos/menuicon/recoverallmenus.s [new file with mode: 0644]
libsrc/geos/menuicon/recovermenu.s [new file with mode: 0644]
libsrc/geos/menuicon/redomenu.s [new file with mode: 0644]
libsrc/geos/mousesprite/Makefile [new file with mode: 0644]
libsrc/geos/mousesprite/clearmousemode.s [new file with mode: 0644]
libsrc/geos/mousesprite/disablsprite.s [new file with mode: 0644]
libsrc/geos/mousesprite/drawsprite.s [new file with mode: 0644]
libsrc/geos/mousesprite/enablsprite.s [new file with mode: 0644]
libsrc/geos/mousesprite/getnextchar.s [new file with mode: 0644]
libsrc/geos/mousesprite/inittextprompt.s [new file with mode: 0644]
libsrc/geos/mousesprite/ismseinregion.s [new file with mode: 0644]
libsrc/geos/mousesprite/mouseoff.s [new file with mode: 0644]
libsrc/geos/mousesprite/mouseup.s [new file with mode: 0644]
libsrc/geos/mousesprite/possprite.s [new file with mode: 0644]
libsrc/geos/mousesprite/promptoff.s [new file with mode: 0644]
libsrc/geos/mousesprite/prompton.s [new file with mode: 0644]
libsrc/geos/mousesprite/startmousemode.s [new file with mode: 0644]
libsrc/geos/process/Makefile [new file with mode: 0644]
libsrc/geos/process/processblock.s [new file with mode: 0644]
libsrc/geos/process/processfreeze.s [new file with mode: 0644]
libsrc/geos/process/processinitrestartenable.s [new file with mode: 0644]
libsrc/geos/process/sleep.s [new file with mode: 0644]
libsrc/geos/system/Makefile [new file with mode: 0644]
libsrc/geos/system/callroutine.s [new file with mode: 0644]
libsrc/geos/system/enterdesktop.s [new file with mode: 0644]
libsrc/geos/system/firstinit.s [new file with mode: 0644]
libsrc/geos/system/getrandom.s [new file with mode: 0644]
libsrc/geos/system/getserialnumber.s [new file with mode: 0644]
libsrc/geos/system/initdoneio.s [new file with mode: 0644]
libsrc/geos/system/mainloop.s [new file with mode: 0644]
libsrc/geos/system/panic.s [new file with mode: 0644]
libsrc/geos/system/setdevice.s [new file with mode: 0644]
libsrc/geos/system/tobasic.s [new file with mode: 0644]
libsrc/pet/Makefile [new file with mode: 0644]
libsrc/pet/break.s [new file with mode: 0644]
libsrc/pet/cgetc.s [new file with mode: 0644]
libsrc/pet/clrscr.s [new file with mode: 0644]
libsrc/pet/color.s [new file with mode: 0644]
libsrc/pet/conio.s [new file with mode: 0644]
libsrc/pet/cputc.s [new file with mode: 0644]
libsrc/pet/crt0.s [new file with mode: 0644]
libsrc/pet/kbhit.s [new file with mode: 0644]
libsrc/pet/pet.inc [new file with mode: 0644]
libsrc/plus4/Makefile [new file with mode: 0644]
libsrc/plus4/break.s [new file with mode: 0644]
libsrc/plus4/cgetc.s [new file with mode: 0644]
libsrc/plus4/clrscr.s [new file with mode: 0644]
libsrc/plus4/color.s [new file with mode: 0644]
libsrc/plus4/conio.s [new file with mode: 0644]
libsrc/plus4/cputc.s [new file with mode: 0644]
libsrc/plus4/crt0.s [new file with mode: 0644]
libsrc/plus4/kbhit.s [new file with mode: 0644]
libsrc/plus4/plus4.inc [new file with mode: 0644]
libsrc/plus4/readjoy.s [new file with mode: 0644]
libsrc/runtime/Makefile [new file with mode: 0644]
libsrc/runtime/add.s [new file with mode: 0644]
libsrc/runtime/addeqsp.s [new file with mode: 0644]
libsrc/runtime/and.s [new file with mode: 0644]
libsrc/runtime/aslax1.s [new file with mode: 0644]
libsrc/runtime/aslax2.s [new file with mode: 0644]
libsrc/runtime/aslax3.s [new file with mode: 0644]
libsrc/runtime/asleax1.s [new file with mode: 0644]
libsrc/runtime/asleax2.s [new file with mode: 0644]
libsrc/runtime/asleax3.s [new file with mode: 0644]
libsrc/runtime/asrax1.s [new file with mode: 0644]
libsrc/runtime/asrax2.s [new file with mode: 0644]
libsrc/runtime/asrax3.s [new file with mode: 0644]
libsrc/runtime/asreax1.s [new file with mode: 0644]
libsrc/runtime/asreax2.s [new file with mode: 0644]
libsrc/runtime/asreax3.s [new file with mode: 0644]
libsrc/runtime/bneg.s [new file with mode: 0644]
libsrc/runtime/bpushbsp.s [new file with mode: 0644]
libsrc/runtime/call.s [new file with mode: 0644]
libsrc/runtime/compl.s [new file with mode: 0644]
libsrc/runtime/dec.s [new file with mode: 0644]
libsrc/runtime/div.s [new file with mode: 0644]
libsrc/runtime/enter.s [new file with mode: 0644]
libsrc/runtime/eq.s [new file with mode: 0644]
libsrc/runtime/ge.s [new file with mode: 0644]
libsrc/runtime/gt.s [new file with mode: 0644]
libsrc/runtime/icmp.s [new file with mode: 0644]
libsrc/runtime/inc.s [new file with mode: 0644]
libsrc/runtime/ladd.s [new file with mode: 0644]
libsrc/runtime/laddeq.s [new file with mode: 0644]
libsrc/runtime/laddeqsp.s [new file with mode: 0644]
libsrc/runtime/land.s [new file with mode: 0644]
libsrc/runtime/lbneg.s [new file with mode: 0644]
libsrc/runtime/lcmp.s [new file with mode: 0644]
libsrc/runtime/lcompl.s [new file with mode: 0644]
libsrc/runtime/lconvert.s [new file with mode: 0644]
libsrc/runtime/ldai.s [new file with mode: 0644]
libsrc/runtime/ldasp.s [new file with mode: 0644]
libsrc/runtime/ldau0sp.s [new file with mode: 0644]
libsrc/runtime/ldaui.s [new file with mode: 0644]
libsrc/runtime/ldauisp.s [new file with mode: 0644]
libsrc/runtime/ldausp.s [new file with mode: 0644]
libsrc/runtime/ldaxi.s [new file with mode: 0644]
libsrc/runtime/ldaxsp.s [new file with mode: 0644]
libsrc/runtime/ldeax.s [new file with mode: 0644]
libsrc/runtime/ldeaxi.s [new file with mode: 0644]
libsrc/runtime/ldec.s [new file with mode: 0644]
libsrc/runtime/ldiv.s [new file with mode: 0644]
libsrc/runtime/le.s [new file with mode: 0644]
libsrc/runtime/leave.s [new file with mode: 0644]
libsrc/runtime/leaysp.s [new file with mode: 0644]
libsrc/runtime/leq.s [new file with mode: 0644]
libsrc/runtime/lge.s [new file with mode: 0644]
libsrc/runtime/lgt.s [new file with mode: 0644]
libsrc/runtime/linc.s [new file with mode: 0644]
libsrc/runtime/lle.s [new file with mode: 0644]
libsrc/runtime/llt.s [new file with mode: 0644]
libsrc/runtime/lmod.s [new file with mode: 0644]
libsrc/runtime/lmul.s [new file with mode: 0644]
libsrc/runtime/lne.s [new file with mode: 0644]
libsrc/runtime/lneg.s [new file with mode: 0644]
libsrc/runtime/lor.s [new file with mode: 0644]
libsrc/runtime/lpop.s [new file with mode: 0644]
libsrc/runtime/lpush.s [new file with mode: 0644]
libsrc/runtime/lrsub.s [new file with mode: 0644]
libsrc/runtime/lruntime.s [new file with mode: 0644]
libsrc/runtime/lsave.s [new file with mode: 0644]
libsrc/runtime/lshelp.s [new file with mode: 0644]
libsrc/runtime/lshl.s [new file with mode: 0644]
libsrc/runtime/lshr.s [new file with mode: 0644]
libsrc/runtime/lsub.s [new file with mode: 0644]
libsrc/runtime/lsubeq.s [new file with mode: 0644]
libsrc/runtime/lsubeqsp.s [new file with mode: 0644]
libsrc/runtime/lswap.s [new file with mode: 0644]
libsrc/runtime/lswitch.s [new file with mode: 0644]
libsrc/runtime/lt.s [new file with mode: 0644]
libsrc/runtime/ltest.s [new file with mode: 0644]
libsrc/runtime/ludiv.s [new file with mode: 0644]
libsrc/runtime/luge.s [new file with mode: 0644]
libsrc/runtime/lugt.s [new file with mode: 0644]
libsrc/runtime/lule.s [new file with mode: 0644]
libsrc/runtime/lult.s [new file with mode: 0644]
libsrc/runtime/lumod.s [new file with mode: 0644]
libsrc/runtime/lxor.s [new file with mode: 0644]
libsrc/runtime/makebool.s [new file with mode: 0644]
libsrc/runtime/mod.s [new file with mode: 0644]
libsrc/runtime/mul.s [new file with mode: 0644]
libsrc/runtime/ne.s [new file with mode: 0644]
libsrc/runtime/neg.s [new file with mode: 0644]
libsrc/runtime/or.s [new file with mode: 0644]
libsrc/runtime/popsreg.s [new file with mode: 0644]
libsrc/runtime/push.s [new file with mode: 0644]
libsrc/runtime/pushb.s [new file with mode: 0644]
libsrc/runtime/pushbsp.s [new file with mode: 0644]
libsrc/runtime/pushw.s [new file with mode: 0644]
libsrc/runtime/pushwsp.s [new file with mode: 0644]
libsrc/runtime/rsub.s [new file with mode: 0644]
libsrc/runtime/runtime.s [new file with mode: 0644]
libsrc/runtime/shelp.s [new file with mode: 0644]
libsrc/runtime/shl.s [new file with mode: 0644]
libsrc/runtime/shr.s [new file with mode: 0644]
libsrc/runtime/shrax1.s [new file with mode: 0644]
libsrc/runtime/shrax2.s [new file with mode: 0644]
libsrc/runtime/shrax3.s [new file with mode: 0644]
libsrc/runtime/shreax1.s [new file with mode: 0644]
libsrc/runtime/shreax2.s [new file with mode: 0644]
libsrc/runtime/shreax3.s [new file with mode: 0644]
libsrc/runtime/staxsp.s [new file with mode: 0644]
libsrc/runtime/steaxsp.s [new file with mode: 0644]
libsrc/runtime/sub.s [new file with mode: 0644]
libsrc/runtime/subeqsp.s [new file with mode: 0644]
libsrc/runtime/swap.s [new file with mode: 0644]
libsrc/runtime/switch.s [new file with mode: 0644]
libsrc/runtime/test.s [new file with mode: 0644]
libsrc/runtime/udiv.s [new file with mode: 0644]
libsrc/runtime/uge.s [new file with mode: 0644]
libsrc/runtime/ugt.s [new file with mode: 0644]
libsrc/runtime/ule.s [new file with mode: 0644]
libsrc/runtime/ult.s [new file with mode: 0644]
libsrc/runtime/umod.s [new file with mode: 0644]
libsrc/runtime/xor.s [new file with mode: 0644]
samples/.cvsignore [new file with mode: 0644]
samples/Makefile [new file with mode: 0644]
samples/c1541.rsp [new file with mode: 0644]
samples/hello.c [new file with mode: 0644]
samples/nachtm.c [new file with mode: 0644]
samples/sieve.c [new file with mode: 0644]
src/.cvsignore [new file with mode: 0644]
src/ar65/.cvsignore [new file with mode: 0644]
src/ar65/add.c [new file with mode: 0644]
src/ar65/add.h [new file with mode: 0644]
src/ar65/del.c [new file with mode: 0644]
src/ar65/del.h [new file with mode: 0644]
src/ar65/error.c [new file with mode: 0644]
src/ar65/error.h [new file with mode: 0644]
src/ar65/exports.c [new file with mode: 0644]
src/ar65/exports.h [new file with mode: 0644]
src/ar65/extract.c [new file with mode: 0644]
src/ar65/extract.h [new file with mode: 0644]
src/ar65/fileio.c [new file with mode: 0644]
src/ar65/fileio.h [new file with mode: 0644]
src/ar65/global.c [new file with mode: 0644]
src/ar65/global.h [new file with mode: 0644]
src/ar65/library.c [new file with mode: 0644]
src/ar65/library.h [new file with mode: 0644]
src/ar65/list.c [new file with mode: 0644]
src/ar65/list.h [new file with mode: 0644]
src/ar65/main.c [new file with mode: 0644]
src/ar65/make/gcc.mak [new file with mode: 0644]
src/ar65/make/watcom.mak [new file with mode: 0644]
src/ar65/mem.c [new file with mode: 0644]
src/ar65/mem.h [new file with mode: 0644]
src/ar65/objdata.c [new file with mode: 0644]
src/ar65/objdata.h [new file with mode: 0644]
src/ar65/objfile.c [new file with mode: 0644]
src/ar65/objfile.h [new file with mode: 0644]
src/ca65/.cvsignore [new file with mode: 0644]
src/ca65/condasm.c [new file with mode: 0644]
src/ca65/condasm.h [new file with mode: 0644]
src/ca65/ea.c [new file with mode: 0644]
src/ca65/ea.h [new file with mode: 0644]
src/ca65/error.c [new file with mode: 0644]
src/ca65/error.h [new file with mode: 0644]
src/ca65/expr.c [new file with mode: 0644]
src/ca65/expr.h [new file with mode: 0644]
src/ca65/fname.c [new file with mode: 0644]
src/ca65/fname.h [new file with mode: 0644]
src/ca65/fragment.c [new file with mode: 0644]
src/ca65/fragment.h [new file with mode: 0644]
src/ca65/global.c [new file with mode: 0644]
src/ca65/global.h [new file with mode: 0644]
src/ca65/instr.c [new file with mode: 0644]
src/ca65/instr.h [new file with mode: 0644]
src/ca65/listing.c [new file with mode: 0644]
src/ca65/listing.h [new file with mode: 0644]
src/ca65/macpack.c [new file with mode: 0644]
src/ca65/macpack.h [new file with mode: 0644]
src/ca65/macro.c [new file with mode: 0644]
src/ca65/macro.h [new file with mode: 0644]
src/ca65/main.c [new file with mode: 0644]
src/ca65/make/gcc.mak [new file with mode: 0644]
src/ca65/make/watcom.mak [new file with mode: 0644]
src/ca65/mem.c [new file with mode: 0644]
src/ca65/mem.h [new file with mode: 0644]
src/ca65/objcode.c [new file with mode: 0644]
src/ca65/objcode.h [new file with mode: 0644]
src/ca65/objfile.c [new file with mode: 0644]
src/ca65/objfile.h [new file with mode: 0644]
src/ca65/options.c [new file with mode: 0644]
src/ca65/options.h [new file with mode: 0644]
src/ca65/pseudo.c [new file with mode: 0644]
src/ca65/pseudo.h [new file with mode: 0644]
src/ca65/scanner.c [new file with mode: 0644]
src/ca65/scanner.h [new file with mode: 0644]
src/ca65/strexpr.c [new file with mode: 0644]
src/ca65/strexpr.h [new file with mode: 0644]
src/ca65/symentry.h [new file with mode: 0644]
src/ca65/symtab.c [new file with mode: 0644]
src/ca65/symtab.h [new file with mode: 0644]
src/ca65/toknode.c [new file with mode: 0644]
src/ca65/toknode.h [new file with mode: 0644]
src/ca65/ulabel.c [new file with mode: 0644]
src/ca65/ulabel.h [new file with mode: 0644]
src/cc65/.cvsignore [new file with mode: 0644]
src/cc65/anonname.c [new file with mode: 0644]
src/cc65/anonname.h [new file with mode: 0644]
src/cc65/asmcode.c [new file with mode: 0644]
src/cc65/asmcode.h [new file with mode: 0644]
src/cc65/asmlabel.c [new file with mode: 0644]
src/cc65/asmlabel.h [new file with mode: 0644]
src/cc65/asmline.c [new file with mode: 0644]
src/cc65/asmline.h [new file with mode: 0644]
src/cc65/check.c [new file with mode: 0644]
src/cc65/check.h [new file with mode: 0644]
src/cc65/codegen.c [new file with mode: 0644]
src/cc65/codegen.h [new file with mode: 0644]
src/cc65/copyleft.jrd [new file with mode: 0644]
src/cc65/ctrans.c [new file with mode: 0644]
src/cc65/ctrans.h [new file with mode: 0644]
src/cc65/datatype.c [new file with mode: 0644]
src/cc65/datatype.h [new file with mode: 0644]
src/cc65/declare.c [new file with mode: 0644]
src/cc65/declare.h [new file with mode: 0644]
src/cc65/error.c [new file with mode: 0644]
src/cc65/error.h [new file with mode: 0644]
src/cc65/expr.c [new file with mode: 0644]
src/cc65/expr.h [new file with mode: 0644]
src/cc65/funcdesc.c [new file with mode: 0644]
src/cc65/funcdesc.h [new file with mode: 0644]
src/cc65/function.c [new file with mode: 0644]
src/cc65/function.h [new file with mode: 0644]
src/cc65/global.c [new file with mode: 0644]
src/cc65/global.h [new file with mode: 0644]
src/cc65/goto.c [new file with mode: 0644]
src/cc65/goto.h [new file with mode: 0644]
src/cc65/hashstr.c [new file with mode: 0644]
src/cc65/hashstr.h [new file with mode: 0644]
src/cc65/ident.c [new file with mode: 0644]
src/cc65/ident.h [new file with mode: 0644]
src/cc65/include.c [new file with mode: 0644]
src/cc65/include.h [new file with mode: 0644]
src/cc65/io.c [new file with mode: 0644]
src/cc65/io.h [new file with mode: 0644]
src/cc65/litpool.c [new file with mode: 0644]
src/cc65/litpool.h [new file with mode: 0644]
src/cc65/locals.c [new file with mode: 0644]
src/cc65/locals.h [new file with mode: 0644]
src/cc65/loop.c [new file with mode: 0644]
src/cc65/loop.h [new file with mode: 0644]
src/cc65/macrotab.c [new file with mode: 0644]
src/cc65/macrotab.h [new file with mode: 0644]
src/cc65/main.c [new file with mode: 0644]
src/cc65/make/cc65.mak [new file with mode: 0644]
src/cc65/make/gcc.mak [new file with mode: 0644]
src/cc65/make/watcom.mak [new file with mode: 0644]
src/cc65/mem.c [new file with mode: 0644]
src/cc65/mem.h [new file with mode: 0644]
src/cc65/optimize.c [new file with mode: 0644]
src/cc65/optimize.h [new file with mode: 0644]
src/cc65/pragma.c [new file with mode: 0644]
src/cc65/pragma.h [new file with mode: 0644]
src/cc65/preproc.c [new file with mode: 0644]
src/cc65/preproc.h [new file with mode: 0644]
src/cc65/scanner.c [new file with mode: 0644]
src/cc65/scanner.h [new file with mode: 0644]
src/cc65/stdfunc.c [new file with mode: 0644]
src/cc65/stdfunc.h [new file with mode: 0644]
src/cc65/stmt.c [new file with mode: 0644]
src/cc65/stmt.h [new file with mode: 0644]
src/cc65/symentry.c [new file with mode: 0644]
src/cc65/symentry.h [new file with mode: 0644]
src/cc65/symtab.c [new file with mode: 0644]
src/cc65/symtab.h [new file with mode: 0644]
src/cc65/util.c [new file with mode: 0644]
src/cc65/util.h [new file with mode: 0644]
src/cl65/.cvsignore [new file with mode: 0644]
src/cl65/error.c [new file with mode: 0644]
src/cl65/error.h [new file with mode: 0644]
src/cl65/global.c [new file with mode: 0644]
src/cl65/global.h [new file with mode: 0644]
src/cl65/main.c [new file with mode: 0644]
src/cl65/make/gcc.mak [new file with mode: 0644]
src/cl65/make/watcom.mak [new file with mode: 0644]
src/cl65/mem.c [new file with mode: 0644]
src/cl65/mem.h [new file with mode: 0644]
src/cl65/spawn.c [new file with mode: 0644]
src/cl65/spawn.h [new file with mode: 0644]
src/common/.cvsignore [new file with mode: 0644]
src/common/bitops.c [new file with mode: 0644]
src/common/bitops.h [new file with mode: 0644]
src/common/exprdefs.h [new file with mode: 0644]
src/common/filepos.h [new file with mode: 0644]
src/common/hashstr.c [new file with mode: 0644]
src/common/hashstr.h [new file with mode: 0644]
src/common/libdefs.h [new file with mode: 0644]
src/common/make/gcc.mak [new file with mode: 0644]
src/common/make/watcom.mak [new file with mode: 0644]
src/common/objdefs.h [new file with mode: 0644]
src/common/optdefs.h [new file with mode: 0644]
src/common/segdefs.h [new file with mode: 0644]
src/common/symdefs.h [new file with mode: 0644]
src/common/version.h [new file with mode: 0644]
src/geos/headergen.sh [new file with mode: 0755]
src/ld65/.cvsignore [new file with mode: 0644]
src/ld65/bin.c [new file with mode: 0644]
src/ld65/bin.h [new file with mode: 0644]
src/ld65/binfmt.c [new file with mode: 0644]
src/ld65/binfmt.h [new file with mode: 0644]
src/ld65/config.c [new file with mode: 0644]
src/ld65/config.h [new file with mode: 0644]
src/ld65/dbgsyms.c [new file with mode: 0644]
src/ld65/dbgsyms.h [new file with mode: 0644]
src/ld65/error.c [new file with mode: 0644]
src/ld65/error.h [new file with mode: 0644]
src/ld65/exports.c [new file with mode: 0644]
src/ld65/exports.h [new file with mode: 0644]
src/ld65/expr.c [new file with mode: 0644]
src/ld65/expr.h [new file with mode: 0644]
src/ld65/extsyms.c [new file with mode: 0644]
src/ld65/extsyms.h [new file with mode: 0644]
src/ld65/fileio.c [new file with mode: 0644]
src/ld65/fileio.h [new file with mode: 0644]
src/ld65/global.c [new file with mode: 0644]
src/ld65/global.h [new file with mode: 0644]
src/ld65/library.c [new file with mode: 0644]
src/ld65/library.h [new file with mode: 0644]
src/ld65/main.c [new file with mode: 0644]
src/ld65/make/gcc.mak [new file with mode: 0644]
src/ld65/make/watcom.mak [new file with mode: 0644]
src/ld65/mapfile.c [new file with mode: 0644]
src/ld65/mapfile.h [new file with mode: 0644]
src/ld65/mem.c [new file with mode: 0644]
src/ld65/mem.h [new file with mode: 0644]
src/ld65/o65.c [new file with mode: 0644]
src/ld65/o65.h [new file with mode: 0644]
src/ld65/objdata.c [new file with mode: 0644]
src/ld65/objdata.h [new file with mode: 0644]
src/ld65/objfile.c [new file with mode: 0644]
src/ld65/objfile.h [new file with mode: 0644]
src/ld65/scanner.c [new file with mode: 0644]
src/ld65/scanner.h [new file with mode: 0644]
src/ld65/segments.c [new file with mode: 0644]
src/ld65/segments.h [new file with mode: 0644]
src/ld65/target.c [new file with mode: 0644]
src/ld65/target.h [new file with mode: 0644]
src/ld65/version.h [new file with mode: 0644]
src/make/gcc.mak [new file with mode: 0644]
src/make/watcom.mak [new file with mode: 0644]
testcode/compiler/pptest1.c [new file with mode: 0644]
testcode/compiler/pptest2.c [new file with mode: 0644]
testcode/compiler/pptest3.c [new file with mode: 0644]
testcode/compiler/pptest4.c [new file with mode: 0644]
util/atari/ataricvt.c [new file with mode: 0644]