A comment can occupy an entire line to explain the purpose and usage of a block of statements or to describe an algorithm. A comment line contains a semicolon followed by a text, as listed the following listing. Comments are included in the assembly listing, but are not significant to the Assembler.
An empty line is also considered to be a comment line.
; This is a comment line followed by an empty line and non comments ... (non comments)