Difference between revisions of "OSWORD &57"

From BeebWiki
Jump to: navigation, search
m (moved OSWORD 57 to OSWORD &57)
 
m (1 revision)
(No difference)

Revision as of 00:58, 29 August 2013

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)