From c1bbf69d720354ffb37280027b3be7d9da567e66 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 20 Aug 2012 20:07:05 +0000 Subject: [PATCH] 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 | 15 +++++++++++++++ src/ca65/global.c | 3 ++- src/ca65/global.h | 1 + src/ca65/main.c | 13 ++++++++++++- src/ca65/segment.c | 18 ++++++++---------- 5 files changed, 38 insertions(+), 12 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index a698b701b..b29912de2 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -120,6 +120,7 @@ Long options: --macpack-dir dir Set a macro package directory --memory-model model Set the memory model --pagelength n Set the page length for the listing + --relax-checks Relax some checks (see docs) --smart Enable smart mode --target sys Set the target system --verbose Increase verbosity @@ -276,6 +277,20 @@ Here is a description of all the command line options: id=".PAGELENGTH" name=".PAGELENGTH"> directive for more information. +