On 20 February 2014 15:39, Frank M. Ramaekers <[email protected]> wrote: > So you have to find a way to keep everything (in an instruction) on a > single line?
No - not at all. It's just that the instruction and operands can't contain unquoted blanks, so you have to run it all the way to (by default) column 71, and then the very next character must be in (by default) column 16. You can even continue to a third line in the unlikely case two are not enough. Once that's all done, then you can start your comment on the last line with at least one blank spearating it from the last character of the instruction operand. Tony H.
