From 2b2532942353fc2b7e7ce76c008d2c294ee16f8a Mon Sep 17 00:00:00 2001 From: AIDA Shinra Date: Mon, 11 Jun 2018 01:53:35 +0900 Subject: [PATCH] Support for preprocessing info file via cpp or m4. --- doc/da65.sgml | 20 +++- src/da65/main.c | 16 +++ src/da65/scanner.c | 245 ++++++++++++++++++++++++++++++++++++++------- src/da65/scanner.h | 2 + 4 files changed, 245 insertions(+), 38 deletions(-) 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. +