Difference between revisions of "OSWORD &57"

From BeebWiki
Jump to: navigation, search
m (1 revision)
m (1 revision)
 
(No difference)

Latest revision as of 19:13, 8 March 2015

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)