1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 22:30:12 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
spiro ececd5f10f Make cc65-doc depend on the right version of cc65
The dependency of cc65-doc was on cc65 (>= 2.13.2-1, which was too
generic. Fixed to depend on the same version.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5402 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-15 13:25:31 +00:00
asminc Declaration of tgi_settextdir() added. 2011-07-31 22:17:21 +00:00
doc Added articles (last chapterstill todo). 2012-01-15 00:32:23 +00:00
include
libsrc The "Hitchhiker's Guide To GEOS" is the only publicly available document containing the addresses of GEOS symbols for Apple GEOS. 2012-01-14 11:09:40 +00:00
make
packages Make cc65-doc depend on the right version of cc65 2012-01-15 13:25:31 +00:00
samples
src Fixed an error in calculation of the fill bytes necessary for alignment. 2012-01-11 18:30:25 +00:00
testcode
util