From dba7806ab4b30c73b8488c02c6a58816156cf706 Mon Sep 17 00:00:00 2001 From: uz Date: Wed, 28 Dec 2011 14:02:09 +0000 Subject: [PATCH] New behaviour of .ALIGN, new option --large-alignment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5339 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.sgml | 68 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 5 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 16277f210..5d65584a9 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -114,6 +114,7 @@ Long options: --help Help (this text) --ignore-case Ignore case of symbols --include-dir dir Set an include directory search path + --large-alignment Don't warn about large alignments --listing name Create a listing file if assembly was ok --list-bytes n Maximum number of bytes per listing line --macpack-dir dir Set a macro package directory @@ -225,6 +226,13 @@ Here is a description of all the command line options: never be generated in case of assembly errors. +