Difference between revisions of "OSWORD &59"

From BeebWiki
Jump to: navigation, search
m (moved OSWORD 59 to OSWORD &59)
 
m (1 revision)
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 19:13, 8 March 2015

OSWORD &59 (89 ) - Delete node from binary tree DVR

On entry:
 XY+0..1=address of the root of the tree
 XY+2..3=address of a data comparison routine
 XY+4..5=address of the node to delete
On exit:
 C is set if the node could not be found in the tree,
 otherwise XY contain the address of the old node.

See Also

Jgharston 13:54, 26 May 2009 (UTC)