Showing changes from revision #3 to #4:
Added | Removed | Changed
Entry | |
---|---|
R0 | 3 |
R1 | Bit mask for output streams |
Exit | |
---|---|
R0 | Preserved |
R1 | Value before being overwritten |
R2 | Corrupted |
The purpose of this call is to select the devices to which all subsequent output from OS_WriteC (and related SWIs) should be sent.
The state of this variable can be read and written with OS_Byte 236.
Enabling the serial device and printer with this OS_Byte and setting the printer to the serial device with OS_Byte 5 causes characters to be placed in both serial and printer buffers, which both are then fed to the serial port.