Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 219 (&DB) |
R1 | EOR value |
R2 | AND value |
Exit | |
---|---|
R0 | Preserved |
R1 | Previous value |
R2 | Corrupted |
The purpose of this call is to read or write the character that the tab key produces.
If 128 <= value <= 255 then the character inserted in the buffer is modified by shift and control:
Key | Modification |
---|---|
Shift | Value EOR &10 |
Control | Value EOR &20 |