]> git.sur5r.net Git - cc65/commit
Added a "fillval" attribute to the segment definition. When given, it
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 9 Sep 2012 19:00:43 +0000 (19:00 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 9 Sep 2012 19:00:43 +0000 (19:00 +0000)
commit574c8fa27300483b0c2f3623d8203f0d5ef95f1e
tree0a046b2a1d1fa524df8ddb4659133b9da43b108d
parent1c77d3a6f0c3b99ea7f496c3c158075113b7603b
Added a "fillval" attribute to the segment definition. When given, it
overrides the value from the memory area for all space that lies within the
segment itself.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5823 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/ld65.sgml
src/ld65/bin.c
src/ld65/config.c
src/ld65/config.h
src/ld65/segments.c