The following are examples of EndOfLine-Comments:
; Comments may be on a line all by themselves. They can be empty... ; ; They don't have to start in the first column BumpCount MACRO Amount ; They can appear to the right of statements Count = Count + Amount ; This appears in macro expansions $Total = $Total + Amount ;;This does not, discarded during definition ENDM