AmiGogh

Vector drawing in the style of the 1.x Amiga Kickstart


FF CC       - draw a polyline in color CC using (x,y) pairs.
              stop when you encounter an FF or FE leading byte. 
FE CC XX YY - flood fill in color CC at (x,y)
FF FF       - end the drawing.
;           - line comment (for convenience)