From: AIDA Shinra Date: Sun, 10 Jun 2018 16:53:35 +0000 (+0900) Subject: Support for preprocessing info file via cpp or m4. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b2532942353fc2b7e7ce76c008d2c294ee16f8a;p=cc65 Support for preprocessing info file via cpp or m4. --- diff --git a/doc/da65.sgml b/doc/da65.sgml index 54a341615..c59840389 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -53,6 +53,7 @@ Short options: -o name Name the output file -v Increase verbosity -F Add formfeeds to the output + -s Accept line markers in the info file -S addr Set the start/load address -V Print the disassembler version @@ -70,6 +71,7 @@ Long options: --mnemonic-column n Specify mnemonic start column --pagelength n Set the page length for the listing --start-addr addr Set the start/load address + --sync-lines Accept line markers in the info file --text-column n Specify text start column --verbose Increase verbosity --version Print the disassembler version @@ -205,6 +207,17 @@ Here is a description of all the command line options: start address is specified, $10000 minus the size of the input file is used. +