1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 16:29:58 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 097a01094e Added a method to write variable sized unsigned values. Use this method for
all sorts of things in the object files. This does not only make the object
files smaller, but does also remove several limits (strings may be longer
than 255 bytes, several counters no longer have 8 or 16 bit limits).


git-svn-id: svn://svn.cc65.org/cc65/trunk@260 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-08-02 13:23:06 +00:00
doc Minor changes 2000-08-02 07:41:56 +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 Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00