User`s manual

.WRITD .WRITDLN
5-53
5
Notes 1. The string must be formatted such that the first byte
(the byte pointed to by the passed address) contains
the count (in bytes) of the string (including the data
field specifiers, described in Note 2 below).
2. Any data fields within the string must be represented
as follows:
|radix,fieldwidth[Z]|
where:
radix is the hexadecimal value for the base in which
the data will be displayed (for example, A is base 10,
and 10 is base 16.)
fieldwidth is the hexadecimal value for the number of
characters this data is to occupy in the output.
The data is right justified, and left-most characters
are removed to make the data fit. The
Z is included if
it is desired to suppress leading zeros in output. The
vertical bars (|) are required characters.
3. All data is to be placed in the data list as 32-bit words.
Each time a data field is encountered in the user
string, a word is read from the data list to be
displayed.
4. The data list is not destroyed by this routine.