--- rpl/src/analyse.c 2013/09/04 08:36:51 1.90 +++ rpl/src/analyse.c 2023/11/24 09:12:57 1.120 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.15 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.35 + Copyright (C) 1989-2023 Dr. BERTRAND Joël This file is part of RPL/2. @@ -323,6 +323,7 @@ initialisation_instructions(struct_proce INSTRUCTION("EGV", instruction_egv); INSTRUCTION("END", instruction_end); INSTRUCTION("ENG", instruction_eng); + INSTRUCTION("EQV", instruction_eqv); INSTRUCTION("EXP", instruction_exp); INSTRUCTION("FC?", instruction_fc_test); INSTRUCTION("FFT", instruction_fft); @@ -774,6 +775,7 @@ initialisation_instructions(struct_proce INSTRUCTION("RCLSWI", instruction_rclswi); INSTRUCTION("RECALL", instruction_recall); INSTRUCTION("RECODE", instruction_recode); + INSTRUCTION("RECORD", instruction_record); INSTRUCTION("REDRAW", instruction_redraw); INSTRUCTION("REMOVE", instruction_remove); INSTRUCTION("REPEAT", instruction_repeat); @@ -805,6 +807,7 @@ initialisation_instructions(struct_proce //INSTRUCTION("BESTFIT") //Instruction HP48 (choisit le meilleur modèle de régression) INSTRUCTION("CLRFUSE", instruction_clrfuse); + INSTRUCTION("CLRSOCK", instruction_clrsock); INSTRUCTION("CONVERT", instruction_convert); INSTRUCTION("CRSMPHR", instruction_crsmphr); INSTRUCTION("CURRENC", instruction_currenc); @@ -824,6 +827,7 @@ initialisation_instructions(struct_proce INSTRUCTION("INQUIRE", instruction_inquire); INSTRUCTION("MEMLOCK", instruction_memlock); INSTRUCTION("MTXLOCK", instruction_mtxlock); + INSTRUCTION("NBRCPUS", instruction_nbrcpus); INSTRUCTION("PERSIST", instruction_persist); INSTRUCTION("PLOTTER", instruction_plotter); INSTRUCTION("PRIVATE", instruction_private);