AP - Append
Appends a string to the end of the specified line(s).
Syntax
AP{m}/string
AP{m-k}/string
AP{m,n}/string
Syntax Elements
m is the number of lines to append string to, beginning with the current line. If m is not specified, it defaults to the current line.
m -k is line m through line k.
m ,n is n lines, starting at line m.
/ is a separator. You can use another character if '/' is used in the string to be appended.
string is the string to be appended.
Assembler Format
If the assembler display format is on, the string is appended to the end of the comment field.
Example
|
|