...
| Code Block | ||
|---|---|---|
| ||
IN:
BHL = pointer to tokenized null terminated string (B = 0, local)
OUT, if call successful:
Fc = 0, always
Registers changed after return:
A.BCDEHK/IXIY same
.F....../.... different |
Notes
The
...
default
...
system
...
token
...
table
...
is
...
used
...
if
...
a
...
local
...
token
...
table
...
has
...
not
...
been
...
established
...
with OS_Wtb.
The
...
standard
...
screen
...
driver
...
effects
...
and
...
icons
...
are
...
handled
...
by
...
this
...
call.
The
...
...
...
can
...
be
...
displayed
...
using
...
the
...
STX
...
($02)
...
escape
...
sequence,
...
for
...
example
...
using
...
string
...
below
...
:
defm 2,$A4,0
will output the '€' character and not the corresponding token.
...