version 1.107, 2017/07/30 22:00:02
|
version 1.123, 2025/04/15 10:17:49
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.27 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2017 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 775 initialisation_instructions(struct_proce
|
Line 775 initialisation_instructions(struct_proce
|
INSTRUCTION("RCLSWI", instruction_rclswi); |
INSTRUCTION("RCLSWI", instruction_rclswi); |
INSTRUCTION("RECALL", instruction_recall); |
INSTRUCTION("RECALL", instruction_recall); |
INSTRUCTION("RECODE", instruction_recode); |
INSTRUCTION("RECODE", instruction_recode); |
|
INSTRUCTION("RECORD", instruction_record); |
INSTRUCTION("REDRAW", instruction_redraw); |
INSTRUCTION("REDRAW", instruction_redraw); |
INSTRUCTION("REMOVE", instruction_remove); |
INSTRUCTION("REMOVE", instruction_remove); |
INSTRUCTION("REPEAT", instruction_repeat); |
INSTRUCTION("REPEAT", instruction_repeat); |
Line 806 initialisation_instructions(struct_proce
|
Line 807 initialisation_instructions(struct_proce
|
//INSTRUCTION("BESTFIT") |
//INSTRUCTION("BESTFIT") |
//Instruction HP48 (choisit le meilleur modèle de régression) |
//Instruction HP48 (choisit le meilleur modèle de régression) |
INSTRUCTION("CLRFUSE", instruction_clrfuse); |
INSTRUCTION("CLRFUSE", instruction_clrfuse); |
|
INSTRUCTION("CLRSOCK", instruction_clrsock); |
INSTRUCTION("CONVERT", instruction_convert); |
INSTRUCTION("CONVERT", instruction_convert); |
INSTRUCTION("CRSMPHR", instruction_crsmphr); |
INSTRUCTION("CRSMPHR", instruction_crsmphr); |
INSTRUCTION("CURRENC", instruction_currenc); |
INSTRUCTION("CURRENC", instruction_currenc); |
Line 825 initialisation_instructions(struct_proce
|
Line 827 initialisation_instructions(struct_proce
|
INSTRUCTION("INQUIRE", instruction_inquire); |
INSTRUCTION("INQUIRE", instruction_inquire); |
INSTRUCTION("MEMLOCK", instruction_memlock); |
INSTRUCTION("MEMLOCK", instruction_memlock); |
INSTRUCTION("MTXLOCK", instruction_mtxlock); |
INSTRUCTION("MTXLOCK", instruction_mtxlock); |
|
INSTRUCTION("NBRCPUS", instruction_nbrcpus); |
INSTRUCTION("PERSIST", instruction_persist); |
INSTRUCTION("PERSIST", instruction_persist); |
INSTRUCTION("PLOTTER", instruction_plotter); |
INSTRUCTION("PLOTTER", instruction_plotter); |
INSTRUCTION("PRIVATE", instruction_private); |
INSTRUCTION("PRIVATE", instruction_private); |