REO
Request value
The REQpseudo-op is similar
to the EQUpseudo-op, only instead
of an explicit
value being specified,
the
system
console
is
prompted
for
the
value.
The
pranpt is specified
as the operand.
For example,
TEST:
REQ'Input:'
Input:
to be displayed
on the console during pass 1 of the assembly. The operator
must
then type the value
to be associated
with
the
label.
For example,
if
the
operator
had typed
'56H'
in
response
to the
prompt,
then TESTwould have a
value of 56 hex.
'!he PRTpseudo-op allows infonnation
to be displayed
on the console during pass
2.
If operands are present,
they are
displayed,
otherwise,
just
a carriage
return/linefeed
is printed.
For example,
TEST:
EQU
PRT
7000H
''!his
is a test
',TEST
The NLIST pseudo-op
will
cause code following it not to be listed.
Note that
this
overrides
any options which may have been specified
in the commandstring;
If
the
E option
was used,
nothing
will
be listed
(errors
or not)
after
a
NLIST.
'!he LIST pseudo-op cancels
the effect
of the NLISTpseudo-op. If there has been
no NLIST, then this
has no effect.