[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.
Examples of the first assembly line in use 0dh.
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, '$'.
2 This code is very easy to confuse, Test your reality denoted return 0x0D bullet 0x0A also denoted newline. But many foreign document is still writing down the line and in the immediate Enter code table assci the ENTER has value 13 ie 0x0D ?