1;
2;       Generic pseudo graphics routines for text-only platforms
3;
4;       Plot pixel at (x,y) coordinate.
5;
6
7
8	SECTION code_clib
9	PUBLIC	plotpixel
10
11
12.plotpixel
13	defc	NEEDplot = 1
14	INCLUDE	"pixel.inc"
15