diff --git a/masm_shc/main.cpp b/masm_shc/main.cpp index ca1adc7..8e88d26 100644 --- a/masm_shc/main.cpp +++ b/masm_shc/main.cpp @@ -154,7 +154,7 @@ bool process_file(t_params ¶ms) if (seg_name == "pdata" || seg_name == "xdata") { in_skipped = true; } - if (seg_name == "CONST") { + if (seg_name == "CONST" || seg_name == "_DATA") { in_const = true; } if (tokens[1] == "ENDS" && tokens[0] == seg_name) {