1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 51543fddb0 Increased the file count to 16 bits when written to the object file.
Moved the input file table to a separate module and added an AddFile()
function to add files to this table.
Removed the 8 bit limit for the file number in several places (the file
number is still 8 bits in the file position structure).
Added a pseudo instruction .dbg that will be used to add debug info from
high level code to the assembler source.
Added a subkey "file" to the .dbg command that allows to add a file to the
file table that is later written to the object file.


git-svn-id: svn://svn.cc65.org/cc65/trunk@258 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-08-01 21:36:45 +00:00
doc Replaced the cl65 docs by an sgml version 2000-08-01 19:57:01 +00:00
include Changes from Maciej 2000-07-31 22:04:21 +00:00
libsrc Changes from Maciej 2000-07-31 22:04:21 +00:00
samples File no longer needed 2000-07-30 09:24:28 +00:00
src Increased the file count to 16 bits when written to the object file. 2000-08-01 21:36:45 +00:00
testcode Added several test programs that were lying around for some time 2000-07-22 11:14:00 +00:00
util/atari Ignore executables 2000-07-18 20:04:48 +00:00
.cvsignore