BSTR - assemble a B string with label.

Usage:

bstr  label,(string)[,MORE]

Where:

label
is a GMAP symbol which will be defined with the address of the first word of the string. "label" should be null if this is a continuation of a previous BSTR or BSTRNG macro.
(string)
is a string of characters enclosed in parentheses.
MORE
is an optional third argument. Use of the keyword MORE here indicates that the entire string is not on this line, and is continued in the next BSTR macro.

Description:

BSTR assembles a B string (complete with trailing '*e'), and defines a label with the address of the string. The actual text of the string is assembled under location counter "errtxt", and nothing is assembled at the current location.

See Also:

expl b bmac character
for a description of the escape sequences used in the string.

Copyright © 1996, Thinkage Ltd.