Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleRST 20H, DEFW $BC06
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

...

ISO

...

characters

...

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.

...