BT/tclterm function

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

BT/tclterm function

Post 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 8058 times
Thanks for any clarification... Gary

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



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: BT/tclterm function

Post 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.

Post Reply