Contents | < Browse | Browse >
CHECK ON|OFF

* Activates or deactivates the programmers status line.

eg.     check on        {activates status line}
        check off       {deactivates status line}

The status line (if activated) will only appear once a disk based
or resident program has been executed. The line appears as follows:

Result2: 0  time = 00:00:23.66  changes-> chip: 0  fast: 0  total: 0

Result2 shows the error code that can be asked for with IoErr.
Time shows how long the program took to execute in hours,
minutes, seconds, hundredths (This time does NOT include the time
it takes to load the program from disk). Changes show if the program
has left any memory still allocated. i.e. if 200 bytes of chip
memory were left allocated by the program, then you see "chip: -200".
The Return code (the program returns in D0) is shown as Fail-Level.