From e1dcecf9d221f030c041657c5f69f15236cd3c43 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 6 Sep 2018 11:48:23 +0100 Subject: Made '$' expansion account for bank in 24-bit address mode. --- src/casm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/casm.c') diff --git a/src/casm.c b/src/casm.c index cd5f116..a22ff34 100644 --- a/src/casm.c +++ b/src/casm.c @@ -59,7 +59,7 @@ */ static const char *casm_usage = -"Version 1.5 development\n" +"Version 1.5\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" @@ -176,6 +176,7 @@ CommandStatus SetOption(int opt, int argc, char *argv[], { case OPT_ADDRESS24: options.address24 = ParseTrueFalse(argv[0], FALSE); + LabelSetAddress24(options.address24); break; default: break; -- cgit v1.2.3