OSWORD &57

From BeebWiki
Revision as of 20:13, 8 March 2015 by WikiSysop (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OSWORD &57 (87 ) - Create new binary tree node DVR

On entry:
 XY+0..1=data address
 XY+2..3=size of the data
 XY+4..5=heap handle. If the data address is zero, a new
  node is allocated, but the data is not copied.
On exit:
 XY contains the address of the node
 C is set if the call failed.

See Also

Jgharston 13:51, 26 May 2009 (UTC)