diff --git a/x65.cpp b/x65.cpp index c4d8ce0..840f28e 100644 --- a/x65.cpp +++ b/x65.cpp @@ -2897,6 +2897,7 @@ StatusCode Asm::BuildMacro(Macro &m, strref arg_list) args.split_token_trim(';'); strref a = args.split_token_trim(';'); macexp.exchange(offs, tag.get_len(), a); + pos += a.get_len(); success = true; } }