]> git.sur5r.net Git - cc65/commit
New option --relax-checks that disable the check for a match beween size oif
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 20 Aug 2012 20:07:05 +0000 (20:07 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 20 Aug 2012 20:07:05 +0000 (20:07 +0000)
commitc1bbf69d720354ffb37280027b3be7d9da567e66
treedc801fd0895aa3c3fff12fb018e7fd016536b22e
parentda4bc2bcaa0f2aa6b013faf4c8809629b4d038db
New option --relax-checks that disable the check for a match beween size oif
an expression and the address size. Will allow short branches between segments
among other things. Suggested by Spiro Trikaliotis.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5810 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/ca65.sgml
src/ca65/global.c
src/ca65/global.h
src/ca65/main.c
src/ca65/segment.c