Write a complete MASM program that has two variables declared len and wid. They should be of type word. Initialize len to 10d and wid to 20d.
Calculate: the perimeter and the area of the rectangle. Create these variables.
Write a complete MASM program that has two variables declared len and wid. They should be of type word. Initialize len to 10d and wid to 20d.
Calculate: the perimeter and the area of the rectangle. Create these variables.