Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 218 (&DA) |
R1 | EOR value |
R2 | AND value |
Exit | |
---|---|
R0 | Preserved |
R1 | Previous count |
R2 | Corrupted |
The purpose of this call is to read or write the count of bytes in the VDU queue.
The value of the count is -(bytes needed to complete VDU sequence) held in 1 byte, so if two bytes are needed to complete the current sequence then count will be &FE.
Usually this call is used to set the count to 0, which abandons any current VDU sequence. This stops error messages being garbled by a partially completed VDU sequence.