Tag Archives: rectangle

A program in assembly language to find the perimeter of a rectangle – IGNOU MCA Assignment 2015 – 16

 MASTER OF COMPUTER APPLICATIONS Course Code : MCS-017 Course Title : C and Assembly Language Programming(Lab Course) Assignment Number : MCA(I)/L-017/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Write a program in assembly language to find the perimeter of a rectangle.    DATA SEGMENT LEN DB ? BRE DB ? RES DB 10 DUP… Read More »