Курсовая работа: Ассемблер и программирование
line(x-120, y-100, x-110, y-110);
line(x+120, y+100, x+130, y+90);
line(x+120, y-100, x+130, y-110);
line(x-110, y-110, x+130, y-110);
line(x+130, y-110, x+130, y+90);
line(x+20, y+110, x+20, y+100);
line(x-20, y+110, x-20, y+100);
rectangle(x+60, y+110, x-60, y+120);
line(x+60, y+110, x+70, y+100);
line(x+60, y+120, x+80, y+100);
line(x-60, y+110, x-50, y+100);
line(x+20, y+110, x+30, y+100);
circle(x+110,y+95,3);
circle(x+100,y+95,2);
circle(x+90,y+95,2);
///////////////sistemnik//////////////
i=0;
setcolor(i);
rectangle(x-130, y+120, x-200, y-100);
line(x-200, y-100, x-110, y-190);
line(x-130, y-100, x-40, y-190);
line(x-110, y-190, x-40, y-190);
line(x-130, y+120, x-110, y+100);
line(x-40, y-190, x-40, y-110);
rectangle(x-190, y-90, x-140, y-80);
rectangle(x-190, y-70, x-140, y-60);
rectangle(x-190, y-50, x-140, y-40);
rectangle(x-190, y-30, x-140, y-20);
rectangle(x-180, y-10, x-150, y);