-
-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
Description
(main.c and compiled .8xp file) BUGREPRO.zip
When executing os_RunPrgm on a TI-BASIC program and hitting a Stop
token, a ram clear occurs.
This is undesirable behavior.
Reproduction steps
- Compile this file using the CE C toolchain
#include <ti/vars.h>
int main() {
os_RunPrgm("A", 0, 0, 0);
return 0;
}
- On the calculator, make a new TI-BASIC program named
A
and put aStop
token in it. - Transfer the compiled program to a calculator.
- Run the compiled program