Blame | Last modification | View Log | Download
# file opened: trimming_define_values.asm1 0000 DEFINE define1 12 ; trailing comments were producing many spaces trailing in the value2 0000 0C DB 12; so here was extra whitespace in listing after substituted "12"3 0001 ; since v1.18.2 these are trimmed, but only when there's eol-comment trailing4 00015 0001 ; without trailing comment, they are part of the value!6 0001 DEFINE define2 347 0001 22 DB 34 ; here should be two spaces after "34" comming from the DEFINE line8 0002# file closed: trimming_define_values.asmValue Label------ - -----------------------------------------------------------