//MACRO Avl.anchor //-------------------------------------------------------------------------------------------------- // // @ CopyRight Roberti & Parau Enterprises, Inc. 2021-2023 // // This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License. // To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/ // or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. // //-------------------------------------------------------------------------------------------------- // // // Get word type // eval(DVASM.getEnv()[4]); var wrd= abiWID + "WRD"; // // Generate anchor mapping // \#Label #wrd 0 // Root node addr of AVL tree if (Label !== "") { \#Label #wrd 0 // Start anchor \#Label..head #wrd 0 // Head pointer of tree } else \ #wrd 0 // Space for AVL tree anchor