Function | Address | Vector | Description |
---|---|---|---|
CLRCHN | FFCC | 0322 | Clear I/O channels |
This routine is called to clear all open channels and restore the I/O channels to their original default values.
It is usually called after opening other I/O channels like a tape or disk drive and using them for input/output operations. The default input device is 0 (keyboard). The default output device is 3 (screen).
This routine is automatically called when the CLALL routine is executed.