mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
Post-merge adjustments to 4502 patch.
This commit is contained in:
parent
88c7214950
commit
3f13609932
@ -9,6 +9,7 @@ import optparse
|
|||||||
enable_branch_extend = True
|
enable_branch_extend = True
|
||||||
enable_undoc_ops = False
|
enable_undoc_ops = False
|
||||||
enable_65c02_exts = False
|
enable_65c02_exts = False
|
||||||
|
enable_4502_exts = False
|
||||||
|
|
||||||
warn_on_branch_extend = True
|
warn_on_branch_extend = True
|
||||||
|
|
||||||
@ -75,9 +76,9 @@ def parse_args(raw_args):
|
|||||||
if options.c02 and options.undoc:
|
if options.c02 and options.undoc:
|
||||||
parser.error("--undoc and --65c02 are mutually exclusive")
|
parser.error("--undoc and --65c02 are mutually exclusive")
|
||||||
if options.c02 and options.csg4502:
|
if options.c02 and options.csg4502:
|
||||||
parser.error("--undoc and --65c02 are mutually exclusive")
|
parser.error("--65c02 and --4502 are mutually exclusive")
|
||||||
if options.csg4502 and options.undoc:
|
if options.csg4502 and options.undoc:
|
||||||
parser.error("--undoc and --65c02 are mutually exclusive")
|
parser.error("--undoc and --4502 are mutually exclusive")
|
||||||
|
|
||||||
infiles = args
|
infiles = args
|
||||||
outfile = options.outfile
|
outfile = options.outfile
|
||||||
|
BIN
tests/test4502.bin
Normal file
BIN
tests/test4502.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user