OSWORD &5E

From BeebWiki
Revision as of 01:13, 8 March 2015 by WikiSysop (talk | contribs) (1 revision)
Jump to: navigation, search

OSWORD &5E (94 ) - Get string with control character interpretation DVR

On entry:
 XY+0..1=address of a CR-terminated string
 XY+2..3=destination address (for a length-prefixed string)
 XY?4   =flags byte (&80=double quoted allowed, &40=single
 quoting allowed, &20=non-quoted characters allowed,
 &10=skip preceding space, &8=enable escape character
 processing.
On exit:
 The address of the source string is updated to indicate the
 next part of the string to be processed.
 C is set if the string was malformed.
 

See Also

Jgharston 13:10, 26 May 2009 (UTC)