Added new options and info file attribute to set the columns where the
fields of the disassembled output start. git-svn-id: svn://svn.cc65.org/cc65/trunk@3703 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -67,16 +67,20 @@ typedef enum token_t {
|
||||
INFOTOK_ASMINC,
|
||||
|
||||
/* Global section */
|
||||
INFOTOK_ARGUMENT_COLUMN,
|
||||
INFOTOK_COMMENT_COLUMN,
|
||||
INFOTOK_COMMENTS,
|
||||
INFOTOK_CPU,
|
||||
INFOTOK_HEXOFFS,
|
||||
INFOTOK_INPUTNAME,
|
||||
INFOTOK_INPUTOFFS,
|
||||
INFOTOK_INPUTSIZE,
|
||||
INFOTOK_LABELBREAK,
|
||||
INFOTOK_LABELBREAK,
|
||||
INFOTOK_MNEMONIC_COLUMN,
|
||||
INFOTOK_OUTPUTNAME,
|
||||
INFOTOK_PAGELENGTH,
|
||||
INFOTOK_STARTADDR,
|
||||
INFOTOK_STARTADDR,
|
||||
INFOTOK_TEXT_COLUMN,
|
||||
|
||||
/* Range section */
|
||||
INFOTOK_START,
|
||||
|
||||
Reference in New Issue
Block a user