User`s manual

.INLN
5-9
5
.INLN
Name
.INLN - Input line routine
Code
$0002
Description
.INLN is used to read a line from the default input port. The buffer
size should be at least 256 bytes.
Entry Conditions
R03: 32-bit address of string buffer
Exit Conditions Different From Entry
R03: Address of last character in the string+1
Note A line is a string of characters terminated by a
<CR>.
The maximum allowed size is 254 characters. The
terminating
<CR> is not considered part of the string,
but it is returned in the buffer, that is, the returned
pointer points to it. The control characters described in
the section Control Characters in Chapter 2 are in effect.