mov ax,5mov cx,3mul cxmov bx,axmov ax,3mov cx,6mul cxadd ax,bxmov cx,4mul cxmov bx,axmov ax,19mov cx,8mul cxneg axadd ax,bx;ax is the final answer right now, ax=0FFECH=-20D