.. |
make
|
Moved the segdefs module to ca65, since it was used only there and renamed it
|
2012-01-04 22:02:02 +00:00 |
abend.c
|
More common subroutines
|
2000-06-14 09:32:22 +00:00 |
abend.h
|
Move the check module to common/
|
2000-08-01 15:01:21 +00:00 |
addrsize.c
|
Added an AddrSizeFromStr function.
|
2009-08-27 14:11:07 +00:00 |
addrsize.h
|
Added an AddrSizeFromStr function.
|
2009-08-27 14:11:07 +00:00 |
alignment.c
|
Export MAX_ALIGNMENT.
|
2011-12-27 22:36:28 +00:00 |
alignment.h
|
Added LARGE_ALIGNMENT.
|
2011-12-27 22:53:15 +00:00 |
assertion.c
|
Mark an unsed parameter as unused. __attribute__ also supported by cc65.
|
2009-10-19 17:25:43 +00:00 |
assertion.h
|
Add .assert actions that aren't evaluated at assembly time.
|
2009-10-04 12:40:19 +00:00 |
attrib.h
|
Remove __CC65__ since it doesn't support all attributes gcc does.
|
2009-10-19 17:55:49 +00:00 |
bitops.c
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
bitops.h
|
Use more gcc attributes
|
2000-08-19 18:16:54 +00:00 |
cddefs.h
|
New condes type interruptor
|
2004-09-20 10:15:01 +00:00 |
chartype.c
|
Fixed a typo
|
2004-09-10 09:55:55 +00:00 |
chartype.h
|
Added IsODigit
|
2004-07-29 20:51:58 +00:00 |
check.c
|
Use inline for better performance
|
2001-05-16 09:24:42 +00:00 |
check.h
|
Cast the (unused) result of CHECK and PRECONDITION to void to (hopefully) get
|
2009-09-26 18:55:00 +00:00 |
cmdline.c
|
New function InvArg().
|
2009-10-08 11:31:55 +00:00 |
cmdline.h
|
New function InvArg().
|
2009-10-08 11:31:55 +00:00 |
coll.c
|
Added CollReplaceExpand.
|
2011-08-21 17:30:25 +00:00 |
coll.h
|
Added CollReplaceExpand.
|
2011-08-21 17:30:25 +00:00 |
cpu.c
|
Support for the Mitsubishi 740 CPU for da65. Written and contributed by
|
2011-12-31 13:09:55 +00:00 |
cpu.h
|
Support for the Mitsubishi 740 CPU for da65. Written and contributed by
|
2011-12-31 13:09:55 +00:00 |
debugflag.c
|
Move the Debug flag into a new module "debugflag" in the common directory.
|
2003-01-04 16:59:51 +00:00 |
debugflag.h
|
Move the Debug flag into a new module "debugflag" in the common directory.
|
2003-01-04 16:59:51 +00:00 |
exprdefs.c
|
Started to add a new .BANK instruction that allows access to a memory area
|
2012-01-03 21:41:34 +00:00 |
exprdefs.h
|
Started to add a new .BANK instruction that allows access to a memory area
|
2012-01-03 21:41:34 +00:00 |
filepos.c
|
Added a compar function for file positions.
|
2011-01-24 16:15:35 +00:00 |
filepos.h
|
Change the type of the line number from unsigned long to unsigned since the
|
2011-08-15 16:08:15 +00:00 |
filetype.c
|
Added extensions for new loadable modules
|
2005-03-20 09:00:51 +00:00 |
filetype.h
|
Add upper case extensions, use binary search
|
2003-06-02 11:01:23 +00:00 |
fname.c
|
New function FindName()
|
2003-04-28 06:42:11 +00:00 |
fname.h
|
New function FindName()
|
2003-04-28 06:42:11 +00:00 |
fp.c
|
Some more floating point support.
|
2008-08-11 17:51:00 +00:00 |
fp.h
|
Some more floating point support.
|
2008-08-11 17:51:00 +00:00 |
fragdefs.h
|
Increased the string pool size
|
2003-06-06 06:44:07 +00:00 |
gentype.c
|
Fixed a bug: Never remember a pointer to a string buffer, since it becomes
|
2011-08-23 18:04:25 +00:00 |
gentype.h
|
Renamed GT_GetArraySize to GT_GetElementCount.
|
2011-08-23 18:01:23 +00:00 |
hashfunc.c
|
Renamed hashstr to hashfunc and added an integer hash function.
|
2011-08-12 15:32:08 +00:00 |
hashfunc.h
|
Renamed hashstr to hashfunc and added an integer hash function.
|
2011-08-12 15:32:08 +00:00 |
hashtab.c
|
Fix errors in tracking the number of items in the table. Added function
|
2011-08-21 16:56:40 +00:00 |
hashtab.h
|
Fix errors in tracking the number of items in the table. Added function
|
2011-08-21 16:56:40 +00:00 |
hlldbgsym.h
|
New flag that tells if the HLL symbol has an asm symbol attached.
|
2011-08-31 21:00:20 +00:00 |
inline.h
|
Add symbol to disable inlining of functions
|
2005-11-20 22:03:29 +00:00 |
intstack.c
|
Added several functions to the intstack module.
|
2010-04-18 18:40:59 +00:00 |
intstack.h
|
Added several functions to the intstack module.
|
2010-04-18 18:40:59 +00:00 |
inttypes.h
|
Added check for gcc
|
2005-08-26 12:44:15 +00:00 |
libdefs.h
|
Change how data is stored in the library. To simplify things, the index
|
2011-01-28 15:42:32 +00:00 |
lidefs.h
|
Mark the symbol that is the name of a scope with the size of that scope
|
2011-06-13 18:43:50 +00:00 |
matchpat.c
|
New pattern matching module matchpat.[ch]
|
2002-04-08 19:55:12 +00:00 |
matchpat.h
|
New pattern matching module matchpat.[ch]
|
2002-04-08 19:55:12 +00:00 |
mmodel.c
|
Extend the object code format by adding a (currently empty) scope table.
|
2003-11-28 22:12:14 +00:00 |
mmodel.h
|
Extend the object code format by adding a (currently empty) scope table.
|
2003-11-28 22:12:14 +00:00 |
objdefs.h
|
Bumped object file version since file format has changed.
|
2011-12-27 22:53:42 +00:00 |
optdefs.h
|
Encode option strings in the string pool
|
2003-05-25 21:06:57 +00:00 |
print.c
|
Moved verbose output to a shared module in the common/ directory.
|
2001-03-10 10:21:03 +00:00 |
print.h
|
Moved verbose output to a shared module in the common/ directory.
|
2001-03-10 10:21:03 +00:00 |
scopedefs.h
|
New flag bit that tells if a scope has a label.
|
2011-08-07 18:47:21 +00:00 |
searchpath.c
|
PushSearchPath will add the path only if it's not already there.
|
2010-05-28 11:56:01 +00:00 |
searchpath.h
|
PushSearchPath will add the path only if it's not already there.
|
2010-05-28 11:56:01 +00:00 |
segdefs.h
|
Mark segments that are referenced in a .BANK statement.
|
2012-01-04 22:15:47 +00:00 |
segnames.c
|
Move ValidSegName into segnames.c
|
2003-02-08 09:53:44 +00:00 |
segnames.h
|
Move ValidSegName into segnames.c
|
2003-02-08 09:53:44 +00:00 |
shift.c
|
New shift module, comment fixes
|
2003-11-11 09:41:07 +00:00 |
shift.h
|
New shift module, comment fixes
|
2003-11-11 09:41:07 +00:00 |
strbuf.c
|
Check for a size of zero in SB_CopyBuf to make the code somewhat faster.
|
2010-05-29 21:23:34 +00:00 |
strbuf.h
|
Fixed an error in the SB_SkipMultiple macro.
|
2009-10-14 10:04:20 +00:00 |
strpool.c
|
Fixed a bug in SP_Add.
|
2011-08-21 16:08:52 +00:00 |
strpool.h
|
Use the hashtab to implement the string pool hash table.
|
2011-08-21 13:15:52 +00:00 |
strstack.c
|
New module strstack
|
2004-03-07 22:09:06 +00:00 |
strstack.h
|
New module strstack
|
2004-03-07 22:09:06 +00:00 |
strutil.c
|
New function StrCaseCmp
|
2003-02-08 22:23:29 +00:00 |
strutil.h
|
New function StrCaseCmp
|
2003-02-08 22:23:29 +00:00 |
symdefs.h
|
Added flags for im- and export.
|
2011-08-16 11:34:46 +00:00 |
target.c
|
Fixed type in target name (it is not supposed to be "geos-apple2") and adjusted the CPU attribute to 65C02 as Apple GEOS only runs on newer Apple machines with 128kB anyway.
|
2012-01-02 12:45:25 +00:00 |
target.h
|
Added TGT_GEOS_CBM and TGT_GEOS_APPLE.
|
2011-12-28 13:33:38 +00:00 |
tgttrans.c
|
Added TGT_GEOS_CBM and TGT_GEOS_APPLE.
|
2011-12-28 13:33:38 +00:00 |
tgttrans.h
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +00:00 |
va_copy.h
|
Rewrite va_copy.h - the check for a C89 compiler wasn't a really good idea,
|
2009-01-24 16:26:32 +00:00 |
version.c
|
Bumped the version number
|
2009-10-06 12:24:15 +00:00 |
version.h
|
Move the version numbers from the interface of the version module into a new
|
2009-09-28 20:10:01 +00:00 |
xmalloc.c
|
New function xdup.
|
2006-04-09 10:04:50 +00:00 |
xmalloc.h
|
New function xdup.
|
2006-04-09 10:04:50 +00:00 |
xsprintf.c
|
The conversion specifier to output a StrBuf had to be changed, because gcc
|
2008-03-31 20:51:31 +00:00 |
xsprintf.h
|
The conversion specifier to output a StrBuf had to be changed, because gcc
|
2008-03-31 20:51:31 +00:00 |