Any of the following lines of code in BASIC or BASIC ADL will cause the Agon to lock-up:
10 VDU 31, POS, VPOS
20 VDU 31, 0, VPOS
30 VDU 31, POS, 0
The VDP should handle the evaluation of POS and VPOS properly so that the proper X and Y coordinates are passed to VDU 31 .
Any of the following lines of code in BASIC or BASIC ADL will cause the Agon to lock-up:
The VDP should handle the evaluation of
POSandVPOSproperly so that the proper X and Y coordinates are passed toVDU 31.