[Assembly] Down the line in Assembly

CR: ASCII is 0dh help us return to the beginning of the line.
LF: ASCII code 0Ah help us to new line.
Declaring clrf 13.10 db, '$’ was declared a sequence of two characters CR and LF. Note that there are still characters $ to inform ending.

VD on the assembly line to use 0Ah.
Assembly line down

Examples of the first assembly line in use 0dh.
return line assembly line

VD down the line and the beginning of the line, can be used in combination 2 Ie on or declare and call clrf 13.10 db, '$'.
Assembly line down

Assembly line down