Page 1 of 1

BT/tclterm function

Posted: Sat Aug 31, 2019 12:29 pm
by olzeke51
what does the <RESTART> button do in the BT window??
some of the Tclterm.tcl code implies a 'resume' function ?? " ^ "
'
restart_resume.jpg
restart_resume.jpg (42.2 KiB) Viewed 13016 times
Thanks for any clarification... Gary

edit: to my thinking -- RESTART would begin my program again.....
"Resume" would pickup from a Programmed STOP command

Re: BT/tclterm function

Posted: Sat Aug 31, 2019 7:39 pm
by basicchip
That button starts out as RESTART when you load BASICtools (BT). At that point it will launch a program previously saved in the ARM.

If you choose a program to compile it will switch to RUN, which will compile and load and run the program.

It then reverts to RESTART which will again restart the program.

If you had a STOP in your program it will do a resume.