How to track VDU-Driver activities
Thomas Milius (1471) 64 posts |
I want to track the activities of the VDU driver. Which vectors must be claimed to do so? SpriteV could be a candicate. VDUXV is useless for I don’t want to rewrite anything or is it possible to take the call and to bypass it to the regular VDU handler? OS_Plot I assume can’t be tracked so programs could bypass the tracking. Any ideas? Many thanks in advance! |
Rick Murray (539) 13855 posts |
Is this possible? I mean, writing text (PRINT “Hiya!”) is likely to call WRCHV but nothing else even though the screen is updated. You can’t trap that part of the activity.
To pass on the call, return to the address provided in R14, the usual |