From 01458275cb1e278dd2e0f048043a9142d2a08f67 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 30 Jan 2006 21:01:32 +0000 Subject: [PATCH] Documented the new placement options git-svn-id: svn://svn.cc65.org/cc65/trunk@3702 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/da65.sgml | 78 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 9 deletions(-) diff --git a/doc/da65.sgml b/doc/da65.sgml index dc2db66fb..f4174618d 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -55,15 +55,20 @@ Short options: -V Print the disassembler version Long options: + --argument-column n Specify argument start column + --comment-column n Specify comment start column --comments n Set the comment level for the output --cpu type Set cpu type --debug-info Add debug info to object file --formfeeds Add formfeeds to the output --help Help (this text) + --hexoffs Use hexadecimal label offsets --info name Specify an info file --label-break n Add newline if label exceeds length n + --mnemonic-column n Specify mnemonic start column --pagelength n Set the page length for the listing --start-addr addr Set the start/load address + --text-column n Specify text start column --verbose Increase verbosity --version Print the disassembler version --------------------------------------------------------------------------- @@ -76,6 +81,19 @@ Here is a description of all the command line options: +