• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ERROR=ABORT // Abort if error occurs when processing the script
2WAIT=ON // Wait for each command to finish
3
4GO
5
6STATS
7
8  //STDIOLOG OFF // Close the log file
9
10  //UNLOAD 1 // Unload the image
11  //DELFILE 1 // Remove the symbol definitions
12    //DISCONNECT  // Disconnect from the target
13  //WAIT=OFF
14QUIT Y
15