...
This gives the CLI a string to execute. It is used by BASIC's *CLI command and by the Alarm popdown. Via this call all the CLI facilities can be accessed, though often it will be necessary to use the call to execute a file containing a list of CLI commands.
Bugs
- Does not work when HL string is in segment
...
- 2 (fixed since OZ 5.0)
- Does not handle B = 0 as local address for segment
...
- 2 and 3 (fixed since OZ 5.0)
- Returns no error when IX stream is :INP (fixed since OZ 5.0)
Related calls
DC_In, Read from CLI
DC_Out, Write to CLI
DC_Prt, Print to CLI
DC_Xin, Examine CLI input
DC_Rbd, Rebind streams
DC_Gen, screen driver SOH call
OS_Cli, CLI interface