Курсовая работа: Графика на языке Assembler

mov ax, ANX ;

CALL FIND_SIN ;

mov ax, bx ;

imul cx

mov cx, ax ;

mov ax, ANX ;ZNEW = Y*SIN(ANX) + Z*COS(ANX)

CALL FIND_COS ;

mov ax, bx ;

imul Z ;

add ax, cx ;

sar ax, 9

mov Z, ax

pop dx

pop bx

pop ax

pop cx

ret

ENDP ROTX

ROTY PROC ;Поворот точки вокруг оси Y

push cx

push ax

push bx

push dx

mov ax, ANY

CALL FIND_COS ;

mov ax, bx ;

imul X ;

mov cx, ax ;

mov ax, ANY ;

К-во Просмотров: 689
Бесплатно скачать Курсовая работа: Графика на языке Assembler