a=get_length;
b=a<<1;
c=a<<4;
d=a<<8;
e=a>>1;
f=a>>4;
g=a>>8;
set_pixel(a-1, b, c, d);
blit;